From 4057e9aa146f17862862e561b7a63bbf9cb90a19 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 10 Mar 2025 07:11:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9292519 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605a9c4..de78248 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^1.8.2", "core-js": "^3.13.1", "vue": "^2.6.13" },