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