From a674f00a38bf0ba1c11fc97c8fa0d722b75ebd8a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Mar 2025 08:07:50 +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 2775803..3cb7b7b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "lint": "eslint --ext .js,.vue src test/unit/specs" }, "dependencies": { - "axios": "0.15.3", + "axios": "1.8.2", "vue": "^2.1.0" }, "devDependencies": {