From d7f5602f0b91270b03d15b1678635c9f58de1758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 03:22:07 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.0.4 to 4.0.6 Bumps [@oclif/test](https://github.com/oclif/test) from 4.0.4 to 4.0.6. - [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.4...4.0.6) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index aba12c6..04708bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1109,11 +1109,11 @@ integrity sha512-XB8kwQj8zynXjIIWRm+6gO/r8Qft2xKtwBMSmq1JRqtA6TpwpqECqiu8LosBCyg2JBXuUy2lU23/L98KIR7FrQ== "@oclif/test@^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== + version "4.0.6" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.6.tgz#79cc1e9dd9ef0deb0b59b8a572500790132a1aab" + integrity sha512-PQf3dJEYHYDvU01A7Nu+hHUP76JuwsLaEnWxoI4QSiew+CFVRWnygIO1cl/FzH/eavK+zGJjf4ZPoFQ5wz5khQ== dependencies: - ansis "^3.2.0" + ansis "^3.3.1" debug "^4.3.5" "@sindresorhus/is@^5.2.0":