From 78e6e75ae0dc344e2bcf3b2960781eeda4675ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 09:55:29 +0000 Subject: [PATCH] chore(deps): bump uuid in /firestore-counter/clients/web Bumps [uuid](https://github.com/uuidjs/uuid) from 3.4.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/v3.4.0...v14.0.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 14.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- firestore-counter/clients/web/package-lock.json | 16 ++++++++++------ firestore-counter/clients/web/package.json | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/firestore-counter/clients/web/package-lock.json b/firestore-counter/clients/web/package-lock.json index 6f75d6c56..07696e777 100644 --- a/firestore-counter/clients/web/package-lock.json +++ b/firestore-counter/clients/web/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@types/uuid": "^3.4.4", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "firebase": "^12.0.0", @@ -2481,12 +2481,16 @@ } }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "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": "bin/uuid" + "uuid": "dist-node/bin/uuid" } }, "node_modules/watchpack": { diff --git a/firestore-counter/clients/web/package.json b/firestore-counter/clients/web/package.json index 525720b7a..5af662561 100644 --- a/firestore-counter/clients/web/package.json +++ b/firestore-counter/clients/web/package.json @@ -7,7 +7,7 @@ "description": "Web SDK to access sharded counters.", "dependencies": { "@types/uuid": "^3.4.4", - "uuid": "^3.3.2" + "uuid": "^14.0.0" }, "devDependencies": { "firebase": "^12.0.0",