Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
fix(deps): update dependency listr2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 9, 2022
1 parent 65d61b9 commit f6f9072
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"execa": "^5.1.1",
"fs-extra": "^9.1.0",
"globby": "^11.1.0",
"listr2": "^3.14.0",
"listr2": "^4.0.0",
"through": "^2.3.8",
"tslib": "^2.3.1",
"update-notifier": "^5.1.0"
Expand Down
16 changes: 15 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6282,7 +6282,7 @@ lint-staged@^12.1.4:
supports-color "^9.2.1"
yaml "^1.10.2"

listr2@^3.13.4, listr2@^3.13.5, listr2@^3.14.0:
listr2@^3.13.4, listr2@^3.13.5:
version "3.14.0"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e"
integrity sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==
Expand All @@ -6296,6 +6296,20 @@ listr2@^3.13.4, listr2@^3.13.5, listr2@^3.14.0:
through "^2.3.8"
wrap-ansi "^7.0.0"

listr2@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.0.tgz#7a5197dcb886959ba0fe6eaf159c7c954548a66d"
integrity sha512-tgS0rJ4OAsDnxG+TBJs2iRjv2iXtdOxMwlU/B6027iKFuMrWqJqY4UUt/1w54MGgkUGuWIzNqB+Ft7E7SfnVpA==
dependencies:
cli-truncate "^2.1.0"
colorette "^2.0.16"
log-update "^4.0.0"
p-map "^4.0.0"
rfdc "^1.3.0"
rxjs "^7.5.1"
through "^2.3.8"
wrap-ansi "^7.0.0"

load-json-file@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/load-json-file/-/load-json-file-4.0.0.tgz#2f5f45ab91e33216234fd53adab668eb4ec0993b"
Expand Down

0 comments on commit f6f9072

Please sign in to comment.