From 0360fbbc950a5287b4bd10643f8feb4e6aec3373 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 06:11:34 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f228bd8..db27d15 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^4.7.2", "@material-ui/icons": "^4.5.1", - "axios": "^0.19.0", + "axios": "^1.12.0", "axios-mock-adapter": "^1.17.0", "clsx": "^1.0.4", "connected-react-router": "^6.6.1", @@ -13,7 +13,7 @@ "react-dom": "^16.12.0", "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", - "react-scripts": "^3.3.0", + "react-scripts": "^5.0.0", "redux": "^4.0.4", "redux-dynamic-modules": "^5.2.0", "redux-dynamic-modules-saga": "^5.2.0",