From 2dc52954b1f02fc52b3f30c956c9ea6cf1f04e1b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:45:32 +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 7a92e9e..2ad5198 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "author": "Smokie", "license": "MIT", "dependencies": { - "axios": "^0.18.0", + "axios": "^0.20.0", "dotenv": "^6.1.0", "express": "^4.16.4", "helmet": "^3.15.0",