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" } }