From f72d7e55fee714ead1b80969a9f15457dc3505f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Mar 2024 11:45:14 +0000 Subject: [PATCH] chore(dev-deps): bump oclif from 4.6.1 to 4.7.1 Bumps [oclif](https://github.com/oclif/oclif) from 4.6.1 to 4.7.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.6.1...4.7.1) --- updated-dependencies: - dependency-name: oclif dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 58 +++++++++++++++++++++++++++++++++++++--------------- 2 files changed, 43 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index fa4abc13..98b11ada 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/shelljs": "^0.8.15", "@types/sinon-chai": "^3.2.12", "eslint-plugin-sf-plugin": "^1.17.4", - "oclif": "^4.6.1", + "oclif": "^4.7.1", "sinon-chai": "^3.7.0", "ts-node": "^10.9.2", "typescript": "^5.4.3" diff --git a/yarn.lock b/yarn.lock index cb92d383..efede464 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1237,12 +1237,31 @@ strip-ansi "^6.0.1" wrap-ansi "^6.2.0" -"@inquirer/input@^2.0.0": - version "2.1.0" - resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.0.tgz#5ff7028245acd9fa9a25e8a04d71611f76bd82ba" - integrity sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA== +"@inquirer/core@^7.1.1": + version "7.1.1" + resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.1.tgz#9339095720c00cfd1f85943977ae15d2f66f336a" + integrity sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ== dependencies: - "@inquirer/core" "^7.1.0" + "@inquirer/type" "^1.2.1" + "@types/mute-stream" "^0.0.4" + "@types/node" "^20.11.30" + "@types/wrap-ansi" "^3.0.0" + ansi-escapes "^4.3.2" + chalk "^4.1.2" + cli-spinners "^2.9.2" + cli-width "^4.1.0" + figures "^3.2.0" + mute-stream "^1.0.0" + signal-exit "^4.1.0" + strip-ansi "^6.0.1" + wrap-ansi "^6.2.0" + +"@inquirer/input@^2.1.0": + version "2.1.1" + resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.1.tgz#a293a1d1bef103a1f4176d5b41df6d3272b7b48f" + integrity sha512-Ag5PDh3/V3B68WGD/5LKXDqbdWKlF7zyfPAlstzu0NoZcZGBbZFjfgXlZIcb6Gs+AfdSi7wNf7soVAaMGH7moQ== + dependencies: + "@inquirer/core" "^7.1.1" "@inquirer/type" "^1.2.1" "@inquirer/password@^1.1.16": @@ -1677,12 +1696,12 @@ chalk "^5.3.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-warn-if-update-available@^3.0.12": - version "3.0.13" - resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.13.tgz#a11c83eba37c4b9ec73a04cc3de297c3d6aad459" - integrity sha512-AUaPaZvqWdABIkkOmU21tk1b0UgsFidjzu9IfiDSvOPAtOiktoCgk+CiaiMVGR6aTKrJmpJi+YJchdwYuKEyQA== +"@oclif/plugin-warn-if-update-available@^3.0.14": + version "3.0.15" + resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz#533e5914c9efc46a1539b5a5e931dbf3c32ffb52" + integrity sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg== dependencies: - "@oclif/core" "^3.21.0" + "@oclif/core" "^3.26.0" chalk "^5.3.0" debug "^4.1.0" http-call "^5.2.2" @@ -2702,6 +2721,13 @@ dependencies: undici-types "~5.26.4" +"@types/node@^20.11.30": + version "20.12.2" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.2.tgz#9facdd11102f38b21b4ebedd9d7999663343d72e" + integrity sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ== + dependencies: + undici-types "~5.26.4" + "@types/normalize-package-data@^2.4.0": version "2.4.3" resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.3.tgz#291c243e4b94dbfbc0c0ee26b7666f1d5c030e2c" @@ -7294,20 +7320,20 @@ object.values@^1.1.7: define-properties "^1.2.0" es-abstract "^1.22.1" -oclif@^4.6.1: - version "4.6.1" - resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.6.1.tgz#1808ae01e1f80acb98710b540bef9f81b2cbc8b0" - integrity sha512-PImUoF6NiWVjaZ1GHeqD6aUUsWLot/7wey1WxOzei/dn4lK1nGH3/UXRSAGG6OciSlzuwNClPKfqNwKAVPm3OQ== +oclif@^4.7.1: + version "4.7.1" + resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.7.1.tgz#377f7babdee62b428fca0c6c6015663b7cf91eee" + integrity sha512-6GGtbKISjlyxH6QK9jVw0nYf0uaHg26L+B+ke7gJEqjVQ6O23D6Eu/O7xxvt+Tj7/6Hnt0AVNL/vy7tBJ4W37w== dependencies: "@aws-sdk/client-cloudfront" "^3.535.0" "@aws-sdk/client-s3" "^3.535.0" "@inquirer/confirm" "^3.0.0" - "@inquirer/input" "^2.0.0" + "@inquirer/input" "^2.1.0" "@inquirer/select" "^2.0.0" "@oclif/core" "^3.21.0" "@oclif/plugin-help" "^6.0.18" "@oclif/plugin-not-found" "^3.0.14" - "@oclif/plugin-warn-if-update-available" "^3.0.12" + "@oclif/plugin-warn-if-update-available" "^3.0.14" async-retry "^1.3.3" chalk "^4" change-case "^4"