From fde4dea0d5201e65456ab1d69ccde67f841c3cbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 18:12:01 +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 f3ea4bf..794c8b0 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@types/babel__traverse": "7.17.1", "@types/debug": "^4.1.7", "@types/uuid": "^7.0.3", - "axios": "0.27.2", + "axios": "1.6.0", "chalk": "^4.0.0", "debug": "^4.1.1", "global-agent": "3.0.0",