From df1563c8e3edbdcdd30bc618ed8c2e31b45b1632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:23:23 +0000 Subject: [PATCH] chore(deps-dev): 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 6be395f2..816ef6b8 100644 --- a/package.json +++ b/package.json @@ -258,7 +258,7 @@ "types": "dist/index.d.ts", "devDependencies": { "@oclif/plugin-command-snapshot": "^5.2.3", - "@oclif/test": "^4.1.20", + "@oclif/test": "^4.1.21", "@salesforce/dev-scripts": "^11.0.2", "@salesforce/plugin-release-management": "^5.8.21", "@salesforce/ts-sinon": "^1.4.36", diff --git a/yarn.lock b/yarn.lock index 0da89502..7f17941e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1495,10 +1495,10 @@ strip-ansi "^7.2.0" wrap-ansi "^9.0.2" -"@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"