We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ddbd8 commit 5c49491Copy full SHA for 5c49491
1 file changed
package.json
@@ -32,16 +32,16 @@
32
},
33
"homepage": "https://github.com/fh1ch/node-bacstack#readme",
34
"dependencies": {
35
- "debug": "^3.0.0",
36
- "iconv-lite": "^0.4.18"
+ "debug": "^3.1.0",
+ "iconv-lite": "^0.4.19"
37
38
"devDependencies": {
39
- "chai": "^3.5.0",
+ "chai": "^4.1.2",
40
"docdash": "^0.4.0",
41
"istanbul": "^0.4.5",
42
"jscs": "^3.0.7",
43
- "jsdoc": "^3.4.3",
44
- "jshint": "^2.9.4",
45
- "mocha": "^3.2.0"
+ "jsdoc": "^3.5.5",
+ "jshint": "^2.9.5",
+ "mocha": "^4.0.1"
46
}
47
0 commit comments