We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8bdfa commit 6f66bf2Copy full SHA for 6f66bf2
package.json
@@ -4,11 +4,11 @@
4
"description": "Blazing-fast binary parser builder",
5
"main": "dist/binary_parser.js",
6
"devDependencies": {
7
- "mocha": "^6.1.4",
+ "mocha": "^6.2.2",
8
"nyc": "^14.1.1",
9
- "prettier": "^1.17.1",
10
- "@types/node": "^12.0.4",
11
- "typescript": "^3.5.1"
+ "prettier": "^1.19.1",
+ "@types/node": "^12.12.12",
+ "typescript": "^3.7.2"
12
},
13
"scripts": {
14
"build": "tsc",
@@ -51,7 +51,7 @@
51
52
"bugs": "http://github.com/Ericbla/binary-parser/issues",
53
"dependencies": {
54
- "smart-buffer": "^4.0.2"
+ "smart-buffer": "^4.1.0"
55
56
"engines": {
57
"node": ">=5.10.0"
0 commit comments