Skip to content

Commit

Permalink
Merge pull request #46 from eugeniop/master
Browse files Browse the repository at this point in the history
Fixed snyk report issues with dependencies
  • Loading branch information
siacomuzzi authored May 12, 2017
2 parents e535c29 + b42048c commit 494289f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "samlp",
"version": "3.0.1",
"version": "3.1.0",
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"author": "Auth0",
"license": "mit",
"dependencies": {
"ejs": "~0.8.3",
"ejs": "2.5.5",
"flowstate": "^0.4.0",
"querystring": "^0.2.0",
"saml": "^0.10.2",
"saml": "0.11.0",
"thumbprint": "0.0.1",
"xml-crypto": "0.8.4",
"xmldom": "^0.1.19",
Expand Down

0 comments on commit 494289f

Please sign in to comment.