Skip to content

Commit febf560

Browse files
committed
fix: bump axios lib to 1.7.4
1 parent 211169c commit febf560

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,3 @@ const res = await requestManager.request({verb: "GET", url: '/url', useRESTApi:
183183
const requestManager = new requestsManager({snykToken:'21346-1234-1234-1234', burstSize: 20, period: 100, maxRetryCount: 10})
184184
```
185185

186-
187-
188-
### Notes
189-
Axios is temporarily pinned to 0.21.4 as minor versions above contain breaking change.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/babel__traverse": "7.17.1",
3737
"@types/debug": "^4.1.7",
3838
"@types/uuid": "^7.0.3",
39-
"axios": "1.6.7",
39+
"axios": "1.7.4",
4040
"chalk": "^4.0.0",
4141
"debug": "^4.1.1",
4242
"global-agent": "3.0.0",

0 commit comments

Comments
 (0)