We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bdf50 commit 6d64d87Copy full SHA for 6d64d87
1 file changed
package.json
@@ -27,15 +27,15 @@
27
},
28
"dependencies": {
29
"find-java-home": "0.1.2",
30
- "glob": "~3.2.9",
31
- "nan": "1.4.1"
+ "glob": "5.0.5",
+ "nan": "1.7.0"
32
33
"devDependencies": {
34
"async": "0.9.0",
35
- "chalk": "^1.0.0",
36
- "lodash": "^3.5.0",
37
- "nodeunit": "0.9.0",
38
- "when": "3.6.4"
+ "chalk": "1.0.0",
+ "lodash": "3.7.0",
+ "nodeunit": "0.9.1",
+ "when": "3.7.2"
39
40
"scripts": {
41
"test": "node testRunner.js",
0 commit comments