From 908abed917af643caf33414e9713071e5eb3b768 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 04:03:55 +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 7eb27018..f82fc715 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.15", + "@oclif/test": "^4.1.16", "@types/chai": "^4.3.16", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.10", diff --git a/yarn.lock b/yarn.lock index f88f592f..d7f7c86b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1589,10 +1589,10 @@ resolved "https://registry.npmjs.org/@oclif/prettier-config/-/prettier-config-0.2.1.tgz" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@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"