From bbdb44a8022adca7875f33826b772c72a2f08714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 06:40:56 +0000 Subject: [PATCH] Bump uuid from 9.0.1 to 14.0.0 in /backend 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] --- backend/package.json | 2 +- backend/pnpm-lock.yaml | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/backend/package.json b/backend/package.json index b22ff86..882ff0a 100644 --- a/backend/package.json +++ b/backend/package.json @@ -71,7 +71,7 @@ "ssh2": "1.17.0", "stripe": "12.18.0", "tiktoken-node": "0.0.6", - "uuid": "9.0.1", + "uuid": "14.0.0", "ws": "8.19.0", "zod": "3.25.76" }, diff --git a/backend/pnpm-lock.yaml b/backend/pnpm-lock.yaml index 231ff1d..fc41a23 100644 --- a/backend/pnpm-lock.yaml +++ b/backend/pnpm-lock.yaml @@ -171,8 +171,8 @@ importers: specifier: 0.0.6 version: 0.0.6 uuid: - specifier: 9.0.1 - version: 9.0.1 + specifier: 14.0.0 + version: 14.0.0 ws: specifier: 8.19.0 version: 8.19.0 @@ -3269,10 +3269,16 @@ packages: uuid@10.0.0: resolution: {integrity: sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). + hasBin: true + + uuid@14.0.0: + resolution: {integrity: sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==} hasBin: true uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} + deprecated: uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028). hasBin: true vary@1.1.2: @@ -6972,6 +6978,8 @@ snapshots: uuid@10.0.0: {} + uuid@14.0.0: {} + uuid@9.0.1: {} vary@1.1.2: {}