Skip to content

Commit

Permalink
Merge pull request #1237 from vpulim/move-axios-back-to-dependencies
Browse files Browse the repository at this point in the history
Change axios back as dependency, bump axios to 1.6.8
  • Loading branch information
w666 committed Apr 26, 2024
2 parents 690ae8c + 770674a commit 3773687
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
32 changes: 15 additions & 17 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
},
"author": "Vinay Pulim <v@pulim.com>",
"dependencies": {
"axios": "^1.6.8",
"axios-ntlm": "^1.4.2",
"debug": "^4.3.2",
"formidable": "^3.2.4",
Expand All @@ -18,9 +19,6 @@
"whatwg-mimetype": "3.0.0",
"xml-crypto": "^3.0.0"
},
"peerDependencies": {
"axios": "^1.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/vpulim/node-soap.git"
Expand Down

0 comments on commit 3773687

Please sign in to comment.