diff --git a/package-lock.json b/package-lock.json index 18259bf3..5be79421 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "10.0.1", "license": "MIT", "dependencies": { - "uuid": "11.0.3" + "uuid": "11.0.5" }, "devDependencies": { "@commitlint/cli": "19.6.1", @@ -12505,9 +12505,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" diff --git a/package.json b/package.json index ba473982..35ceb68a 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "typescript": "5.7.3" }, "dependencies": { - "uuid": "11.0.3" + "uuid": "11.0.5" }, "peerDependencies": { "@nestjs/common": "^8.0.0 || ^9.0.0 || ^10.0.0",