From 277256b21d3ee0e6bec8051d0f591c0eb6c9ace9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:54:17 +0000 Subject: [PATCH] chore(deps): bump uuid from 8.3.2 to 14.0.0 in /packages/backend Bumps [uuid](https://github.com/uuidjs/uuid) from 8.3.2 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/v8.3.2...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/package.json b/packages/backend/package.json index e5c51b72fd893..7ed9d90143203 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -158,7 +158,7 @@ "slackify-markdown": "4.4.0", "sshpk": "1.18.0", "tar-stream": "3.1.8", - "uuid": "8.3.2", + "uuid": "14.0.0", "vitest": "3.2.4", "winston": "3.13.0", "yaml": "2.7.0",