Skip to content

Commit

Permalink
fix: stabilize axios version
Browse files Browse the repository at this point in the history
A bug introduced in Axios 1.2.0 makes it fail with transfer-encoding:
chunked.

Now the version is fixed to avoid any problem.
  • Loading branch information
gregberge committed Nov 23, 2022
1 parent b4651fc commit 2a1d487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"access": "public"
},
"dependencies": {
"axios": "^1.1.2",
"axios": "1.1.2",
"convict": "^6.2.3",
"debug": "^4.3.4",
"env-ci": "^7.3.0",
Expand Down

0 comments on commit 2a1d487

Please sign in to comment.