From a43e4c8a2e78feea58b2ac9206fc4c844b363d8c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 14 Mar 2025 05:57:47 +0000 Subject: [PATCH] fix: templates/react-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- templates/react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/react-app/package.json b/templates/react-app/package.json index b42a3d8..c904ee1 100644 --- a/templates/react-app/package.json +++ b/templates/react-app/package.json @@ -22,7 +22,7 @@ "@babel/runtime": "^7.17.9", "@loadable/component": "^5.15.2", "@rematch/core": "^2.2.0", - "axios": "^0.27.2", + "axios": "^1.8.2", "core-js": "^3.22.3", "react": "^17.0.2", "react-dom": "^17.0.2",