From b30992fa086a3790596a273d75b6bcada65944e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Dec 2024 06:06:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index be02a30..9590da7 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.7.8", "bootstrap": "^5.0.0", "dompurify": "^2.3.0", "prop-types": "^15.7.2",