From d569909052adadfebd0b641173b4b977f470f947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:16:21 +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 ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ packages/fossflow-backend/package.json | 2 +- packages/fossflow-lib/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1185d278f..50fc9cd42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15890,16 +15890,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": { @@ -16462,7 +16462,7 @@ "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.1", - "uuid": "^9.0.1" + "uuid": "^14.0.0" }, "devDependencies": { "nodemon": "^3.1.14" @@ -16489,7 +16489,7 @@ "react-hook-form": "^7.72.1", "react-quill-new": "^3.8.3", "react-router-dom": "^7.14.1", - "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 e9cfb3b16..876e7a495 100644 --- a/packages/fossflow-backend/package.json +++ b/packages/fossflow-backend/package.json @@ -12,7 +12,7 @@ "cors": "^2.8.6", "dotenv": "^17.4.2", "express": "^5.2.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 b00cf3f82..500bc46d3 100644 --- a/packages/fossflow-lib/package.json +++ b/packages/fossflow-lib/package.json @@ -40,7 +40,7 @@ "react-hook-form": "^7.72.1", "react-quill-new": "^3.8.3", "react-router-dom": "^7.14.1", - "uuid": "^9.0.1", + "uuid": "^14.0.0", "zod": "^3.25.76", "zustand": "^4.5.7" },