Skip to content

Commit 26adf3b

Browse files
committed
Update dependencies
1 parent 9b247a2 commit 26adf3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.9.0",
44
"devDependencies": {
55
"mocha": "*",
6-
"should": "~1.2.2"
6+
"should": "^11.2.1"
77
},
88
"main": "./lib",
99
"repository": "https://github.com/auth0/node-xml-encryption",
@@ -19,11 +19,11 @@
1919
],
2020
"license": "MIT",
2121
"dependencies": {
22+
"async": "^2.1.5",
23+
"ejs": "^2.5.6",
24+
"node-forge": "^0.7.0",
2225
"xmldom": "~0.1.15",
23-
"ejs": "~0.8.3",
24-
"async": "~0.2.7",
25-
"xpath": "0.0.5",
26-
"node-forge": "0.6.38"
26+
"xpath": "0.0.24"
2727
},
2828
"scripts": {
2929
"test": "mocha"

0 commit comments

Comments
 (0)