From d654f2f21ed99124dd9a6cad76a534edfafec5f4 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" <23040076+greenkeeper[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 22:53:05 +0000 Subject: [PATCH] fix(package): update string-to-stream to version 3.0.0 Closes #223 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa120f1..9a2aba7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "request": "^2.85.0", "sha1": "^1.1.1", "stream-to-string": "^1.1.0", - "string-to-stream": "^1.1.0", + "string-to-stream": "^3.0.0", "temp": "^0.9.0", "through2": "^3.0.0", "winston": "^3.0.0-rc1",