diff --git a/package-lock.json b/package-lock.json index 4d5c9e2..9eda8bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "typescript": "^5.9.3" }, "engines": { - "node": ">=18.0.0", + "node": ">=24.0.0", "npm": ">=9.0.0" } }, @@ -16025,16 +16025,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/v8-to-istanbul": { @@ -16599,7 +16599,7 @@ "dotenv": "^17.4.2", "express": "^5.2.1", "express-rate-limit": "^8.4.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "nodemon": "^3.1.14" @@ -16626,7 +16626,7 @@ "react-hook-form": "^7.73.1", "react-quill-new": "^3.8.3", "react-router-dom": "^7.14.2", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zod": "^3.25.76", "zustand": "^4.5.7" }, diff --git a/packages/fossflow-backend/package.json b/packages/fossflow-backend/package.json index 104d750..7009b59 100644 --- a/packages/fossflow-backend/package.json +++ b/packages/fossflow-backend/package.json @@ -13,7 +13,7 @@ "dotenv": "^17.4.2", "express": "^5.2.1", "express-rate-limit": "^8.4.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "nodemon": "^3.1.14" diff --git a/packages/fossflow-lib/package.json b/packages/fossflow-lib/package.json index cdb9fe6..5da3157 100644 --- a/packages/fossflow-lib/package.json +++ b/packages/fossflow-lib/package.json @@ -40,7 +40,7 @@ "react-hook-form": "^7.73.1", "react-quill-new": "^3.8.3", "react-router-dom": "^7.14.2", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zod": "^3.25.76", "zustand": "^4.5.7" },