From 9a53e49e6ac0a917e97eeaed94ccbd5ae60904b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 06:16:19 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.8 to 4.0.11 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.8 to 4.0.11. - [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.8...4.0.11) --- 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 0778b4fe..d418978f 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "node": ">=18.0.0" }, "dependencies": { - "@oclif/core": "^4.0.8", + "@oclif/core": "^4.0.11", "@salesforce/core": "^8.1.1", "@salesforce/kit": "^3.1.6", "@salesforce/source-deploy-retrieve": "^12.1.5", diff --git a/yarn.lock b/yarn.lock index d51c3283..b8ebbe21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -543,10 +543,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4.0.8": - version "4.0.8" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.8.tgz#667caa6481682e34594a4df6faeb3137879652d8" - integrity sha512-9AzNoRlKfIeuqOin+HK9cyouELeup7sX+MGIFc5dR+bnG0sSzFnV1A/Z57E7KWrY5NdWULHYT5NhiL1YpEhG2w== +"@oclif/core@^4.0.11": + version "4.0.11" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.11.tgz#0a774d00ccab8ee63eb01c5ad2bffc69a170dba8" + integrity sha512-cZLLdSm9tGSbuoRjjgXf128zvPZH+afjQMQcrvDfoN347KvPg75ne8YJ8qHix+T3Vl03iXfgIH6guQN0kLgmjg== dependencies: ansi-escapes "^4.3.2" ansis "^3.1.1"