From ed239f68964c683f7c1ed457cd013652cc22e54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 04:18:55 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.0.3 to 4.0.4 Bumps [@oclif/test](https://github.com/oclif/test) from 4.0.3 to 4.0.4. - [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.0.3...4.0.4) --- updated-dependencies: - dependency-name: "@oclif/test" 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 47416215..2493b704 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@commitlint/config-conventional": "^19", "@oclif/plugin-help": "^6", "@oclif/prettier-config": "^0.2.1", - "@oclif/test": "^4.0.3", + "@oclif/test": "^4.0.4", "@types/chai": "^4.3.11", "@types/debug": "^4.1.12", "@types/mocha": "^10.0.6", diff --git a/yarn.lock b/yarn.lock index 24dd21a9..a5198c3e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1600,10 +1600,10 @@ resolved "https://registry.npmjs.org/@oclif/prettier-config/-/prettier-config-0.2.1.tgz" integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== -"@oclif/test@^4.0.3": - version "4.0.3" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.3.tgz#718d8aabe64aca6040cd4c6085a9e34f124768db" - integrity sha512-LxcRYVFTUHoOW2Koo1lmbEwl/4HRFIdNWXuUY1/PHEawjwLvp3xwVe2rOWGqYD+vlHr+TYUw2QDQc8e2vUTDrw== +"@oclif/test@^4.0.4": + version "4.0.4" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.4.tgz#e7e16d9a3edf2d2b83c8066f3f08569b4aa84e4f" + integrity sha512-O0lGcUl6sq4ijgjPimbx32O6DPCoHknzrNsA+X+XzWD9DsEv0SK6Tib2+22cOqLzLItr+gU73pIYttiD5+UWag== dependencies: ansis "^3.2.0" debug "^4.3.5"