From abfd5a40d223c265f0af413eb2081a01a436db21 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 20:03:52 +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 4e49169..d2a094a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@types/react": "16.9.34", "@types/react-dom": "16.9.34", "@types/styled-components": "^5.1.0", - "axios": "^0.19.0", + "axios": "^0.21.1", "moment": "^2.24.0", "react": "^16.13.1", "react-dom": "^16.13.0",