From 827ce497c0aa6be77d9cef35dbac5e6d1f7f3767 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 00:29:01 -0500 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.0-beta.11 to 4.0.0-beta.13 (#885) Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.0-beta.11 to 4.0.0-beta.13. - [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.0-beta.11...4.0.0-beta.13) --- 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 5b0b06de..02732b38 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.0-beta.11", + "@oclif/core": "4.0.0-beta.13", "ansis": "^3.2.0", "debug": "^4.3.4", "npm": "^10.8.0", diff --git a/yarn.lock b/yarn.lock index e7f8eb6a..358bcf25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1493,10 +1493,10 @@ proc-log "^4.0.0" which "^4.0.0" -"@oclif/core@4.0.0-beta.11": - version "4.0.0-beta.11" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.11.tgz#127deb8c9acd0b3d79ba6a9b6a18e7e3413b7863" - integrity sha512-CHhxoNBD5vaT+VtgzESyLoS8O/vkxJUb1cUX+wrmELdzaiggHfmiGCzWZM7VKvEEnOOg3SUz0eDLRlTH9Xy+/Q== +"@oclif/core@4.0.0-beta.13": + version "4.0.0-beta.13" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8" + integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw== dependencies: ansi-escapes "^4.3.2" ansis "^3.0.1"