From 788caba832998a621076fc80a59034e2c0a7c62a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 02:27:20 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.11.8 to 2.11.10 Bumps [@oclif/core](https://github.com/oclif/core) from 2.11.8 to 2.11.10. - [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/2.11.8...2.11.10) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index abedf062..b8d80eab 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-commands/issues", "dependencies": { - "@oclif/core": "^2.11.8", + "@oclif/core": "^2.11.10", "lodash": "^4.17.11" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 174f6630..c162da50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -426,10 +426,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.11.4", "@oclif/core@^2.11.8", "@oclif/core@^2.9.3": - version "2.11.8" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.8.tgz#780c4fdf53e8569cf754c2a8fefcc7ddeacf1747" - integrity sha512-GILmztcHBzze45GvxRpUvqQI5nM26kSE/Q21Y+6DtMR+C8etM/hFW26D3uqIAbGlGtg5QEZZ6pjA/Fqgz+gl3A== +"@oclif/core@^2.11.10", "@oclif/core@^2.11.4", "@oclif/core@^2.11.8", "@oclif/core@^2.9.3": + version "2.11.10" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.11.10.tgz#638128034b8b4bdf4b23480a7278426f85130170" + integrity sha512-/7Umij3OU++6o+z4U+waJ5nP6IvK9KKEVzz+xsla68YoECLQwz43boUKqYizlNMtTfiwNkiYb5QE+OU/q5qEtA== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2"