Skip to content

Commit

Permalink
fix(deps): update dependency listr2 to v5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2022
1 parent 998be16 commit 961ad16
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"jest-runner-tsd": "4.0.0",
"jscodeshift": "0.14.0",
"lerna": "6.0.3",
"listr2": "5.0.5",
"listr2": "5.0.6",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "0.48.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/runtime-corejs3": "7.20.6",
"@redwoodjs/telemetry": "3.2.0",
"core-js": "3.26.1",
"listr2": "5.0.5"
"listr2": "5.0.6"
},
"devDependencies": {
"@babel/cli": "7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"findup-sync": "5.0.0",
"fs-extra": "10.1.0",
"latest-version": "5.1.0",
"listr2": "5.0.5",
"listr2": "5.0.6",
"lodash": "4.17.21",
"param-case": "3.0.4",
"pascalcase": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"enquirer": "2.3.6",
"execa": "5.1.1",
"fs-extra": "10.1.0",
"listr2": "5.0.5",
"listr2": "5.0.6",
"terminal-link": "2.1.1",
"yargs": "17.6.2"
},
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6873,7 +6873,7 @@ __metadata:
"@types/react": 17.0.50
core-js: 3.26.1
jest: 29.3.1
listr2: 5.0.5
listr2: 5.0.6
react: 17.0.2
typescript: 4.7.4
languageName: unknown
Expand Down Expand Up @@ -6910,7 +6910,7 @@ __metadata:
fs-extra: 10.1.0
jest: 29.3.1
latest-version: 5.1.0
listr2: 5.0.5
listr2: 5.0.6
lodash: 4.17.21
param-case: 3.0.4
pascalcase: 1.0.0
Expand Down Expand Up @@ -14423,7 +14423,7 @@ __metadata:
execa: 5.1.1
fs-extra: 10.1.0
jest: 29.3.1
listr2: 5.0.5
listr2: 5.0.6
terminal-link: 2.1.1
typescript: 4.7.4
yargs: 17.6.2
Expand Down Expand Up @@ -22154,24 +22154,24 @@ __metadata:
languageName: node
linkType: hard

"listr2@npm:5.0.5":
version: 5.0.5
resolution: "listr2@npm:5.0.5"
"listr2@npm:5.0.6":
version: 5.0.6
resolution: "listr2@npm:5.0.6"
dependencies:
cli-truncate: ^2.1.0
colorette: ^2.0.19
log-update: ^4.0.0
p-map: ^4.0.0
rfdc: ^1.3.0
rxjs: ^7.5.6
rxjs: ^7.5.7
through: ^2.3.8
wrap-ansi: ^7.0.0
peerDependencies:
enquirer: ">= 2.3.0 < 3"
peerDependenciesMeta:
enquirer:
optional: true
checksum: 293eea149301ca95822359af647ef8238cbb0a052287a4bf3bb6811802b66afd21117b6c5a391a4c0356b9dff41ad9324b159f49bd3c78562b6bc8b1fd8d988a
checksum: 63b0be5e16094691c800f0a9cafd49dc2022c9fd0d3a3e714519d14d7b1c5a5f5aa0fe1098482634f81c86f84577938cddb30d3a1f163266c92b7de9e72d874b
languageName: node
linkType: hard

Expand Down Expand Up @@ -27935,7 +27935,7 @@ __metadata:
jest-runner-tsd: 4.0.0
jscodeshift: 0.14.0
lerna: 6.0.3
listr2: 5.0.5
listr2: 5.0.6
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 0.48.2
Expand Down Expand Up @@ -28012,7 +28012,7 @@ __metadata:
languageName: node
linkType: hard

"rxjs@npm:^7.0.0, rxjs@npm:^7.5.1, rxjs@npm:^7.5.5, rxjs@npm:^7.5.6":
"rxjs@npm:^7.0.0, rxjs@npm:^7.5.1, rxjs@npm:^7.5.5, rxjs@npm:^7.5.7":
version: 7.5.7
resolution: "rxjs@npm:7.5.7"
dependencies:
Expand Down

0 comments on commit 961ad16

Please sign in to comment.