From 36859062f621825aa252b93e2b3b6b0533bd9d2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 07:00:57 +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-12613773 --- 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..091e39a 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.12.0", "core-js": "^3.22.3", "react": "^17.0.2", "react-dom": "^17.0.2",