Skip to content

Commit

Permalink
Update axios
Browse files Browse the repository at this point in the history
In theory, we’re still compatible with the older version and could keep
the broader version range in the package.json, but if we’re not going to
test that, then it’s probably better to bump the package.version
dependency as well and force everyone to upgrade.
  • Loading branch information
lucaswerkmeister committed Apr 11, 2023
1 parent 2484d27 commit f0c8896
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"node": "^12.22.0 || >=14.17.0"
},
"dependencies": {
"axios": "^1.1.3 <1.2.0 || ^1.2.1",
"axios": "^1.3.5",
"http-cookie-agent": "^1.0.6",
"tough-cookie": "^4.1.2"
},
Expand Down

0 comments on commit f0c8896

Please sign in to comment.