From b7a9e8267f91c2df7cbb824931f7106e061c15da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 19:42:28 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 3.26.5 to 3.26.6 Bumps [@oclif/core](https://github.com/oclif/core) from 3.26.5 to 3.26.6. - [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/3.26.5...3.26.6) --- 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 9b388d309..61caa5848 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@inquirer/confirm": "^2.0.17", "@inquirer/password": "^1.1.16", - "@oclif/core": "^3.26.5", + "@oclif/core": "^3.26.6", "@salesforce/core": "^7.3.3", "@salesforce/kit": "^3.1.0", "@salesforce/ts-types": "^2.0.9", diff --git a/yarn.lock b/yarn.lock index 8bae86952..b0fc46941 100644 --- a/yarn.lock +++ b/yarn.lock @@ -604,10 +604,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^3.26.5": - version "3.26.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.5.tgz#6a1962971fcaa4e235c0d6a83d50681ccb2bd0e4" - integrity sha512-uRmAujGJjLhhgpLylbiuHuPt9Ec7u6aJ72utuSPNTRw47+W5vbQSGnLGPiil1Mt5YDL+zFOyTVH6Uv3NSP2SaQ== +"@oclif/core@^3.26.6": + version "3.26.6" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971" + integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA== dependencies: "@types/cli-progress" "^3.11.5" ansi-escapes "^4.3.2"