Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unlock dependencies for deduplication and easier vulnerability mitigation #2

Merged
merged 1 commit into from
Apr 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "SAML 2.0 and 1.1 token parser for Node.js",
"main": "./lib/index.js",
"dependencies": {
"lodash": "4.17.11",
"thumbprint": "0.0.1",
"xml-crypto": "0.8.1",
"xml2js": "0.4.4",
"xmldom": "0.1.19"
"lodash": "^4.17.11",
"thumbprint": "^0.0.1",
"xml-crypto": "^0.8.1",
"xml2js": "^0.4.4",
"xmldom": "^0.1.19"
},
"repository": {
"type": "git",
Expand All @@ -23,7 +23,7 @@
"test": "npm run jshint && mocha -R spec test",
"jshint": "jshint lib/*.js"
},
"author": "Leandro Boffi ([email protected])",
"author": "Leandro Boffi ([email protected])",
"contributors":[
{
"name": "Phillip Son",
Expand Down