From de8900a867bd2f50ae9f5d243ed646ed4df7baa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 01:24:02 +0000 Subject: [PATCH] Bump uuid from 11.0.5 to 14.0.0 in /server Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.5 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/v11.0.5...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 fec88c50..53453af2 100644 --- a/server/package-lock.json +++ b/server/package-lock.json @@ -15,7 +15,7 @@ "firebase-admin": "^13.2.0", "socket.io": "^4.8.1", "twilio": "^5.4.2", - "uuid": "^11.0.5" + "uuid": "^14.0.0" } }, "node_modules/@fastify/busboy": { @@ -1318,6 +1318,19 @@ "@google-cloud/storage": "^7.14.0" } }, + "node_modules/firebase-admin/node_modules/uuid": { + "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/esm/bin/uuid" + } + }, "node_modules/follow-redirects": { "version": "1.15.11", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz", @@ -2910,16 +2923,16 @@ } }, "node_modules/uuid": { - "version": "11.0.5", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz", - "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==", + "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/esm/bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/vary": { diff --git a/server/package.json b/server/package.json index f72b7037..edd3b5d9 100644 --- a/server/package.json +++ b/server/package.json @@ -15,6 +15,6 @@ "firebase-admin": "^13.2.0", "socket.io": "^4.8.1", "twilio": "^5.4.2", - "uuid": "^11.0.5" + "uuid": "^14.0.0" } }