Skip to content

Commit

Permalink
patch: bump version of oclif/plugin-warn-if-update-available (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
k80bowman committed Feb 28, 2023
1 parent 781b770 commit bde5924
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@oclif/plugin-plugins": "2.1.12",
"@oclif/plugin-update": "3.0.13",
"@oclif/plugin-version": "^1.2.1",
"@oclif/plugin-warn-if-update-available": "2.0.20",
"@oclif/plugin-warn-if-update-available": "2.0.29",
"@oclif/plugin-which": "2.2.8",
"debug": "4.1.1",
"execa": "1.0.0",
Expand Down
51 changes: 46 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,40 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^2.1.7":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.3.2.tgz#056a682e648d5ae3cf56216bfa854b4231514f57"
integrity sha512-cZe0VaOne13gaWat8d/ZQv85r+oGl6Ou0fB32SLwiUxFD5q2axxYQWsnms7mKiiDPPE5nUUJ1GrkLnqO5vg6fA==
dependencies:
"@types/cli-progress" "^3.11.0"
ansi-escapes "^4.3.2"
ansi-styles "^4.3.0"
cardinal "^2.1.1"
chalk "^4.1.2"
clean-stack "^3.0.1"
cli-progress "^3.12.0"
debug "^4.3.4"
ejs "^3.1.8"
fs-extra "^9.1.0"
get-package-type "^0.1.0"
globby "^11.1.0"
hyperlinker "^1.0.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
js-yaml "^3.14.1"
natural-orderby "^2.0.3"
object-treeify "^1.1.33"
password-prompt "^1.1.2"
semver "^7.3.7"
string-width "^4.2.3"
strip-ansi "^6.0.1"
supports-color "^8.1.1"
supports-hyperlinks "^2.2.0"
tslib "^2.5.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/errors@1.3.6", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.5", "@oclif/errors@^1.3.6":
version "1.3.6"
resolved "https://registry.yarnpkg.com/@oclif/errors/-/errors-1.3.6.tgz#e8fe1fc12346cb77c4f274e26891964f5175f75d"
Expand Down Expand Up @@ -1853,12 +1887,12 @@
dependencies:
"@oclif/core" "^2.0.3"

"@oclif/plugin-warn-if-update-available@2.0.20":
version "2.0.20"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.20.tgz#095f6df60e367d620ff8836d61dd752e08865205"
integrity sha512-vbPeT6dIGy28yZZ1ey/+c47iBUTNwnrs9mOEEgek9ZWtx0OszVWlP5XYiaoypnStbkXzVA96Bty8aKdi2zhOaA==
"@oclif/plugin-warn-if-update-available@2.0.29":
version "2.0.29"
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.29.tgz#a9cedb9a9cc39a452a713aaf927f7ef2d0a7aa73"
integrity sha512-F69P5DwKzKYQgIND//ekFWTo7IGHhSOgC9mC3SieImP0+X8catxnyxSHZZA1uElSntK4xqGyd9ZPuURilBTJOw==
dependencies:
"@oclif/core" "^1.25.0"
"@oclif/core" "^2.1.7"
chalk "^4.1.0"
debug "^4.1.0"
fs-extra "^9.0.1"
Expand Down Expand Up @@ -3744,6 +3778,13 @@ cli-progress@^3.10.0, cli-progress@^3.11.2:
dependencies:
string-width "^4.2.3"

cli-progress@^3.12.0:
version "3.12.0"
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==
dependencies:
string-width "^4.2.3"

cli-spinners@2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.6.1.tgz#adc954ebe281c37a6319bfa401e6dd2488ffb70d"
Expand Down

0 comments on commit bde5924

Please sign in to comment.