From 3c4650f6de6a6863db9fa79b383d0f0f476876c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 12:37:46 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 2.8.11 to 2.9.3 Bumps [@oclif/core](https://github.com/oclif/core) from 2.8.11 to 2.9.3. - [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.8.11...2.9.3) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c3612588..fcc38da0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-which/issues", "dependencies": { - "@oclif/core": "^2.8.5", + "@oclif/core": "^2.9.3", "tslib": "^2.6.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index 7da10a2d..5e82d762 100644 --- a/yarn.lock +++ b/yarn.lock @@ -648,10 +648,10 @@ supports-color "^8.1.1" tslib "^2" -"@oclif/core@^2.0.3", "@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.8.5": - version "2.8.11" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.8.11.tgz#fbdf8b5b74a8b2012f2fcd5a30a515d327b54482" - integrity sha512-9wYW6KRSWfB/D+tqeyl/jxmEz/xPXkFJGVWfKaptqHz6FPWNJREjAM945MuJL2Y8NRhMe+ScRlZ3WpdToX5aVQ== +"@oclif/core@^2.0.3", "@oclif/core@^2.8.11", "@oclif/core@^2.8.4", "@oclif/core@^2.9.3": + version "2.9.3" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.9.3.tgz#d20478d03b57713e5a6d9582027f97e83e8be496" + integrity sha512-0KLiVpXCJivAjLoj/LAXQf85MtGzyforyPkgNJQEP6QQugnuq2kHcG+DojWEQYz0sADXT2259EdPibslEThUMg== dependencies: "@types/cli-progress" "^3.11.0" ansi-escapes "^4.3.2" @@ -673,6 +673,7 @@ object-treeify "^1.1.33" password-prompt "^1.1.2" semver "^7.5.3" + slice-ansi "^4.0.0" string-width "^4.2.3" strip-ansi "^6.0.1" supports-color "^8.1.1"