From d972694f89e9432bf9db0526724cfb65cc429ca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:54:59 +0000 Subject: [PATCH] build(deps): bump uuid from 8.3.2 to 14.0.0 in /server 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] --- server/package-lock.json | 23 ++++++++++++++++++----- server/package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/server/package-lock.json b/server/package-lock.json index 58b318ac..eb6684a5 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -66,7 +66,7 @@ "stripe": "^18.2.1", "swagger-ui-express": "^4.1.6", "util": "^0.12.4", - "uuid": "^8.3.1", + "uuid": "^14.0.0", "world-countries": "^5.1.0", "zod": "^4.1.13", "zod-form-data": "^2.0.2" @@ -6468,6 +6468,15 @@ "node": ">=8.3.0" } }, + "node_modules/exceljs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "license": "MIT", + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/expand-template": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", @@ -12783,12 +12792,16 @@ } }, "node_modules/uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "version": "14.0.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz", + "integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/validator": { diff --git a/server/package.json b/server/package.json index 7a790a26..572ddb3e 100644 --- a/server/package.json +++ b/server/package.json @@ -68,7 +68,7 @@ "stripe": "^18.2.1", "swagger-ui-express": "^4.1.6", "util": "^0.12.4", - "uuid": "^8.3.1", + "uuid": "^14.0.0", "world-countries": "^5.1.0", "zod": "^4.1.13", "zod-form-data": "^2.0.2"