From 4777ff5169a825aeb0739637f20c112b4f137d91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Aug 2020 21:05:57 +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-JSONBIGINT-608659 --- 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 4d82d52f16..94f7abbd8e 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -17,7 +17,7 @@ "system-test": "export FUNCTIONS_CMD='functions-emulator' && sh test/updateFunctions.sh && export BASE_URL=\"http://localhost:8010/$GCLOUD_PROJECT/$GCF_REGION\" && ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/debug-agent": "^3.0.0", + "@google-cloud/debug-agent": "^5.0.0", "escape-html": "^1.0.3", "pug": "^2.0.3", "safe-buffer": "^5.1.2"