From a162bbbb8a50b9d8475fdf3625ae52480b311b43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 15:23:48 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.23.6 to 4.23.7 Bumps [oclif](https://github.com/oclif/oclif) from 4.23.6 to 4.23.7. - [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.23.6...4.23.7) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.23.7 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 cb5300d1..9c030dfb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@salesforce/plugin-command-reference": "^3.1.101", "@salesforce/ts-types": "^2.0.11", "eslint-plugin-sf-plugin": "^1.20.33", - "oclif": "^4.23.6", + "oclif": "^4.23.7", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index bedfbe06..5ce3e66a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1230,7 +1230,7 @@ semver "^7.8.0" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.48": +"@oclif/plugin-help@^6.2.49": version "6.2.49" resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.49.tgz#863f5ccb36b0453a463232e564a381ff3923fd07" integrity sha512-fEsO0YU7ThtzHE1RGuoHxFu/OGlqxm7PCfFp+U1PS8sde4E0cDqjVDuv78+VKrr45LpC5lWOApj7pm3FNfHrVA== @@ -5401,10 +5401,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.23.6: - version "4.23.6" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.6.tgz#0a203e5c78b189461ebdc95590a40d0601b4883a" - integrity sha512-DNyG+Bb0qE6rqIqdHiihgX+KEHpWZl0lprFL5/gnstk9H4RPONQJB8imJeqpCAld4GDZpYyBPcdQDT0QPSimAw== +oclif@^4.23.7: + version "4.23.7" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.7.tgz#d20625e79fa4904664580ee2f25600b0fa7c40dc" + integrity sha512-rog7/P6l6PXe7O3zWMcKB4prQm35z6NyDfpED6B3UwnPr1Fy+KWdcBHSr6Er3AjmvYsP5wsJwwPEsxUfvMNsyg== dependencies: "@aws-sdk/client-cloudfront" "^3.1009.0" "@aws-sdk/client-s3" "^3.1048.0" @@ -5412,7 +5412,7 @@ oclif@^4.23.6: "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" "@oclif/core" "^4.11.2" - "@oclif/plugin-help" "^6.2.48" + "@oclif/plugin-help" "^6.2.49" "@oclif/plugin-not-found" "^3.2.85" "@oclif/plugin-warn-if-update-available" "^3.1.57" ansis "^3.16.0"