From 349371886fefc9e5de8d14c30f94fc2b90629abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 11:46:41 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.19.0 to 4.20.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.19.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.19.0...4.20.1) --- updated-dependencies: - dependency-name: oclif dependency-version: 4.20.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index ccbbf06a..83c35083 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@salesforce/plugin-command-reference": "^3.1.54", "@salesforce/ts-sinon": "^1.4.30", "eslint-plugin-sf-plugin": "^1.20.26", - "oclif": "^4.19.0", + "oclif": "^4.20.1", "ts-node": "^10.9.2", "typescript": "^5.5.4" }, diff --git a/yarn.lock b/yarn.lock index bbf5c0f5..15e0794e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1568,7 +1568,7 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.3.3": +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.0", "@oclif/core@^4.4.0": version "4.4.0" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2" integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ== @@ -1624,14 +1624,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" @@ -6382,20 +6382,20 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.19.0: - version "4.19.0" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.19.0.tgz#5f174b18a6c1d219400804e1125a5a1edf2818dd" - integrity sha512-Edb844zoNrMP/m4SUXLxP9HfLpM0MTeS8NMEjavPBS0x4vZpAMkFjY9Q9yZRm+V0wLeQpGJgeSGFlTIt24EfLg== +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" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" - "@oclif/core" "^4.3.3" + "@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"