From e5562f9d8a631e9c9276770f062b28d3a5e5f9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 00:48:26 -0500 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.16 to 4.0.17 (#621) Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.16 to 4.0.17. - [Release notes](https://github.com/oclif/core/releases) - [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/core/compare/4.0.16...4.0.17) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production 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 e52dcd4..8021f29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1552,12 +1552,12 @@ wrap-ansi "^7.0.0" "@oclif/core@^4": - version "4.0.16" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.16.tgz#4c41f63766755796a79e304ae5bcc57dd145419d" - integrity sha512-J3l9Jk2+pAClpyf/dSroZNIf74PWHYRwzHJkcIe9CKq8SxGR8h+fs2GO2nKJmUSzsvnA0sF5RhWJ4mRBvWFhVA== + version "4.0.17" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03" + integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA== dependencies: ansi-escapes "^4.3.2" - ansis "^3.3.1" + ansis "^3.3.2" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.3.5"