From 629f400b96e71aa426fcdd1287f60e9ae3902423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Jul 2025 08:50:03 +0000 Subject: [PATCH] fix(deps): bump @oclif/core from 4.4.0 to 4.4.1 Bumps [@oclif/core](https://github.com/oclif/core) from 4.4.0 to 4.4.1. - [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.4.0...4.4.1) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.4.1 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 8af02109..b6853583 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.4.0", + "@oclif/core": "^4.4.1", "@salesforce/core": "^8.15.0", "@salesforce/kit": "^3.1.6", "@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.10", diff --git a/yarn.lock b/yarn.lock index 700e28e9..47998a88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2748,10 +2748,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0": - version "4.4.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2" - integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.7", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1": + version "4.4.1" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823" + integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"