From e6e11a2fd753a1e2b67c6c2927a7dfcc78fcad86 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 01:29:02 +0000 Subject: [PATCH] fix: functions/pubsub/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 --- functions/pubsub/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pubsub/package.json b/functions/pubsub/package.json index 1563e373c4..90b5f60f91 100644 --- a/functions/pubsub/package.json +++ b/functions/pubsub/package.json @@ -15,7 +15,7 @@ "test": "ava -T 20s --verbose test/*.test.js" }, "dependencies": { - "@google-cloud/pubsub": "0.22.2", + "@google-cloud/pubsub": "0.24.0", "safe-buffer": "5.1.2" }, "devDependencies": {