We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5028888 commit 1d81ab0Copy full SHA for 1d81ab0
1 file changed
package.json
@@ -26,16 +26,16 @@
26
"url": "https://github.com/joeferner/node-java.git"
27
},
28
"dependencies": {
29
- "async": "1.5.2",
30
- "find-java-home": "0.1.2",
31
- "glob": "7.0.3",
32
- "lodash": "4.11.1",
+ "async": "2.0.1",
+ "find-java-home": "0.1.3",
+ "glob": "7.1.1",
+ "lodash": "4.16.4",
33
"nan": "2.4.0"
34
35
"devDependencies": {
36
- "chalk": "1.0.0",
37
- "nodeunit": "0.9.1",
38
- "when": "3.7.2"
+ "chalk": "1.1.3",
+ "nodeunit": "0.10.2",
+ "when": "3.7.7"
39
40
"scripts": {
41
"test": "node testRunner.js",
0 commit comments