From e6b80bb9e5cb11d3c9a51d97754e0554987ae250 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 16:21:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d4af158e..920748af0 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@babel/plugin-transform-runtime": "^7.1.0", "@babel/runtime-corejs2": "^7.1.5", "auth0-js": "^9.10.0", - "axios": "^0.18.0", + "axios": "^0.20.0", "core-js": "^2.5.7", "date-fns": "^1.30.1", "dotenv-webpack": "^1.7.0",