diff --git a/package-lock.json b/package-lock.json index 2e64c4b..15404c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.6.2", "memoize-one": "6.0.0", "sortablejs": "1.15.2", - "superstruct": "1.0.4" + "superstruct": "2.0.2" }, "devDependencies": { "@babel/core": "7.24.9", @@ -10481,9 +10481,9 @@ } }, "node_modules/superstruct": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-1.0.4.tgz", - "integrity": "sha512-7JpaAoX2NGyoFlI9NBh66BQXGONc+uE+MRS5i2iOBKuS4e+ccgMDjATgZldkah+33DakBxDHiss9kvUcGAO8UQ==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/superstruct/-/superstruct-2.0.2.tgz", + "integrity": "sha512-uV+TFRZdXsqXTL2pRvujROjdZQ4RAlBUS5BTh9IGm+jTqQntYThciG/qu57Gs69yjnVUSqdxF9YLmSnpupBW9A==", "engines": { "node": ">=14.0.0" } diff --git a/package.json b/package.json index 7cafc7b..9790386 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lovelace-mushroom": "git+https://github.com/piitaya/lovelace-mushroom.git#v3.6.2", "memoize-one": "6.0.0", "sortablejs": "1.15.2", - "superstruct": "1.0.4" + "superstruct": "2.0.2" }, "devDependencies": { "@babel/core": "7.24.9",