Skip to content

Commit 203e077

Browse files
committed
Fixed snyk report issues with dependencies
1 parent 769d95c commit 203e077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saml",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"devDependencies": {
55
"mocha": "*",
66
"should": "~1.2.1"
@@ -15,10 +15,10 @@
1515
"license": "MIT",
1616
"dependencies": {
1717
"async": "~0.2.9",
18-
"moment": "~2.14.1",
18+
"moment": "2.15.2",
1919
"valid-url": "~1.0.9",
2020
"xml-crypto": "0.8.4",
21-
"xml-encryption": "~0.7.4",
21+
"xml-encryption": "0.11.0",
2222
"xml-name-validator": "~2.0.1",
2323
"xmldom": "=0.1.15",
2424
"xpath": "0.0.5"

0 commit comments

Comments
 (0)