From 44b099ba02473704068765910e80032870ae5164 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Oct 2022 21:55:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1038255 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - 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 382be87..af86979 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Al Diaz", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.3", "core-js": "^3.13.1", "vue": "^2.6.13", "vuex": "^3.6.2"