Skip to content

Commit

Permalink
Merge pull request #24 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 11, 2017
2 parents 769d95c + 203e077 commit ad0327b
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": "saml",
"version": "0.10.2",
"version": "0.11.0",
"devDependencies": {
"mocha": "*",
"should": "~1.2.1"
Expand All @@ -15,10 +15,10 @@
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"moment": "~2.14.1",
"moment": "2.15.2",
"valid-url": "~1.0.9",
"xml-crypto": "0.8.4",
"xml-encryption": "~0.7.4",
"xml-encryption": "0.11.0",
"xml-name-validator": "~2.0.1",
"xmldom": "=0.1.15",
"xpath": "0.0.5"
Expand Down

0 comments on commit ad0327b

Please sign in to comment.