From 011f112a875abf201435cb4a249797e6ecb4b0a6 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 15 Apr 2019 18:21:36 +1000 Subject: [PATCH] =?UTF-8?q?Update=20get-stdin=20to=20the=20latest=20versio?= =?UTF-8?q?n=20=F0=9F=9A=80=20(#4030)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## The dependency [get-stdin](https://github.com/sindresorhus/get-stdin) was updated from `6.0.0` to `7.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update. ---
Release Notes for v7.0.0

Breaking:

Enhancements:

v6.0.0...v7.0.0

Commits

The new version differs by 3 commits.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
--- Your [Greenkeeper](https://greenkeeper.io) bot :palm_tree: --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94f7f55970..4da17ed95a 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "debug": "^4.1.1", "execall": "^1.0.0", "file-entry-cache": "^5.0.1", - "get-stdin": "^6.0.0", + "get-stdin": "^7.0.0", "global-modules": "^2.0.0", "globby": "^9.2.0", "globjoin": "^0.1.4",