Skip to content

Commit f5bceb1

Browse files
author
Marcos Castany
authored
Merge pull request #28 from peakon/dependencies
[Security] Update dependencies
2 parents 636bb5b + ca597a0 commit f5bceb1

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
node_js:
3-
- 0.8
3+
- 0.10

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.10.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,13 +19,16 @@
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"
30+
},
31+
"engines": {
32+
"node": ">=0.10"
3033
}
31-
}
34+
}

0 commit comments

Comments
 (0)