From 3ac2f24a432c6e8ae1a090e44da7834419fd0707 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 20:33:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d4af158e..1c7ee29ab 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.1", "core-js": "^2.5.7", "date-fns": "^1.30.1", "dotenv-webpack": "^1.7.0",