From fbb9e3a510f87f612e69770e750d2c673d02b6c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:45:13 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.0.37 to 4.2.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.0.37 to 4.2.0. - [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.37...4.2.0) --- 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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aebb52f5..8f4a9a0a 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.37", + "@oclif/core": "^4.2.0", "@oclif/multi-stage-output": "^0.8.0", "@salesforce/apex-node": "^8.1.18", "@salesforce/core": "^8.6.4", diff --git a/yarn.lock b/yarn.lock index 44333bc3..6d1032d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1359,10 +1359,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.36", "@oclif/core@^4.0.37": - version "4.0.37" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c" - integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ== +"@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.34", "@oclif/core@^4.0.36", "@oclif/core@^4.2.0": + version "4.2.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.0.tgz#ab78b247dfd66322d9c9376ebaf3764e3c82fefe" + integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw== dependencies: ansi-escapes "^4.3.2" ansis "^3.3.2"