From 49421559df54b912ef4dd04adcb51ec9ccd7e6af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 06:01:22 +0000 Subject: [PATCH] chore(dev-deps): bump @oclif/core from 4.10.0 to 4.10.2 Bumps [@oclif/core](https://github.com/oclif/core) from 4.10.0 to 4.10.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.10.0...4.10.2) --- updated-dependencies: - dependency-name: "@oclif/core" dependency-version: 4.10.2 dependency-type: direct:development 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 9b7a2332..18069061 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@salesforce/ts-types": "^2.0.11" }, "devDependencies": { - "@oclif/core": "^4.9.0", + "@oclif/core": "^4.10.2", "@oclif/plugin-command-snapshot": "^5.3.12", "@salesforce/cli-plugins-testkit": "^5.3.41", "@salesforce/dev-scripts": "^11.0.4", diff --git a/yarn.lock b/yarn.lock index dca7d761..ee6f7c83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1366,10 +1366,10 @@ wordwrap "^1.0.0" wrap-ansi "^7.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.9.0": - version "4.10.0" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.0.tgz#1f144f5be59b5ab0d753571feadaaa4a989ce3d5" - integrity sha512-T52mrztDvj7RXiURdA+6vd1B4yeYVpHF6DH/RshqEwIA6R63dhe4YoIBYWJi0H3LhCQTUTL84uWadrJAImu/vg== +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2", "@oclif/core@^4.9.0": + version "4.10.2" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee" + integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0"