From 02bcbbd795cda0b31e9a691006614edf6f4f72fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 07:57:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be02a30..7653f4f 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.8.3", "bootstrap": "^5.0.0", "dompurify": "^2.3.0", "prop-types": "^15.7.2",