From 0c45f7bb95353ecf3c9968abaa4c019cf7dde8d2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 24 Mar 2025 08:11: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-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605a9c4..dd5fdc5 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^1.8.3", "core-js": "^3.13.1", "vue": "^2.6.13" },