From e8775394ebb8d21d6e585c667b4954abaa95ed61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Feb 2022 17:09:35 +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 9ace153..490496f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "typescript": "3.7.2" }, "dependencies": { - "axios": "0.19.2", + "axios": "0.20.0", "chalk": "3.0.0", "date-fns": "2.11.1", "mocha": "7.1.1"