From a752fa3cc00abc6141f2adc03974da8a7c40329c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 10:30:37 +0000 Subject: [PATCH] build(deps): bump get-stdin from 8.0.0 to 9.0.0 Bumps [get-stdin](https://github.com/sindresorhus/get-stdin) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/sindresorhus/get-stdin/releases) - [Commits](https://github.com/sindresorhus/get-stdin/compare/v8.0.0...v9.0.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3724a23..773ca3d 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "test": "run-s check test:*" }, "dependencies": { - "get-stdin": "^8.0.0", + "get-stdin": "^9.0.0", "minimist": "^1.2.5", "pkg-conf": "^3.1.0", "xdg-basedir": "^4.0.0"