diff --git a/package-lock.json b/package-lock.json index 88fa42e..8b179e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react": "^18.0.0", "react-dom": "19.0.0", "swr": "^2.3.0", - "uuid": "^11.0.3" + "uuid": "^11.0.5" }, "devDependencies": { "@alleyinteractive/build-tool": "^0.1.4", @@ -24616,9 +24616,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.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -43669,9 +43669,9 @@ "dev": true }, "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.0.5", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", + "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==" }, "v8-compile-cache": { "version": "2.4.0", diff --git a/package.json b/package.json index 14d6a3c..418e644 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "react": "^18.0.0", "react-dom": "19.0.0", "swr": "^2.3.0", - "uuid": "^11.0.3" + "uuid": "^11.0.5" }, "devDependencies": { "@alleyinteractive/build-tool": "^0.1.4",