From c67f1c3653b33d235654815b30643f53339b30d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:53:13 +0000 Subject: [PATCH] chore(deps): bump uuid from 14.0.1 to 14.0.2 (#3789) Bumps [uuid](https://github.com/uuidjs/uuid) from 14.0.1 to 14.0.2. - [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/v14.0.1...v14.0.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- src/backend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bf255b62..95a36d4fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16313,9 +16313,9 @@ "license": "MIT" }, "node_modules/uuid": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.1.tgz", - "integrity": "sha512-6ZxzVpzDXDa3bJWaHilVayA+BH/1zmxCJoVgvmqJnid/gPoKHxUrS/aC/T6LGQtNHT+XHG9fXPJB4d+IrU30Ew==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.2.tgz", + "integrity": "sha512-xZe/16rV4aa+HGSOCiY2YeLT1OybRLrrkL/Rqaq7p7GMVXjFh+6wN4oMYgjFmnSnhY8t6Xpdl2l9qmnHYuMHwQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" @@ -17852,7 +17852,7 @@ "together-ai": "^0.33.0", "ua-parser-js": "^1.0.41", "undici": "^7.29.0", - "uuid": "^14.0.0", + "uuid": "^14.0.2", "validator": "^13.15.35" }, "devDependencies": { diff --git a/src/backend/package.json b/src/backend/package.json index 29bce379a..e057e47f0 100644 --- a/src/backend/package.json +++ b/src/backend/package.json @@ -64,7 +64,7 @@ "together-ai": "^0.33.0", "ua-parser-js": "^1.0.41", "undici": "^7.29.0", - "uuid": "^14.0.0", + "uuid": "^14.0.2", "validator": "^13.15.35" }, "devDependencies": {