-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies and refactor code to work with the latest xml-cr…
…ypto Refactor WSSecurityCert and WSSecurityCertWithToken to make it work with the latest xml-crypto. Fix invalid test xml strings in WSSecurityCert and WSSecurityCertWithToken tests. Update dependencies: - axios to 1.7.2 - debug to 4.3.5 - formidable to 3.5.1 - sax to 1.4.1 - uuid to 10.0.0 - whatwg-mimetype to 4.0.0 - xml-crypto to 6.0.0 Update dev dependencies: - @types/debug to 4.1.12 - @types/express to 4.17.21 - @types/lodash to 4.17.5 - @types/node to 14.0.0 - @types/request to 2.48.12 - @types/sax to 1.2.7 - @types/uuid to 9.0.8 - @types/whatwg-mimetype to 3.0.2 - body-parser to 1.20.2 - colors to 1.4.0 - diff to 5.2.0 - doctoc to 2.2.1 - duplexer to 0.1.2 - express to 4.19.2 - finalhandler to 1.2.0 - glob to 10.4.1 - jshint to 2.13.6 - mocha to 10.4.0 - nyc to 17.0.0 - semver to 7.6.2 - serve-static to 1.15.0 - sinon to 18.0.0 - source-map-support to 0.5.21
- Loading branch information
Showing
12 changed files
with
5,323 additions
and
2,895 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 |
---|---|---|
|
@@ -7,17 +7,17 @@ | |
}, | ||
"author": "Vinay Pulim <[email protected]>", | ||
"dependencies": { | ||
"axios": "^1.6.8", | ||
"axios": "^1.7.2", | ||
"axios-ntlm": "^1.4.2", | ||
"debug": "^4.3.2", | ||
"formidable": "^3.2.4", | ||
"debug": "^4.3.5", | ||
"formidable": "^3.5.1", | ||
"get-stream": "^6.0.1", | ||
"lodash": "^4.17.21", | ||
"sax": ">=0.6", | ||
"sax": "^1.4.1", | ||
"strip-bom": "^3.0.0", | ||
"uuid": "^8.3.2", | ||
"whatwg-mimetype": "3.0.0", | ||
"xml-crypto": "^3.0.0" | ||
"uuid": "^10.0.0", | ||
"whatwg-mimetype": "4.0.0", | ||
"xml-crypto": "^6.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -47,33 +47,33 @@ | |
"license": "MIT", | ||
"devDependencies": { | ||
"@types/axios": "^0.14.0", | ||
"@types/debug": "^4.1.7", | ||
"@types/express": "^4.17.13", | ||
"@types/debug": "^4.1.12", | ||
"@types/express": "^4.17.21", | ||
"@types/formidable": "^2.0.4", | ||
"@types/lodash": "^4.14.172", | ||
"@types/node": "^11.15.54", | ||
"@types/request": "^2.48.7", | ||
"@types/sax": "^1.2.3", | ||
"@types/uuid": "^8.3.1", | ||
"@types/whatwg-mimetype": "^2.1.1", | ||
"body-parser": "^1.15.2", | ||
"colors": "^1.3.3", | ||
"@types/lodash": "^4.17.5", | ||
"@types/node": "^14.0.0", | ||
"@types/request": "^2.48.12", | ||
"@types/sax": "^1.2.7", | ||
"@types/uuid": "^9.0.8", | ||
"@types/whatwg-mimetype": "^3.0.2", | ||
"body-parser": "^1.20.2", | ||
"colors": "^1.4.0", | ||
"coveralls": "^3.1.1", | ||
"diff": "^4.0.1", | ||
"doctoc": "^2.0.1", | ||
"duplexer": "~0.1.1", | ||
"express": "^4.16.4", | ||
"finalhandler": "^1.1.1", | ||
"glob": "^7.1.7", | ||
"jshint": "^2.13.1", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"diff": "^5.2.0", | ||
"doctoc": "^2.2.1", | ||
"duplexer": "~0.1.2", | ||
"express": "^4.19.2", | ||
"finalhandler": "^1.2.0", | ||
"glob": "^10.4.1", | ||
"jshint": "^2.13.6", | ||
"mocha": "^10.4.0", | ||
"nyc": "^17.0.0", | ||
"readable-stream": "~2.0.2", | ||
"semver": "^5.6.0", | ||
"serve-static": "^1.14.1", | ||
"semver": "^7.6.2", | ||
"serve-static": "^1.15.0", | ||
"should": "^13.2.3", | ||
"sinon": "^1.17.7", | ||
"source-map-support": "^0.5.10", | ||
"sinon": "^18.0.0", | ||
"source-map-support": "^0.5.21", | ||
"timekeeper": "^2.1.2", | ||
"tslint": "^5.18.0", | ||
"typedoc": "^0.23.10", | ||
|
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
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
Oops, something went wrong.