From f0e5bc233c2d4217e08d4ecfabc9be94240c8215 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 19:47:44 +0000 Subject: [PATCH] fix: functions/tips/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- functions/tips/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/tips/package.json b/functions/tips/package.json index 5d8dbfe387..79ce1a0b80 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -12,7 +12,7 @@ "node": ">=8" }, "dependencies": { - "@google-cloud/pubsub": "^0.22.2", + "@google-cloud/pubsub": "^0.24.0", "safe-buffer": "5.1.2" }, "devDependencies": {