diff --git a/package-lock.json b/package-lock.json index 7165ec0..b7ecea2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12203,19 +12203,6 @@ "node": ">= 0.4.0" } }, - "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", - "bin": { - "uuid": "dist/bin/uuid" - } - }, "node_modules/v8-compile-cache-lib": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", @@ -12892,7 +12879,7 @@ "jsonwebtoken": "^9.0.3", "morgan": "^1.10.0", "pg": "^8.11.3", - "uuid": "^9.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@types/archiver": "^7.0.0", @@ -12919,6 +12906,19 @@ "typescript": "^5.3.3" } }, + "packages/server/node_modules/uuid": { + "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-node/bin/uuid" + } + }, "packages/shared": { "name": "@notes-world/shared", "version": "0.1.0", diff --git a/packages/server/package.json b/packages/server/package.json index 132e183..6caa475 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -24,7 +24,7 @@ "jsonwebtoken": "^9.0.3", "morgan": "^1.10.0", "pg": "^8.11.3", - "uuid": "^9.0.0" + "uuid": "^14.0.0" }, "devDependencies": { "@types/archiver": "^7.0.0",