From 0b182fd3a811d4782a312fc73feecbf73e5fa225 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 19:25:59 +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-2332181 --- 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",