From febf560692a7f757f72fc3834497245271292a1c Mon Sep 17 00:00:00 2001 From: Alex Nitu Date: Thu, 29 Aug 2024 15:55:32 +0100 Subject: [PATCH] fix: bump axios lib to 1.7.4 --- README.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 29fc356..8197109 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,3 @@ const res = await requestManager.request({verb: "GET", url: '/url', useRESTApi: const requestManager = new requestsManager({snykToken:'21346-1234-1234-1234', burstSize: 20, period: 100, maxRetryCount: 10}) ``` - - -### Notes -Axios is temporarily pinned to 0.21.4 as minor versions above contain breaking change. diff --git a/package.json b/package.json index 41ea902..3295a5f 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": "1.6.7", + "axios": "1.7.4", "chalk": "^4.0.0", "debug": "^4.1.1", "global-agent": "3.0.0",