From 929c075f9dd82eea0311b1284742b6a2c35a6529 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 03:39:02 +0000 Subject: [PATCH] Update dependency uuid to v11 [SECURITY] --- server/package-lock.json | 25 ++++++++++++++++++++----- server/package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 3c3b4e30..c953342c 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -27,7 +27,7 @@ "serve-static": "^1.13.1", "sharp": "^0.33.5", "stream-to-array": "^2.3.0", - "uuid": "^9.0.1", + "uuid": "^11.0.0", "validator": "^13.12.0", "winston": "^3.17.0", "zod": "^4.3.5", @@ -1974,6 +1974,20 @@ "node": ">=16.0.0" } }, + "node_modules/@smithy/middleware-retry/node_modules/uuid": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", + "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).", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@smithy/middleware-serde": { "version": "3.0.10", "resolved": "https://registry.npmjs.org/@smithy/middleware-serde/-/middleware-serde-3.0.10.tgz", @@ -9229,15 +9243,16 @@ } }, "node_modules/uuid": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz", - "integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz", + "integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==", "funding": [ "https://github.com/sponsors/broofa", "https://github.com/sponsors/ctavan" ], + "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist/esm/bin/uuid" } }, "node_modules/validator": { diff --git a/server/package.json b/server/package.json index cd9062ae..7cde0fb5 100644 --- a/server/package.json +++ b/server/package.json @@ -50,7 +50,7 @@ "serve-static": "^1.13.1", "sharp": "^0.33.5", "stream-to-array": "^2.3.0", - "uuid": "^9.0.1", + "uuid": "^11.0.0", "validator": "^13.12.0", "winston": "^3.17.0", "zod": "^4.3.5",