From 0608f510942562306654d3a6051a1557e32864f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 18:25:43 +0000 Subject: [PATCH] fix: reactSite/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- reactSite/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactSite/package.json b/reactSite/package.json index 0358152..0454dce 100644 --- a/reactSite/package.json +++ b/reactSite/package.json @@ -10,7 +10,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.15.3", + "axios": "^0.21.1", "babel-core": "^6.18.2", "babel-loader": "^6.2.7", "babel-preset-react": "^6.16.0",