From d55f41cc10c15d3f2b68b564f73e463c76b1d1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 02:49:52 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.17 to 4.0.18 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.17 to 4.0.18. - [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.17...4.0.18) --- 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 0645e0bf..5b5589cb 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": { - "@oclif/core": "^4.0.17", + "@oclif/core": "^4.0.18", "@oclif/multi-stage-output": "^0.3.1", "@salesforce/apex-node": "^8.1.3", "@salesforce/core": "^8.4.0", diff --git a/yarn.lock b/yarn.lock index 2d1f6be4..0ea17cbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1505,10 +1505,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.0-beat.13", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17": - version "4.0.17" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03" - integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA== +"@oclif/core@^4", "@oclif/core@^4.0.0-beat.13", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17", "@oclif/core@^4.0.18": + version "4.0.18" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df" + integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"