From fb0940b3462fea551050c0f122b7b7295dc76d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 16:03:57 +0000 Subject: [PATCH] Bump fstream from 0.1.31 to 1.0.12 Bumps [fstream](https://github.com/npm/fstream) from 0.1.31 to 1.0.12. - [Release notes](https://github.com/npm/fstream/releases) - [Commits](https://github.com/npm/fstream/compare/v0.1.31...v1.0.12) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5df6c62..de8fdad 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ }, "license": "MIT", "dependencies": { - "fstream": ">= 0.1.30 < 1", + "fstream": ">= 0.2.30 < 1", "pullstream": ">= 0.4.1 < 1", "binary": ">= 0.3.0 < 1", "readable-stream": "~1.0.31",