From eaf732d3b1efdc55f9d7c3d7e846d65f4964748b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 19:32:37 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.1.15 to 4.1.16 Bumps [@oclif/test](https://github.com/oclif/test) from 4.1.15 to 4.1.16. - [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.15...4.1.16) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-version: 4.1.16 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 7bf6c22e..b303b130 100644 --- a/package.json +++ b/package.json @@ -140,7 +140,7 @@ "devDependencies": { "@oclif/core": "^4.8.0", "@oclif/plugin-command-snapshot": "^5.3.8", - "@oclif/test": "^4.1.15", + "@oclif/test": "^4.1.16", "@salesforce/cli-plugins-testkit": "^5.3.41", "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.79", diff --git a/yarn.lock b/yarn.lock index 912ee502..5082b205 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1519,10 +1519,10 @@ strip-ansi "^7.1.2" wrap-ansi "^9.0.2" -"@oclif/test@^4.1.15": - version "4.1.15" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.15.tgz#4b53ce8e1c23992ea6cb668173e346fde7ff0453" - integrity sha512-OVTmz3RxnOWYPoE9sbB9Przfph+QSLMvHUfqEwXZKupuOHCJAJX0QDUfVyh1pK+XYEQ2RUaF+qhxqBfIfaahBw== +"@oclif/test@^4.1.16": + version "4.1.16" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.1.16.tgz#856c1267d7133fcdacf64f6221410cbf49532a4c" + integrity sha512-LPrF++WGGBE0pe3GUkzEteI5WrwTT7usGpIMSxkyJhYnFXKkwASyTcCmOhNH4QC65kqsLt1oBA88BMkCJqPtxg== dependencies: ansis "^3.17.0" debug "^4.4.3"