From 8a1c7ba4c4299e0dbbb5f9fdf08c0c68f49e854d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 5 Sep 2021 23:10:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d4af158e..a061a325e 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.21.3", "core-js": "^2.5.7", "date-fns": "^1.30.1", "dotenv-webpack": "^1.7.0",