From 1a568d2c7c940751a56cf4e413486374005dd383 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 14:17:24 +0000 Subject: [PATCH] chore(deps-dev): bump ink-text-input from 4.0.0 to 4.0.1 Bumps [ink-text-input](https://github.com/vadimdemedes/ink-text-input) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/vadimdemedes/ink-text-input/releases) - [Commits](https://github.com/vadimdemedes/ink-text-input/compare/v4.0.0...v4.0.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd4afb9..ff4fea8 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "husky": "4.3.0", "ink": "3.0.5", "ink-spinner": "4.0.1", - "ink-text-input": "4.0.0", + "ink-text-input": "4.0.1", "lint-staged": "10.3.0", "patch-package": "6.2.2", "pump": "3.0.0", diff --git a/yarn.lock b/yarn.lock index 572c634..beb6516 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4043,10 +4043,10 @@ ink-spinner@4.0.1: dependencies: cli-spinners "^2.3.0" -ink-text-input@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/ink-text-input/-/ink-text-input-4.0.0.tgz#f1309c6d58ce53ae9ad0bc3de23560294079ffa0" - integrity sha512-mzftl3MRUYEi4/lQQzjUGgmPtPIQgGbeedp6G9cDIGTQPMOiaklrCX8zWi9aY5n0OKoJpjmi3TR6eRBNNhCP8Q== +ink-text-input@4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/ink-text-input/-/ink-text-input-4.0.1.tgz#e3de3f7e7f4247d64018838c57bbbc6120901368" + integrity sha512-wiqkrB2tgnCnv51r2LpNLVfgrd/V+UXF3ccry+/Q7on9CBt8LVavX6NDYRMdXljuM+CcFV/sVro0bCr5oxB05w== dependencies: chalk "^4.1.0" type-fest "^0.15.1"