From 30e97fa60ba9c9a8f133dc2ec592c968b4515b42 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 05:09:49 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-IP-12704893 - https://snyk.io/vuln/SNYK-JS-IP-12761655 - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6e9aaf8..89fb1f1 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "antd": "3.9.2", - "axios": "0.18.0", + "axios": "1.12.0", "customize-cra": "0.2.11", "less": "3.9.0", "less-loader": "4.1.0", @@ -23,7 +23,7 @@ "react-copy-to-clipboard": "5.0.1", "react-dom": "16.8.6", "react-error-boundary": "1.2.3", - "react-scripts": "3.0.0", + "react-scripts": "5.0.0", "semver-sort": "0.0.4", "semver-stable": "2.0.4", "styled-components": "4.1.3",