From 35e87c9dcba01f5751820ce89cdfc1698ae3d28c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 07:03:07 +0000 Subject: [PATCH] chore(deps): bump uuid in /firestore-counter/clients/node 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] --- .../clients/node/package-lock.json | 26 +++++++++++++++---- firestore-counter/clients/node/package.json | 2 +- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/firestore-counter/clients/node/package-lock.json b/firestore-counter/clients/node/package-lock.json index f3c025fd5..d24f49f33 100644 --- a/firestore-counter/clients/node/package-lock.json +++ b/firestore-counter/clients/node/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "uuid": "^8.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "firebase-admin": "^13.0.0" @@ -264,6 +264,18 @@ "node": ">=14" } }, + "node_modules/@google-cloud/storage/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==", + "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).", + "dev": true, + "license": "MIT", + "optional": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/@grpc/grpc-js": { "version": "1.14.3", "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.14.3.tgz", @@ -2166,12 +2178,16 @@ "optional": true }, "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/web-streams-polyfill": { diff --git a/firestore-counter/clients/node/package.json b/firestore-counter/clients/node/package.json index 64b97e321..d78fedc3a 100644 --- a/firestore-counter/clients/node/package.json +++ b/firestore-counter/clients/node/package.json @@ -9,6 +9,6 @@ "firebase-admin": "^13.0.0" }, "dependencies": { - "uuid": "^8.3.2" + "uuid": "^14.0.0" } }