From 6edb19cc1945c41f0d69613558b95941cae0047e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 08:46:37 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.22.31 to 4.22.32 Bumps [oclif](https://github.com/oclif/oclif) from 4.22.31 to 4.22.32. - [Release notes](https://github.com/oclif/oclif/releases) - [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md) - [Commits](https://github.com/oclif/oclif/compare/4.22.31...4.22.32) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.22.32 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f6cabf1..34e3a4d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@salesforce/plugin-command-reference": "^3.1.74", "@types/tough-cookie": "^4.0.5", "eslint-plugin-sf-plugin": "^1.20.33", - "oclif": "^4.22.31", + "oclif": "^4.22.32", "ts-node": "^10.9.2", "tsx": "^4.20.6", "typescript": "^5.5.4" diff --git a/yarn.lock b/yarn.lock index 48409d7..5dac9ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1791,7 +1791,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.3", "@oclif/core@^4.5.4": +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5": version "4.5.6" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.6.tgz#44671b5bafbc96ceeadd448da85f3b0eb0b16b41" integrity sha512-FmmA6a2+GwhRtULNB9G+YZp2Whi/mgCjNC1EaHGMEztnlM4Je3wRmbAraucSsHsycSgihnm2MtcmudI+8xo8Lw== @@ -6581,17 +6581,17 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.22.31: - version "4.22.31" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.31.tgz#924669e394c4b8f3175eaf210e10cf1edddbacb6" - integrity sha512-dA36ljxSwghjIoshPYLPCm0jHc6jRXc4vmb7sEtuePzgacSRDuYwGBdkYRA+34NZ1LxBn8sgfJqP0OVI38yaww== +oclif@^4.22.32: + version "4.22.32" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.32.tgz#49744d6769dcd009201702cba93ee1c26ded3e9f" + integrity sha512-zeM5Ezgh2Eo+dw5gPByyPmpoHBH6i0Lv0I8QrWwyphAHsR1PtSqIOwm24I8jzE0iiZuqKOlhMivLruMrLWfhXg== dependencies: "@aws-sdk/client-cloudfront" "^3.908.0" "@aws-sdk/client-s3" "^3.901.0" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" - "@oclif/core" "^4.5.4" + "@oclif/core" "^4.5.5" "@oclif/plugin-help" "^6.2.33" "@oclif/plugin-not-found" "^3.2.68" "@oclif/plugin-warn-if-update-available" "^3.1.48"