From 03ef440bf4c9c8e0bd13a1b691e2e5744e43faec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:11:25 +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 25f49c3..3f0eb83 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ }, "homepage": "https://github.com/yeyan1996/file-upload#readme", "dependencies": { - "axios": "^0.19.2", + "axios": "^1.12.0", "core-js": "^3.4.3", "dayjs": "^1.8.17", "element-ui": "^2.13.0",