From 8cdd01c62c034a6d62db28261615d7ddf57a2c1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Dec 2023 19:13:29 +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 5849120..226db63 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ }, "dependencies": { "urijs": "1.18.4", - "axios": "^0.12.0", + "axios": "^1.6.3", "bluebird": "^3.1.5", "es6-promise": "^3.0.2", "event-source-polyfill": "0.0.7",