Skip to content

Commit 7d8fc79

Browse files
committed
update dependency versions
1 parent 10f45c5 commit 7d8fc79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@
2626
"url": "https://github.com/joeferner/node-java.git"
2727
},
2828
"dependencies": {
29-
"async": "2.0.1",
30-
"find-java-home": "0.1.3",
31-
"glob": "7.1.1",
32-
"lodash": "4.16.4",
33-
"nan": "2.6.2"
29+
"async": "2.5.0",
30+
"find-java-home": "0.2.0",
31+
"glob": "7.1.2",
32+
"lodash": "4.17.4",
33+
"nan": "2.7.0"
3434
},
3535
"devDependencies": {
36-
"chalk": "1.1.3",
37-
"nodeunit": "0.10.2",
38-
"when": "3.7.7"
36+
"chalk": "2.1.0",
37+
"nodeunit": "0.11.1",
38+
"when": "3.7.8"
3939
},
4040
"scripts": {
4141
"test": "node testRunner.js",

0 commit comments

Comments
 (0)