Bump buffer-alloc to 1.2.0 and to-buffer to 1.1.1 (#91)

This commit is contained in:
Jake Low 2018-09-22 05:35:44 -07:00 committed by Mathias Buus
parent 9f9ccbc127
commit e7ec711758

View file

@ -8,11 +8,11 @@
}, },
"dependencies": { "dependencies": {
"bl": "^1.0.0", "bl": "^1.0.0",
"buffer-alloc": "^1.1.0", "buffer-alloc": "^1.2.0",
"end-of-stream": "^1.0.0", "end-of-stream": "^1.0.0",
"fs-constants": "^1.0.0", "fs-constants": "^1.0.0",
"readable-stream": "^2.3.0", "readable-stream": "^2.3.0",
"to-buffer": "^1.1.0", "to-buffer": "^1.1.1",
"xtend": "^4.0.0" "xtend": "^4.0.0"
}, },
"devDependencies": { "devDependencies": {