Skip to content

Commit

Permalink
bump axios peer dependency to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
harrietwaters committed Jul 5, 2024
1 parent 21abc20 commit 90f005c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 24 deletions.
56 changes: 34 additions & 22 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flocasts/digest-auth",
"version": "1.1.0",
"version": "1.2.0",
"description": "This repo exists because the Axios library does not support digest authentication.",
"authors": "Austin See <[email protected]>",
"private": false,
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"axios": "^0.27.0"
"axios": "^1.7.2"
},
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 90f005c

Please sign in to comment.