From fff2aad321c076b96cfe334483eb72d806f034ce Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 16:57:52 +0000 Subject: [PATCH] Bump get-stdin from 6.0.0 to 7.0.0 Bumps [get-stdin](https://github.com/sindresorhus/get-stdin) from 6.0.0 to 7.0.0. - [Release notes](https://github.com/sindresorhus/get-stdin/releases) - [Commits](https://github.com/sindresorhus/get-stdin/compare/v6.0.0...v7.0.0) Signed-off-by: dependabot-preview[bot] --- 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 cf75396..ad9817e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3128,9 +3128,9 @@ "dev": true }, "get-stdin": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", - "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==" + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-7.0.0.tgz", + "integrity": "sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==" }, "get-stream": { "version": "4.1.0", diff --git a/package.json b/package.json index a67f035..855ef16 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "test": "npm run test:lint && npm run test:jest && npm run test:cli-sanity && npm run test:cli-sanity-warning" }, "dependencies": { - "get-stdin": "^6.0.0" + "get-stdin": "^7.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "2.3.2",