From 4eab0210977cba0370c202fab9a46521b5c5cfe9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Jan 2024 15:08:29 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2775803..49c771f 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": "0.21.1", "vue": "^2.1.0" }, "devDependencies": {