From de1896f16f07a6370d1a9cd88ef2d5b99a83ea25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Sep 2025 03:49:46 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a556fd6..3085ba6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "dependencies": { "antd": "^2.6.4", - "axios": "^0.15.3", + "axios": "^1.12.0", "babel-plugin-import": "^1.1.0", "babel-plugin-transform-runtime": "^6.22.0", "body-parser": "^1.15.2",