From f9f8bb9cd05371367b69b7c5608d5d97f4ff0bd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 19:12:15 +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-FOLLOWREDIRECTS-2396346 --- 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 5fda1ce6cc..6cd00ebcd6 100644 --- a/functions/tips/package.json +++ b/functions/tips/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^1.0.0", - "axios": "^0.19.2" + "axios": "^0.20.0" }, "devDependencies": { "mocha": "^7.0.0",