From 79e756f29c8a84fb0fcea99d8c337361e2dd439c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sat, 23 May 2026 10:34:05 +0000 Subject: [PATCH] chore(deps): update dependency uuid to v11 [security] --- background/package.json | 2 +- gce/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }