From 987951826c5f9f975d6270712fa0fa8169f8ef2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 04:06:38 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.11.3 to 4.11.4 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.3 to 4.11.4. - [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.11.3...4.11.4) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 36858673..64231a66 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@jsforce/jsforce-node": "^3.10.15", - "@oclif/core": "^4.11.3", + "@oclif/core": "^4.11.4", "@oclif/plugin-command-snapshot": "^5.3.22", "@salesforce/cli-plugins-testkit": "^5.3.58", "@salesforce/dev-scripts": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index 843f7646..5c33c522 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1390,10 +1390,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.11.2", "@oclif/core@^4.11.3": - version "4.11.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36" - integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.11.2", "@oclif/core@^4.11.4": + version "4.11.4" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.4.tgz#14082760c0b8e677331aeba3f32e6bf75e2556c0" + integrity sha512-URwiQ5ALx/sJ2iH4vzXEd+H4K6NAI7LRs6Jag3hrgKEpGmaE6alfRC8qjO4GIgb6A3ACaJumqP9twi/M9ywdHQ== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1406,7 +1406,7 @@ is-wsl "^2.2.0" lilconfig "^3.1.3" minimatch "^10.2.5" - semver "^7.8.0" + semver "^7.8.1" string-width "^4.2.3" supports-color "^8" tinyglobby "^0.2.16"