From fa14b7528604c0760502d7d20968c5031c06b242 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 02:27:28 +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 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"