diff --git a/sandbox/package-lock.json b/sandbox/package-lock.json index a1eb62f9..c7f06d13 100644 --- a/sandbox/package-lock.json +++ b/sandbox/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "express": "^4.21.2", "loglevel": "^1.9.2", - "uuid": "^11.0.3" + "uuid": "^11.0.5" }, "devDependencies": { "chai": "^5.1.2", @@ -2310,9 +2310,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" @@ -4123,9 +4123,9 @@ "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" }, "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==" }, "vary": { "version": "1.1.2", diff --git a/sandbox/package.json b/sandbox/package.json index ebcd60c2..44233eae 100644 --- a/sandbox/package.json +++ b/sandbox/package.json @@ -11,7 +11,7 @@ "dependencies": { "express": "^4.21.2", "loglevel": "^1.9.2", - "uuid": "^11.0.3" + "uuid": "^11.0.5" }, "devDependencies": { "chai": "^5.1.2",