diff --git a/package-lock.json b/package-lock.json index 72ed6f5f..f98ec412 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,13 +15,13 @@ "classnames": "^2.5.1", "dayjs": "^1.11.13", "deepsignal": "^1.5.0", - "goober": "^2.1.16", "dompurify": "^3.2.3", "get-xpath": "^3.2.0", + "goober": "^2.1.16", "lodash-es": "^4.17.21", "mustache": "^4.2.0", "preact": "^10.27.2", - "uuid": "^8.3.2" + "uuid": "^11.1.0" }, "devDependencies": { "@commitlint/cli": "^20.2.0", @@ -8714,9 +8714,9 @@ } }, "node_modules/uuid": { - "version": "11.0.3", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", - "integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" diff --git a/package.json b/package.json index ac957376..bcb0e455 100644 --- a/package.json +++ b/package.json @@ -97,7 +97,7 @@ "lodash-es": "^4.17.21", "mustache": "^4.2.0", "preact": "^10.27.2", - "uuid": "^11.0.3" + "uuid": "^11.1.0" }, "optionalDependencies": { "@rollup/rollup-linux-x64-gnu": "4.9.5"