From 562505d15da71657f59f16310f01deead479a963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 19:33:15 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.8.1 to 4.8.2 Bumps [@oclif/core](https://github.com/oclif/core) from 4.8.1 to 4.8.2. - [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.8.1...4.8.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.8.2 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 bd985ceb..343a0f38 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "zod": "^4.3.6" }, "devDependencies": { - "@oclif/core": "^4.8.0", + "@oclif/core": "^4.8.2", "@oclif/plugin-command-snapshot": "^5.3.8", "@oclif/test": "^4.1.16", "@salesforce/cli-plugins-testkit": "^5.3.41", diff --git a/yarn.lock b/yarn.lock index acfaa58c..8221dde2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1455,10 +1455,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0": - version "4.8.1" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.1.tgz#84def567778d3271d5c84d9cd6fe0a582e56fded" - integrity sha512-07mq0vKCWNsB85ZHeBMlTAiO0KLFqHyAeRK3bD2K8CI1tX3tiwkWw1lZQZkiw8MUBrhxdROhMkYMY4Q0l7JHqA== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2": + version "4.8.2" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09" + integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1470,7 +1470,7 @@ indent-string "^4.0.0" is-wsl "^2.2.0" lilconfig "^3.1.3" - minimatch "^10.2.1" + minimatch "^10.2.4" semver "^7.7.3" string-width "^4.2.3" supports-color "^8" @@ -6114,10 +6114,10 @@ minimatch@9.0.3: dependencies: brace-expansion "^2.0.1" -minimatch@^10.1.1, minimatch@^10.2.1: - version "10.2.2" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.2.tgz#361603ee323cfb83496fea2ae17cc44ea4e1f99f" - integrity sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw== +minimatch@^10.1.1, minimatch@^10.2.1, minimatch@^10.2.4: + version "10.2.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde" + integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg== dependencies: brace-expansion "^5.0.2"