From b8e012cc004ce71ab7b9e89f91ebbcf8cdf128e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Feb 2022 20:44:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 605a9c4..690cda1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.19.0", + "axios": "^0.20.0", "core-js": "^3.13.1", "vue": "^2.6.13" },