From 88fbff758d0cc5e88e64a8316853f0760c1c43f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Sep 2025 18:12:54 +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 be02a30..24a7bc2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@reduxjs/toolkit": "^1.6.1", "@types/react-redux": "^7.1.18", "antd": "^4.4.1", - "axios": "^0.21.1", + "axios": "^1.12.0", "bootstrap": "^5.0.0", "dompurify": "^2.3.0", "prop-types": "^15.7.2", @@ -17,7 +17,7 @@ "react-redux": "^7.2.4", "react-router-dom": "^5.2.0", "react-router-transition": "^2.0.0", - "react-scripts": "^4.0.0", + "react-scripts": "^5.0.0", "reactstrap": "^8.4.0", "snyk": "^1.606.0", "styled-components": "^5.3.0",