From 0b3e85a6dd1340dde7c7407d2d24aeae87c40b2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Feb 2026 13:04:09 +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 25f49c3..45f7e7e 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.13.5", "core-js": "^3.4.3", "dayjs": "^1.8.17", "element-ui": "^2.13.0",