From 7f6c0f217b105b1797e3bf5b09778a86779db173 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Mar 2021 21:07:39 +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-PUG-1071616 --- 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..06057da787 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -19,7 +19,7 @@ "dependencies": { "@google-cloud/debug-agent": "^3.0.0", "escape-html": "^1.0.3", - "pug": "^2.0.3", + "pug": "^3.0.1", "safe-buffer": "^5.1.2" }, "devDependencies": {