diff --git a/package-lock.json b/package-lock.json index cd0b04f1dc..c628270e65 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,7 +66,7 @@ "ts-node": "10.9.2", "typescript": "5.4.5", "typescript-eslint": "^8.10.0", - "uuid": "11.0.1", + "uuid": "13.0.0", "yargs": "17.7.2" } }, @@ -17239,9 +17239,9 @@ } }, "node_modules/uuid": { - "version": "11.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz", - "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "dev": true, "funding": [ "https://github.com/sponsors/broofa", @@ -17249,7 +17249,7 @@ ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/v8-compile-cache-lib": { diff --git a/package.json b/package.json index 44328e19a3..c84677121a 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "ts-node": "10.9.2", "typescript": "5.4.5", "typescript-eslint": "^8.10.0", - "uuid": "11.0.1", + "uuid": "13.0.0", "yargs": "17.7.2" } }