From b847354caa02244b77e60dd38503cbc43d1abbfa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 18:14:27 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88ced9d..96765aa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "author": "PurpleBabar", "license": "MIT", "dependencies": { - "axios": "^0.18.1", + "axios": "^0.20.0", "chalk": "^1.1.3", "clear": "0.0.1", "clui": "^0.3.1",