From e05a1c921b93edac969449f93811f0b834a7e114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 11:45:01 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.15.26 to 4.15.28 Bumps [oclif](https://github.com/oclif/oclif) from 4.15.26 to 4.15.28. - [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.15.26...4.15.28) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 9ce0815b..e1e41ecd 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@types/shelljs": "^0.8.15", "@types/sinon-chai": "^3.2.12", "eslint-plugin-sf-plugin": "^1.20.11", - "oclif": "^4.15.26", + "oclif": "^4.15.28", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", "typescript": "^5.7.2" diff --git a/yarn.lock b/yarn.lock index ddead612..465f768f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1641,7 +1641,7 @@ proc-log "^5.0.0" which "^5.0.0" -"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.32": +"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32": version "4.0.32" resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.32.tgz#0e8078c53b079549d685798893b9f9534ca69bf6" integrity sha512-O3jfIAhqaJxXI2dzF81PLTMhKpFFA0Nyz8kfBnc9WYDJnvdmXK0fVAOSpwpi2mHTow/9FXxY6Kww8+Kbe7/sag== @@ -1680,10 +1680,10 @@ semver "^7.6.3" ts-json-schema-generator "^1.5.1" -"@oclif/plugin-help@^6.2.16": - version "6.2.16" - resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.16.tgz#3cb6c068739bc934159dc430d4f8ca7f9effa22a" - integrity sha512-1x/Bm0LebDouDOfsjkOz+6AXqY6gIZ6JmmU/KuF/GnUmowDvj5i3MFlP9uBTiN8UsOUeT9cdLwnc1kmitHWFTg== +"@oclif/plugin-help@^6.2.17": + version "6.2.18" + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.18.tgz#fab8173773bb0afcc7a8e459187021fe65c461df" + integrity sha512-mDYOl8RmldLkOg9i9YKgyBlpcyi/bNySoIVHJ2EJd2qCmZaXRKQKRW2Zkx92bwjik8jfs/A3EFI+p4DsrXi57g== dependencies: "@oclif/core" "^4" @@ -7407,18 +7407,18 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.15.26: - version "4.15.26" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.26.tgz#37aee350f7d3c78f89578a60018f992ae7c6c208" - integrity sha512-QWS6E4vqhO6p7VMCWnOGq5Mk8zmKQmUyWVVRTtPdjjYoHdvksWs6i3HxHQoYg0sXBL2UNpyR06My61PH4iefFw== +oclif@^4.15.28: + version "4.15.28" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.15.28.tgz#d05613be10494baf727b7eb212ab661435696ed2" + integrity sha512-iyc3ISmnyX20Y8fY6E3U0SCZLIaPiaiI++yIxHXnm5903PAndjVrCK/kkseXZOQ9yRer9e0iLTpBoMMwdBQrnA== dependencies: "@aws-sdk/client-cloudfront" "^3.687.0" "@aws-sdk/client-s3" "^3.693.0" "@inquirer/confirm" "^3.1.22" "@inquirer/input" "^2.2.4" "@inquirer/select" "^2.5.0" - "@oclif/core" "^4.0.31" - "@oclif/plugin-help" "^6.2.16" + "@oclif/core" "^4.0.32" + "@oclif/plugin-help" "^6.2.17" "@oclif/plugin-not-found" "^3.2.25" "@oclif/plugin-warn-if-update-available" "^3.1.21" async-retry "^1.3.3"