Skip to content

Commit

Permalink
fix(deps): update dependency listr2 to v6.4.1 (redwoodjs#8174)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 29, 2023
1 parent e3d5257 commit 54b5d74
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"jest-runner-tsd": "5.0.0",
"jscodeshift": "0.14.0",
"lerna": "6.6.1",
"listr2": "6.4.0",
"listr2": "6.4.1",
"lodash.template": "4.5.0",
"make-dir-cli": "3.0.0",
"msw": "1.2.1",
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 @@ -29,7 +29,7 @@
"chalk": "4.1.2",
"core-js": "3.30.1",
"execa": "5.1.1",
"listr2": "6.4.0",
"listr2": "6.4.1",
"lodash.memoize": "4.1.2",
"pascalcase": "1.0.0",
"prettier": "2.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"findup-sync": "5.0.0",
"fs-extra": "11.1.1",
"latest-version": "5.1.0",
"listr2": "6.4.0",
"listr2": "6.4.1",
"lodash": "4.17.21",
"param-case": "3.0.4",
"pascalcase": "1.0.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6933,7 +6933,7 @@ __metadata:
core-js: 3.30.1
execa: 5.1.1
jest: 29.5.0
listr2: 6.4.0
listr2: 6.4.1
lodash.memoize: 4.1.2
pascalcase: 1.0.0
prettier: 2.8.8
Expand Down Expand Up @@ -6977,7 +6977,7 @@ __metadata:
fs-extra: 11.1.1
jest: 29.5.0
latest-version: 5.1.0
listr2: 6.4.0
listr2: 6.4.1
lodash: 4.17.21
param-case: 3.0.4
pascalcase: 1.0.0
Expand Down Expand Up @@ -13915,10 +13915,10 @@ __metadata:
languageName: node
linkType: hard

"colorette@npm:^2.0.10, colorette@npm:^2.0.14, colorette@npm:^2.0.16, colorette@npm:^2.0.19":
version: 2.0.19
resolution: "colorette@npm:2.0.19"
checksum: 2bcc9134095750fece6e88167011499b964b78bf0ea953469130ddb1dba3c8fe6c03debb0ae181e710e2be10900d117460f980483a7df4ba4a1bac3b182ecb64
"colorette@npm:^2.0.10, colorette@npm:^2.0.14, colorette@npm:^2.0.16, colorette@npm:^2.0.20":
version: 2.0.20
resolution: "colorette@npm:2.0.20"
checksum: e94116ff33b0ff56f3b83b9ace895e5bf87c2a7a47b3401b8c3f3226e050d5ef76cf4072fb3325f9dc24d1698f9b730baf4e05eeaf861d74a1883073f4c98a40
languageName: node
linkType: hard

Expand Down Expand Up @@ -22302,12 +22302,12 @@ __metadata:
languageName: node
linkType: hard

"listr2@npm:6.4.0":
version: 6.4.0
resolution: "listr2@npm:6.4.0"
"listr2@npm:6.4.1":
version: 6.4.1
resolution: "listr2@npm:6.4.1"
dependencies:
cli-truncate: ^3.1.0
colorette: ^2.0.19
colorette: ^2.0.20
eventemitter3: ^5.0.0
log-update: ^5.0.1
rfdc: ^1.3.0
Expand All @@ -22317,7 +22317,7 @@ __metadata:
peerDependenciesMeta:
enquirer:
optional: true
checksum: d839ddbf7188e53f647c6f1c1f8818ff9fbcf2661790d5b27b3e68138ad7a795cb3daf59b1b609b7263fc9250b674ce00e56f9a87832d6df3644e5cff6126240
checksum: cd067fed91c9a07e51ff62c061c5c652edee63a60b06bcfbbc9a96eb5eeaa395dbeb70e9f72ac222da8313e586e0c9e6cca335f3161df0c10a774dac2b312a2c
languageName: node
linkType: hard

Expand Down Expand Up @@ -28319,7 +28319,7 @@ __metadata:
jest-runner-tsd: 5.0.0
jscodeshift: 0.14.0
lerna: 6.6.1
listr2: 6.4.0
listr2: 6.4.1
lodash.template: 4.5.0
make-dir-cli: 3.0.0
msw: 1.2.1
Expand Down

0 comments on commit 54b5d74

Please sign in to comment.