From a279fc7b037db518246120166b6617642d042755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 17:30:23 -0800 Subject: [PATCH] Bump get-stdin from 5.0.1 to 8.0.0 (#121) Bumps [get-stdin](https://github.com/sindresorhus/get-stdin) from 5.0.1 to 8.0.0. - [Release notes](https://github.com/sindresorhus/get-stdin/releases) - [Commits](https://github.com/sindresorhus/get-stdin/compare/v5.0.1...v8.0.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8d6b03aa..9e0666b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3321,9 +3321,9 @@ "dev": true }, "get-stdin": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz", - "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=" + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz", + "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==" }, "get-value": { "version": "2.0.6", diff --git a/package.json b/package.json index ac771499..72b40584 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "dependencies": { "commander": "~2.9.0", "deep-extend": "~0.5.1", - "get-stdin": "~5.0.1", + "get-stdin": "~8.0.0", "glob": "~7.1.2", "ignore": "~5.1.4", "js-yaml": "~3.13.1",