Skip to content

Commit

Permalink
chore(dev-deps): bump oclif from 4.14.17 to 4.14.19 (#173)
Browse files Browse the repository at this point in the history
Bumps [oclif](https://github.com/oclif/oclif) from 4.14.17 to 4.14.19.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.14.17...4.14.19)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 18, 2024
1 parent 8ae7a8f commit 3c29b16
Showing 1 changed file with 54 additions and 16 deletions.
70 changes: 54 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1011,13 +1011,32 @@
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==

"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16":
version "3.1.20"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.20.tgz#8fa3eb814b4e433fa109b6b91b797633e7f7665e"
integrity sha512-UvG5Plh0MfCqUvZB8RKzBBEWB/EeMzO59Awy/Jg4NgeSjIPqhPaQFnnmxiyWUTwZh4uENB7wCklEFUwckioXWg==
"@inquirer/confirm@^3.1.22":
version "3.1.22"
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.22.tgz#23990624c11f60c6f7a5b0558c7505c35076a037"
integrity sha512-gsAKIOWBm2Q87CDfs9fEo7wJT3fwWIJfnDGMn9Qy74gBnNFOACDNfhUzovubbJjWnKLGBln7/NcSmZwj5DuEXg==
dependencies:
"@inquirer/core" "^9.0.8"
"@inquirer/type" "^1.5.1"
"@inquirer/core" "^9.0.10"
"@inquirer/type" "^1.5.2"

"@inquirer/core@^9.0.10":
version "9.0.10"
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.0.10.tgz#4270191e2ad3bea6223530a093dd9479bcbc7dd0"
integrity sha512-TdESOKSVwf6+YWDz8GhS6nKscwzkIyakEzCLJ5Vh6O3Co2ClhCJ0A4MG909MUWfaWdpJm7DE45ii51/2Kat9tA==
dependencies:
"@inquirer/figures" "^1.0.5"
"@inquirer/type" "^1.5.2"
"@types/mute-stream" "^0.0.4"
"@types/node" "^22.1.0"
"@types/wrap-ansi" "^3.0.0"
ansi-escapes "^4.3.2"
cli-spinners "^2.9.2"
cli-width "^4.1.0"
mute-stream "^1.0.0"
signal-exit "^4.1.0"
strip-ansi "^6.0.1"
wrap-ansi "^6.2.0"
yoctocolors-cjs "^2.1.2"

"@inquirer/core@^9.0.2":
version "9.0.2"
Expand Down Expand Up @@ -1100,6 +1119,13 @@
dependencies:
mute-stream "^1.0.0"

"@inquirer/type@^1.5.2":
version "1.5.2"
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.5.2.tgz#15f5e4a4dae02c4203650cb07c8a000cdd423939"
integrity sha512-w9qFkumYDCNyDZmNQjf/n6qQuvQ4dMC3BJesY4oF+yr0CxR5vxujflAVeIcS6U336uzi9GM0kAfZlLrZ9UTkpA==
dependencies:
mute-stream "^1.0.0"

"@isaacs/cliui@^8.0.2":
version "8.0.2"
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
Expand Down Expand Up @@ -1399,12 +1425,12 @@
dependencies:
"@oclif/core" "^4"

"@oclif/plugin-not-found@^3.2.14":
version "3.2.15"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.15.tgz#1ed11b3d0727e6aa6e18f011cbe9da0666b258ea"
integrity sha512-+i+ieIXS0Tqh/m7n5Mat81hjeY46Wo4pWV8dQKbX+kw2u0BxidBTYugZtMxz47PbYUT5rS/xYB5l31CAZf4yTg==
"@oclif/plugin-not-found@^3.2.15":
version "3.2.16"
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.2.16.tgz#e81c3ec965802d07b80dade118cbec86ec5082dd"
integrity sha512-9yGR1lAg4ItSwRb4WhZ41X+6tO55SJjDYnu+EXW9gPCPj64z5qRIBU1ZWUZGtxJpHNB0vUh9nDLTsQAJOw/lnw==
dependencies:
"@inquirer/confirm" "^3.1.14"
"@inquirer/confirm" "^3.1.22"
"@oclif/core" "^4"
ansis "^3.3.1"
fast-levenshtein "^3.0.0"
Expand Down Expand Up @@ -2242,6 +2268,13 @@
dependencies:
undici-types "~5.26.4"

"@types/node@^22.1.0":
version "22.4.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.4.0.tgz#c295fe1d6f5f58916cc61dbef8cf65b5b9b71de9"
integrity sha512-49AbMDwYUz7EXxKU/r7mXOsxwFr4BYbvB7tWYxVuLdb2ibd30ijjXINSMAHiEEZk5PCRBmW1gUeisn2VMKt3cQ==
dependencies:
undici-types "~6.19.2"

"@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"
Expand Down Expand Up @@ -5266,18 +5299,18 @@ object.values@^1.1.7:
es-object-atoms "^1.0.0"

oclif@^4:
version "4.14.17"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.17.tgz#04fe8f984257f81e8ffe018a06577295fbe6d6ff"
integrity sha512-L5dZEzuJxRlk7ptdy5iJ+a5MPsbCuPbSMR9QbUVGMbRRv4hRaQP54H7z3ngO1Wjm+XVas5Aol+SLcJIlyDQkuA==
version "4.14.19"
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.14.19.tgz#e6bdc56abb336100a7e2d8b2bb0e62cf741cb330"
integrity sha512-JdpLi1JbJ2OqSYCSLNzuLx9sn+ZgKNx3Z/zAL9f/BWsrQ6ohq3ElhjeAOSwOki3n533hjGqFHJW/hj1yuGYl0g==
dependencies:
"@aws-sdk/client-cloudfront" "^3.624.0"
"@aws-sdk/client-s3" "^3.614.0"
"@inquirer/confirm" "^3.1.16"
"@inquirer/confirm" "^3.1.22"
"@inquirer/input" "^2.2.4"
"@inquirer/select" "^2.3.10"
"@oclif/core" "^4"
"@oclif/plugin-help" "^6.2.7"
"@oclif/plugin-not-found" "^3.2.14"
"@oclif/plugin-not-found" "^3.2.15"
"@oclif/plugin-warn-if-update-available" "^3.0.19"
async-retry "^1.3.3"
chalk "^4"
Expand Down Expand Up @@ -6336,6 +6369,11 @@ undici-types@~6.13.0:
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.13.0.tgz#e3e79220ab8c81ed1496b5812471afd7cf075ea5"
integrity sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==

undici-types@~6.19.2:
version "6.19.6"
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.19.6.tgz#e218c3df0987f4c0e0008ca00d6b6472d9b89b36"
integrity sha512-e/vggGopEfTKSvj4ihnOLTsqhrKRN3LeO6qSN/GxohhuRv8qH9bNQ4B8W7e/vFL+0XTnmHPB4/kegunZGA4Org==

unique-filename@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-3.0.0.tgz#48ba7a5a16849f5080d26c760c86cf5cf05770ea"
Expand Down

0 comments on commit 3c29b16

Please sign in to comment.