From a83469f3ca7da20ba146b9a2161eeb36a5c5d4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:03:00 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.1.20 to 4.1.21 Bumps [@oclif/test](https://github.com/oclif/test) from 4.1.20 to 4.1.21. - [Release notes](https://github.com/oclif/test/releases) - [Changelog](https://github.com/oclif/test/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/test/compare/4.1.20...4.1.21) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-version: 4.1.21 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 63040beb..83c7a9a9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@eslint/compat": "^1.4.1", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^4.1.20", + "@oclif/test": "^4.1.21", "@types/chai": "^4.3.16", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.10", diff --git a/yarn.lock b/yarn.lock index 6dc8091e..52bfb3c7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1108,10 +1108,10 @@ resolved "https://registry.yarnpkg.com/@oclif/prettier-config/-/prettier-config-0.2.1.tgz#1def9f38134f9bfb229257f48a35f7d0d183dc78" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^4.1.20": - version "4.1.20" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.20.tgz#3c9cc46e08f6a33c3344da2ebd8bbf51fd17b449" - integrity sha512-gvamjt80ZPDeYQlwdeXDce/zTrSDkcw5LdTqTuM1L2cyQ0bu9R7DbB4stNLBjtAX+CG0JCuJzpLbPi+Ui769uQ== +"@oclif/test@^4.1.21": + version "4.1.21" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.21.tgz#3c46cfd7671df4019e7d9a43be94509d827fe285" + integrity sha512-3Hsqv1mo7P/n8qXKJ4nLTYISA3oPzXGZDc4R9ioi5hpK1lQ7UI1ZcLkt0aKJ1qMKrYStzk20IWhcPRT0Vpteyw== dependencies: ansis "^3.17.0" debug "^4.4.3"