From ddb14bf74bdd616b805c3f0d2a2223575452dd18 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Nov 2023 02:15:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e603476..ee72e923 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/ramda": "^0.27.46", "@types/winston-syslog": "^2.0.4", "arg": "^5.0.0", - "axios": "^0.21.3", + "axios": "^1.6.0", "express": "^4.17.1", "form-data": "^4.0.0", "hexy": "^0.3.1",