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