From 095d6dd3b4f2c905d79bcf8cad7e8f5a85b1f700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:20:46 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.22.40 to 4.22.41 Bumps [oclif](https://github.com/oclif/oclif) from 4.22.40 to 4.22.41. - [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.40...4.22.41) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.22.41 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 94dc5f6..3a8cdd8 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@salesforce/dev-scripts": "^11.0.4", "@salesforce/plugin-command-reference": "^3.1.77", "eslint-plugin-sf-plugin": "^1.20.33", - "oclif": "^4.22.40", + "oclif": "^4.22.41", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index 6aa8485..e1a7214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1430,10 +1430,10 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-warn-if-update-available@^3.1.50": - version "3.1.51" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.51.tgz#b101757fc713e93dfcb7ab3cdde7d2048d2f45bf" - integrity sha512-++PpRVemEasTc8X54EL4Td0BQz+DzRilWofUxmzVHnZGJsXcM8e9VdoKkrk5yUs/7sO+MqJm17Yvsk7JHqcN3A== +"@oclif/plugin-warn-if-update-available@^3.1.51": + version "3.1.52" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.52.tgz#64140740d0a1169117248623563ad0b76d169b00" + integrity sha512-CAtBcMBjtuYwv2lf1U3tavAAhFtG3lYvrpestPjfIUyGSoc5kJZME1heS8Ao7IxNgp5sHFm1wNoU2vJbHJKLQg== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -5956,10 +5956,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.22.40: - version "4.22.40" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.40.tgz#e96b200fa4f86dd78663e5c1c751e18f1429b0e2" - integrity sha512-fZK6E8L2QYimRuozvAX6ijXESjaFstyW2QHdH81WvMgJ+o+oAyCntfC7gXiIxOC+s6OT6TWCZs271Td9zyYwZw== +oclif@^4.22.41: + version "4.22.41" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.41.tgz#322ec136ccc603bb269173c4569a3b639bf06ad0" + integrity sha512-YGX9c5ADPHQTWgSIfOZ5c4AIkuHf5vPbhQ7sP4NTAkikD0trTeLQGOhodzX29ORQkYA7gNpdRhHNMysggiI1zw== dependencies: "@aws-sdk/client-cloudfront" "^3.922.0" "@aws-sdk/client-s3" "^3.913.0" @@ -5969,7 +5969,7 @@ oclif@^4.22.40: "@oclif/core" "^4.8.0" "@oclif/plugin-help" "^6.2.34" "@oclif/plugin-not-found" "^3.2.71" - "@oclif/plugin-warn-if-update-available" "^3.1.50" + "@oclif/plugin-warn-if-update-available" "^3.1.51" ansis "^3.16.0" async-retry "^1.3.3" change-case "^4"