From aeac841eab006604d6624acdb331d2f79d1a138a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:30:11 +0000 Subject: [PATCH] chore(deps): bump uuid from 9.0.1 to 14.0.0 Bumps [uuid](https://github.com/uuidjs/uuid) from 9.0.1 to 14.0.0. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](https://github.com/uuidjs/uuid/compare/v9.0.1...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- packages/fossflow-backend/package.json | 2 +- packages/fossflow-lib/package.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) 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" },