From e7ec7117586db25607a9e20bdab51bb1523015a5 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Sat, 22 Sep 2018 05:35:44 -0700 Subject: [PATCH] Bump buffer-alloc to 1.2.0 and to-buffer to 1.1.1 (#91) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aad41c9..7697eb9 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,11 @@ }, "dependencies": { "bl": "^1.0.0", - "buffer-alloc": "^1.1.0", + "buffer-alloc": "^1.2.0", "end-of-stream": "^1.0.0", "fs-constants": "^1.0.0", "readable-stream": "^2.3.0", - "to-buffer": "^1.1.0", + "to-buffer": "^1.1.1", "xtend": "^4.0.0" }, "devDependencies": {