From 583dadd6a3eb4715496bb8fd405a531551ab6ed6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 04:03:47 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.11.4 to 4.11.11 Bumps [@oclif/core](https://github.com/oclif/core) from 4.11.4 to 4.11.11. - [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.4...4.11.11) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.11.11 dependency-type: direct:development update-type: version-update:semver-patch ... 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 9ea5e23e..b978f0f0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@jsforce/jsforce-node": "^3.10.17", - "@oclif/core": "^4.11.4", + "@oclif/core": "^4.11.11", "@oclif/plugin-command-snapshot": "^5.3.25", "@salesforce/cli-plugins-testkit": "^5.3.61", "@salesforce/dev-scripts": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index aab27b47..c6676b02 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1358,10 +1358,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@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== +"@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.4": + version "4.11.11" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.11.tgz#bd5c7d79285c12a43e5830b3362773dbe6048878" + integrity sha512-LoGzrvkH9I8dwhxuLafcf90MAp+fYfAiAhpyixaVAWaclIgs+vXeMMQwBG90/wqjdygIKcFAqNnNJrfl3s3X8Q== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1377,7 +1377,7 @@ semver "^7.8.1" string-width "^4.2.3" supports-color "^8" - tinyglobby "^0.2.16" + tinyglobby "^0.2.17" widest-line "^3.1.0" wordwrap "^1.0.0" wrap-ansi "^7.0.0" @@ -6793,10 +6793,10 @@ tiny-jsonc@^1.0.2: resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678" integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw== -tinyglobby@^0.2.16: - version "0.2.16" - resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6" - integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg== +tinyglobby@^0.2.17: + version "0.2.17" + resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631" + integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g== dependencies: fdir "^6.5.0" picomatch "^4.0.4"