Skip to content

Commit

Permalink
fix: bump axios lib to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
novalex committed Aug 29, 2024
1 parent 211169c commit febf560
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit febf560

Please sign in to comment.