From 54c7b9dd1b5cdbaab48fed83fb894a0c1815a978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jun 2025 05:48:43 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.20.0 to 4.20.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.20.0 to 4.20.1. - [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.20.0...4.20.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.20.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 705d1032..54592b1a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@salesforce/plugin-user": "^3.6.27", "@types/debug": "^4.1.12", "eslint-plugin-sf-plugin": "^1.20.26", - "oclif": "^4.20.0", + "oclif": "^4.20.1", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index a6a5eb7e..cf67398d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1611,14 +1611,14 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-warn-if-update-available@^3.1.38": - version "3.1.38" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.38.tgz#331f9ed8d6e9e36919c0814b24c8c9adbfe2acc4" - integrity sha512-lwYtVXdQaBJV94DglPu140Bc6NmmysHhX5PZtdxeNcUG2BgSX/Sre7oCzMEgmuhe4Lu2jDviMxTX81a8wv6v1w== +"@oclif/plugin-warn-if-update-available@^3.1.41": + version "3.1.42" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8" + integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA== dependencies: "@oclif/core" "^4" ansis "^3.17.0" - debug "^4.4.0" + debug "^4.4.1" http-call "^5.2.2" lodash "^4.17.21" registry-auth-token "^5.1.0" @@ -6150,10 +6150,10 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.20.0: - version "4.20.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.0.tgz#6423733e580ffa13b8bbea825390761a9719b65e" - integrity sha512-crfnwuZpbosmaxDCCZ2hSePEwnQS92MrWRpSaOU4TzgvKQfitQL9k2o7zqV12VdxCAI0hB7tYWqS4LMocqBPcQ== +oclif@^4.20.1: + version "4.20.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8" + integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg== dependencies: "@aws-sdk/client-cloudfront" "^3.787.0" "@aws-sdk/client-s3" "^3.787.0" @@ -6163,7 +6163,7 @@ oclif@^4.20.0: "@oclif/core" "^4.4.0" "@oclif/plugin-help" "^6.2.29" "@oclif/plugin-not-found" "^3.2.57" - "@oclif/plugin-warn-if-update-available" "^3.1.38" + "@oclif/plugin-warn-if-update-available" "^3.1.41" ansis "^3.16.0" async-retry "^1.3.3" change-case "^4"