From 258dd85137f0e94c43e9ad7ba8677915336ac972 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:26:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de10e18..3593e1f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/Souravdey777/Covid19-InfoBot#readme", "dependencies": { - "axios": "^0.21.1", + "axios": "^1.6.3", "body-parser": "^1.18.2", "express": "^4.17.1", "unirest": "^0.6.0"