-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all packages to latest semver-minor (#588)
- Loading branch information
Showing
7 changed files
with
1,979 additions
and
2,106 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 |
---|---|---|
|
@@ -51,44 +51,44 @@ | |
"dependencies": { | ||
"debug": "^4.3.1", | ||
"passport-strategy": "^1.0.0", | ||
"xml-crypto": "^2.1.1", | ||
"xml-encryption": "^1.2.3", | ||
"xml-crypto": "^2.1.2", | ||
"xml-encryption": "^1.2.4", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
cjbarth
Author
Collaborator
|
||
"xml2js": "^0.4.23", | ||
"xmlbuilder": "^15.1.1", | ||
"xmldom": "^0.5.0" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.5", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.13", | ||
"@types/mocha": "^8.2.2", | ||
"@types/node": "^14.14.44", | ||
"@types/passport-strategy": "^0.2.35", | ||
"@types/request": "^2.48.5", | ||
"@types/sinon": "^9.0.10", | ||
"@types/sinon": "^9.0.11", | ||
"@types/xml-crypto": "^1.4.1", | ||
"@types/xml-encryption": "^1.2.0", | ||
"@types/xml2js": "^0.4.7", | ||
"@types/xml2js": "^0.4.8", | ||
"@types/xmldom": "^0.1.30", | ||
"@typescript-eslint/eslint-plugin": "^4.9.1", | ||
"@typescript-eslint/parser": "^4.9.1", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
"@typescript-eslint/parser": "^4.23.0", | ||
"body-parser": "^1.19.0", | ||
"choma": "^1.2.1", | ||
"concurrently": "^5.3.0", | ||
"eslint": "^7.15.0", | ||
"eslint-config-prettier": "^7.0.0", | ||
"eslint-plugin-prettier": "^3.2.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"express": "^4.17.1", | ||
"github-release-notes": "^0.17.3", | ||
"mocha": "^8.2.1", | ||
"mocha": "^8.4.0", | ||
"onchange": "^7.1.0", | ||
"passport": "^0.4.1", | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-packagejson": "^2.2.8", | ||
"release-it": "^14.2.2", | ||
"prettier": "^2.3.0", | ||
"prettier-plugin-packagejson": "^2.2.11", | ||
"release-it": "^14.6.2", | ||
"request": "^2.83.0", | ||
"should": "^13.2.3", | ||
"sinon": "^9.2.2", | ||
"sinon": "^9.2.4", | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.1.3" | ||
"typescript": "^4.2.4" | ||
}, | ||
"engines": { | ||
"node": ">= 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
Oops, something went wrong.
When I search for
xml-encryption
in this project, I no longer find find any hits in the code, perhaps because of the split withnode-saml
. Do we still need it a direct dependency?