From 0d6541e97ef27648e9f31451b062acb79ec192c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 16:12:21 +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 e40d2fb..93dd036 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "prepublishOnly": "run-s build" }, "dependencies": { - "get-stdin": "^8.0.0", + "get-stdin": "^9.0.0", "minimist": "^1.2.6", "pkg-conf": "^3.1.0", "xdg-basedir": "^4.0.0"