From fe733ac3f6592285edb7ad766ff6f8f631e111d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 18:02:55 +0000 Subject: [PATCH] fix: functions/helloworld/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- functions/helloworld/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 4a896d4ba2..b860df5ec2 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -17,7 +17,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/debug-agent": "2.1.3", + "@google-cloud/debug-agent": "4.2.1", "pug": "2.0.0-rc.3", "safe-buffer": "5.1.1" },