From 8ae7a8f292b708782e1b9bc8a84ed0757b0a82a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:51:53 -0500 Subject: [PATCH] chore(dev-deps): bump @oclif/test from 4.0.7 to 4.0.8 (#174) Bumps [@oclif/test](https://github.com/oclif/test) from 4.0.7 to 4.0.8. - [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.7...4.0.8) --- updated-dependencies: - dependency-name: "@oclif/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- yarn.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/yarn.lock b/yarn.lock index eca85cc..ffdc4f3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1438,11 +1438,11 @@ lodash "^4.17.21" "@oclif/test@^4": - version "4.0.7" - resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.7.tgz#7a8bb719d8ae5dd25a80a13102225d58030a2eae" - integrity sha512-yrWzyaagzv2XfJmdQi3V7S8dxlzjz36al8KdFKI7xQo+XAVyiUK4HaqxL71XYCPSa75Y9faWqCMyt+JgLMtW2w== + version "4.0.8" + resolved "https://registry.yarnpkg.com/@oclif/test/-/test-4.0.8.tgz#f8faacddf75992a70ee30df61d584c6bdd5fbf9c" + integrity sha512-1UDwN2zrNRquQiWfn5wcokeQOOlJMrrn5KPufcrXzrh5otX9C/rkAGyQsJnEisbruPjOO541hzdybUzvK7Kvwg== dependencies: - ansis "^3.3.1" + ansis "^3.3.2" debug "^4.3.6" "@pkgjs/parseargs@^0.11.0":