From b703e1400ba0ec84ff79e488ddc0edabd1a8a907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 23:16:27 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.1.0 to 4.2.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.1.0 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.1.0...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 68829ec0..9392323a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@lwc/lwc-dev-server": "^11.1.0", "@lwc/sfdc-lwc-compiler": "^11.1.0", "@lwrjs/api": "0.15.6", - "@oclif/core": "^4.1.0", + "@oclif/core": "^4.2.0", "@salesforce/core": "^8.6.2", "@salesforce/kit": "^3.1.6", "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.9", diff --git a/yarn.lock b/yarn.lock index c93e1621..5b38f349 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2602,10 +2602,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@oclif/core@^4.1.0": - version "4.1.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.1.0.tgz#8c2b6baca894411710f8eea88aa742b4bfdbfdfc" - integrity sha512-+LeOq0KK9ruVYjhnDRyfUmEMB68ZXxBP1usj29tVOjewwHInNIctvR7ghH1ls6S3/ZbeCk/Z/JoiE68i8vU6FQ== +"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32", "@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"