From d104d389b1eb3d12d8c67b9878d072ef45876b4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Dec 2020 23:42:34 +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-1038255 --- 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..f5386d2a3a 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.21.1" }, "devDependencies": { "mocha": "^7.0.0",