diff --git a/shared/node_libs/package-lock.json b/shared/node_libs/package-lock.json index b3f90b5e..925ec134 100644 --- a/shared/node_libs/package-lock.json +++ b/shared/node_libs/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "argon2": "^0.31.2", "axios": "^1.6.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "@types/express": "^4.17.21", @@ -6139,16 +6139,16 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vite": { diff --git a/shared/node_libs/package.json b/shared/node_libs/package.json index 4ffaae1b..ebb6124a 100644 --- a/shared/node_libs/package.json +++ b/shared/node_libs/package.json @@ -73,7 +73,7 @@ "dependencies": { "argon2": "^0.31.2", "axios": "^1.6.0", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "peerDependencies": { "express": ">=4.18.0",