From 77de157ca21e242ea38f45fa349cac18785f462c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 17:49:53 +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 - 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 31a241d..1c90f8c 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "author": "Mfuon Leonard", "dependencies": { - "axios": "^0.20.0", + "axios": "^0.21.1", "dotenv": "^8.2.0", "express": "^4.17.1", "md5": "^2.3.0",