forked from vpulim/node-soap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Formidable 3, Node 14, and audit fix (vpulim#1192)
- Loading branch information
1 parent
ceb2599
commit cded0c3
Showing
8 changed files
with
1,242 additions
and
1,146 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
"version": "0.45.0", | ||
"description": "A minimal node SOAP client", | ||
"engines": { | ||
"node": ">=12.0.0" | ||
"node": ">=14.0.0" | ||
}, | ||
"author": "Vinay Pulim <[email protected]>", | ||
"dependencies": { | ||
"axios-ntlm": "^1.2.0", | ||
"debug": "^4.3.2", | ||
"formidable": "^2.0.1", | ||
"formidable": "^3.2.4", | ||
"get-stream": "^6.0.1", | ||
"lodash": "^4.17.21", | ||
"sax": ">=0.6", | ||
|
@@ -19,7 +19,7 @@ | |
"xml-crypto": "^2.1.3" | ||
}, | ||
"peerDependencies": { | ||
"axios": ">=0.21.1" | ||
"axios": "^0.27.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -78,7 +78,7 @@ | |
"source-map-support": "^0.5.10", | ||
"timekeeper": "^2.1.2", | ||
"tslint": "^5.18.0", | ||
"typedoc": "^0.20.37", | ||
"typescript": "^3.9.10" | ||
"typedoc": "^0.23.10", | ||
"typescript": "^4.7.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters