Skip to content

Commit 6f66bf2

Browse files
committed
Update dependencies
1 parent 1f8bdfa commit 6f66bf2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"description": "Blazing-fast binary parser builder",
55
"main": "dist/binary_parser.js",
66
"devDependencies": {
7-
"mocha": "^6.1.4",
7+
"mocha": "^6.2.2",
88
"nyc": "^14.1.1",
9-
"prettier": "^1.17.1",
10-
"@types/node": "^12.0.4",
11-
"typescript": "^3.5.1"
9+
"prettier": "^1.19.1",
10+
"@types/node": "^12.12.12",
11+
"typescript": "^3.7.2"
1212
},
1313
"scripts": {
1414
"build": "tsc",
@@ -51,7 +51,7 @@
5151
},
5252
"bugs": "http://github.com/Ericbla/binary-parser/issues",
5353
"dependencies": {
54-
"smart-buffer": "^4.0.2"
54+
"smart-buffer": "^4.1.0"
5555
},
5656
"engines": {
5757
"node": ">=5.10.0"

0 commit comments

Comments
 (0)