diff --git a/background/package.json b/background/package.json index 9a409e84c..81bf8ebbc 100644 --- a/background/package.json +++ b/background/package.json @@ -25,7 +25,7 @@ "@google-cloud/functions": "^3.0.0", "mocha": "^9.0.0", "node-fetch": "^2.6.0", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "wait-on": "^7.0.0" } } diff --git a/gce/package.json b/gce/package.json index cbe7d0fbf..c0b720fe6 100644 --- a/gce/package.json +++ b/gce/package.json @@ -21,7 +21,7 @@ }, "devDependencies": { "mocha": "^9.0.0", - "uuid": "^9.0.0", + "uuid": "^11.1.1", "chai": "^4.2.0", "node-fetch": "^2.6.0" }