Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.6.1 to 4.7.1 (#685)
Browse files Browse the repository at this point in the history
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](oclif/oclif@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 31, 2024
1 parent 73f5451 commit 5b69d1b
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"husky": "^9",
"lint-staged": "^15",
"mocha": "^10.3.0",
"oclif": "^4.6.1",
"oclif": "^4.7.1",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"ts-node": "^10.9.2",
Expand Down
60 changes: 43 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -941,12 +941,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/select@^2.0.0":
Expand Down Expand Up @@ -1004,7 +1023,7 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@oclif/core@^3.19.2", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
"@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.26.0":
version "3.26.0"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
Expand Down Expand Up @@ -1055,12 +1074,12 @@
chalk "^5.3.0"
fast-levenshtein "^3.0.0"

"@oclif/plugin-warn-if-update-available@^3.0.12":
version "3.0.12"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.12.tgz#0802e402a74e72da1acd52e1bc9a34bd7999ed17"
integrity sha512-BPj+1dSgp9Xtd5BZjLF9s0PeYBl07GSF69aol6/ZUMJMWD78SUWgAAm2SMJJBXic7Lw8hIGBY/YSGXDGaMh4gw==
"@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.19.2"
"@oclif/core" "^3.26.0"
chalk "^5.3.0"
debug "^4.1.0"
http-call "^5.2.2"
Expand Down Expand Up @@ -1701,6 +1720,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.1"
resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
Expand Down Expand Up @@ -4582,20 +4608,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"
Expand Down

0 comments on commit 5b69d1b

Please sign in to comment.