diff --git a/package-lock.json b/package-lock.json index ca76330b5d5..86e4107ca74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14406,6 +14406,8 @@ }, "node_modules/uuid": { "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, "license": "MIT", "bin": { @@ -14933,7 +14935,7 @@ "loglevel": "^1.6.8", "lru-cache": "^11.1.0", "negotiator": "^1.0.0", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "whatwg-mimetype": "^4.0.0" }, "engines": { @@ -14987,16 +14989,16 @@ } }, "packages/server/node_modules/uuid": { - "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==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.0.tgz", + "integrity": "sha512-XQegIaBTVUjSHliKqcnFqYypAd4S+WCYt5NIeRs6w/UAry7z8Y9j5ZwRRL4kzq9U3sD6v+85er9FvkEaBpji2w==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "packages/usage-reporting-protobuf": { diff --git a/packages/server/package.json b/packages/server/package.json index 8741ab71e1e..253a422f4b1 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -143,7 +143,7 @@ "loglevel": "^1.6.8", "lru-cache": "^11.1.0", "negotiator": "^1.0.0", - "uuid": "^11.1.0", + "uuid": "^13.0.0", "whatwg-mimetype": "^4.0.0" }, "peerDependencies": {