From f78bb1bdee77bfab319165c0fdbebd263bfa2f41 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 14:45:30 +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 801c5a3..4b53158 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Afsar Ali", "license": "ISC", "dependencies": { - "axios": "^0.21.4", + "axios": "^1.6.3", "qs": "^6.10.1" } }