From fd65fdd947b3235c5c2a1419328f3b4cfcbd8566 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 05:41:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c7ba69a..c6fc3f2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs" }, "dependencies": { - "axios": "^0.15.3", + "axios": "^0.21.3", "vue": "^2.2.1", "vue-resource": "^1.2.1", "vue-router": "^2.2.0"