Upgrade dependencies

This commit is contained in:
Martin Endler
2017-09-04 19:22:48 +02:00
parent 524979f3c1
commit f6238019a9
2 changed files with 107 additions and 65 deletions

View File

@@ -37,13 +37,13 @@
"test": "mocha"
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.5.1"
"bindings": "^1.3.0",
"nan": "^2.7.0"
},
"devDependencies": {
"mocha": "^3.2.0",
"should": "^11.1.2",
"sinon": "^1.17.7"
"mocha": "^3.5.0",
"should": "^12.0.0",
"sinon": "^3.2.1"
},
"gypfile": true
}