From 35fdef2029a7b3cc50fbc7ccb4b9d63713f37898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 May 2025 15:02:55 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.2.6 to 4.3.0 Bumps [@oclif/core](https://github.com/oclif/core) from 4.2.6 to 4.3.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.2.6...4.3.0) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 09449a1..55ff887 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@lwc/lwc-dev-server": "~12.3.4", "@lwc/sfdc-lwc-compiler": "~12.3.4", "@lwrjs/api": "0.18.3", - "@oclif/core": "^4.1.0", + "@oclif/core": "^4.3.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 b5e0037..6003387 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2938,13 +2938,13 @@ "@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.1.0", "@oclif/core@^4.2.3": - version "4.2.6" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.6.tgz#f2f1696be03a815a4c391504312f90fce29fbb4e" - integrity sha512-agk1Tlm7qMemWx+qq5aNgkYwX2JCkoVP4M0ruFveJrarmdUPbKZTMW1j/eg8lNKZh1sp68ytZyKhYXYEfRPcww== +"@oclif/core@^4", "@oclif/core@^4.0.21", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.3.0": + version "4.3.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6" + integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw== dependencies: ansi-escapes "^4.3.2" - ansis "^3.10.0" + ansis "^3.17.0" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.4.0" @@ -4939,10 +4939,10 @@ ansi-styles@^6.0.0, ansi-styles@^6.1.0, ansi-styles@^6.2.1: resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== -ansis@^3.10.0, ansis@^3.14.0, ansis@^3.3.2: - version "3.16.0" - resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.16.0.tgz#5e365fd173133756a01199c77fc9146bb22fb5eb" - integrity sha512-sU7d/tfZiYrsIAXbdL/CNZld5bCkruzwT5KmqmadCJYxuLxHAOBjidxD5+iLmN/6xEfjcQq1l7OpsiCBlc4LzA== +ansis@^3.10.0, ansis@^3.14.0, ansis@^3.17.0, ansis@^3.3.2: + version "3.17.0" + resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7" + integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg== anymatch@~3.1.2: version "3.1.3"