From c25f61a58ad0f201b9acb82ac7f85d1312cf6260 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 19:39:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 382be87..c7e0534 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "author": "Al Diaz", "license": "MIT", "dependencies": { - "axios": "^0.19.0", + "axios": "^0.21.1", "core-js": "^3.13.1", "vue": "^2.6.13", "vuex": "^3.6.2"