From f53356d616404081a25bca2e614164f62726c9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:31:18 -0700 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.33 to 4.0.34 (#1018) Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.33 to 4.0.34. - [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.33...4.0.34) --- 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> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 70e8c0ea..b95e8f7d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-plugins/issues", "dependencies": { - "@oclif/core": "^4.0.33", + "@oclif/core": "^4.0.34", "ansis": "^3.3.2", "debug": "^4.4.0", "npm": "^10.9.2", diff --git a/yarn.lock b/yarn.lock index edf107ec..921d74ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1751,10 +1751,10 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.33": - version "4.0.33" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.33.tgz#fcaf3dd2850c5999de20459a1445d31a230cd24b" - integrity sha512-NoTDwJ2L/ywpsSjcN7jAAHf3m70Px4Yim2SJrm16r70XpnfbNOdlj1x0HEJ0t95gfD+p/y5uy+qPT/VXTh/1gw== +"@oclif/core@^4", "@oclif/core@^4.0.32", "@oclif/core@^4.0.34": + version "4.0.34" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.34.tgz#2a1d10e6383383cae5fb81662d68147cc6a0dcef" + integrity sha512-jHww7lIqyifamynDSjDNNjNOwFTQdKYeOSYaxUaoWhqXnRwacZ+pfUN4Y0L9lqSN4MQtlWM9mwnBD7FvlT9kPw== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"