From 3f72c5a4c2a75b1ee3790965cef797d4baf99ea9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 15:03:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e1e1e5..7989ec1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint --ext .js,.vue src" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^1.13.5", "element-ui": "^1.1.6", "jsoneditor": "5.5.11", "normalize.css": "^5.0.0",