From 89ba8650e7fc100d5d7af1d0bd7172f209a9775e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 15 Mar 2024 21:44:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6444610 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 654697f..b306331 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.1", "core-js": "^3.6.5", "vue": "^3.0.0-0", "vue-router": "^4.0.0-0"