From 3ebe8ea58e850cec077d756ffae332435b4ae38a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:15:30 +0000 Subject: [PATCH] chore(deps): bump uuid from 10.0.0 to 14.0.0 in /backend Bumps [uuid](https://github.com/uuidjs/uuid) from 10.0.0 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/v10.0.0...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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index f82bfc41d38f..2706c897a8c1 100644 --- a/backend/package.json +++ b/backend/package.json @@ -53,7 +53,7 @@ "string-similarity": "4.0.4", "swagger-stats": "0.99.7", "ua-parser-js": "0.7.33", - "uuid": "10.0.0", + "uuid": "14.0.0", "winston": "3.6.0", "zod": "3.23.8" },