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 Feb 10, 2022
1 parent e67e782 commit 6d5f0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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.4",
"through": "^2.3.8",
"tslib": "^2.3.1",
"update-notifier": "^5.1.0"
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6073,20 +6073,6 @@ lint-staged@^12.1.7:
supports-color "^9.2.1"
yaml "^1.10.2"

listr2@^3.14.0:
version "3.14.0"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-3.14.0.tgz#23101cc62e1375fd5836b248276d1d2b51fdbe9e"
integrity sha512-TyWI8G99GX9GjE54cJ+RrNMcIFBfwMPxc3XTFiAYGN4s10hWROGtOg7+O6u6LE3mNkyld7RSLE6nrKBvTfcs3g==
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"

listr2@^4.0.1, listr2@^4.0.4:
version "4.0.4"
resolved "https://registry.yarnpkg.com/listr2/-/listr2-4.0.4.tgz#d098a1c419284fb26e184b5d5889b235e8912245"
Expand Down Expand Up @@ -7857,7 +7843,7 @@ rxjs@^6.4.0, rxjs@^6.6.0:
dependencies:
tslib "^1.9.0"

rxjs@^7.5.1, rxjs@^7.5.4:
rxjs@^7.5.4:
version "7.5.4"
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.5.4.tgz#3d6bd407e6b7ce9a123e76b1e770dc5761aa368d"
integrity sha512-h5M3Hk78r6wAheJF0a5YahB1yRQKCsZ4MsGdZ5O9ETbVtjPcScGfrMmoOq7EBsCRzd4BDkvDJ7ogP8Sz5tTFiQ==
Expand Down

0 comments on commit 6d5f0a4

Please sign in to comment.