From 176021de057958115ce3f5c39e2ded1d379e6307 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:25:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5849120..d898945 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "dependencies": { "urijs": "1.18.4", - "axios": "^0.12.0", + "axios": "^0.16.1", "bluebird": "^3.1.5", "es6-promise": "^3.0.2", "event-source-polyfill": "0.0.7",