From d2a05eace61fa83f8a35afd83fd6af1f90121d0c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 18:44:12 +0000 Subject: [PATCH] chore(deps): update dependency ink-testing-library to v4 --- packages/commands/measure/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/commands/measure/package.json b/packages/commands/measure/package.json index 4736895a..614c89fa 100644 --- a/packages/commands/measure/package.json +++ b/packages/commands/measure/package.json @@ -30,7 +30,7 @@ "@testing-library/react": "^14.2.1", "@types/express": "^4.17.21", "@types/supertest": "^6.0.2", - "ink-testing-library": "^2.1.0", + "ink-testing-library": "^4.0.0", "parcel": "^2.12.0", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/yarn.lock b/yarn.lock index 3de7136a..27751fbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7191,10 +7191,10 @@ init-package-json@6.0.3: validate-npm-package-license "^3.0.4" validate-npm-package-name "^5.0.0" -ink-testing-library@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/ink-testing-library/-/ink-testing-library-2.1.0.tgz#b5ffd1ef1049550ae4d2f008b8770e7ece6e0313" - integrity sha512-7TNlOjJlJXB33vG7yVa+MMO7hCjaC1bCn+zdpSjknWoLbOWMaFdKc7LJvqVkZ0rZv2+akhjXPrcR/dbxissjUw== +ink-testing-library@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/ink-testing-library/-/ink-testing-library-4.0.0.tgz#7071dac9a3d783e7bab2ee05fdf1d01a2cd3bb0d" + integrity sha512-yF92kj3pmBvk7oKbSq5vEALO//o7Z9Ck/OaLNlkzXNeYdwfpxMQkSowGTFUCS5MSu9bWfSZMewGpp7bFc66D7Q== ink@^3.2.0: version "3.2.0"