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",