From cd4d8fc66c37599d1deb45e84d0a9e3b5758d6bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 05:04:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2775803..3b2a5bb 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.6.0", "vue": "^2.1.0" }, "devDependencies": {