From 6f4d17a5c0e8217cbe5215c2d768204a9e2d3334 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 15:04:58 +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 d56dfd12..728a88ac 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ }, "dependencies": { "async": "2.1.2", - "axios": "0.16.2", + "axios": "1.6.0", "eventemitter2": "2.2.1", "pubnub": "^4.20.2" }