Skip to content

Commit

Permalink
fix(deps): update dependency listr2 to v6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 25, 2023
1 parent a13174a commit 1d089ea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"jest-runner-tsd": "5.0.0",
"jscodeshift": "0.15.0",
"lerna": "7.1.4",
"listr2": "6.6.0",
"listr2": "6.6.1",
"make-dir-cli": "3.0.0",
"msw": "1.2.3",
"ncp": "2.0.0",
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 @@ -30,7 +30,7 @@
"chalk": "4.1.2",
"core-js": "3.32.0",
"execa": "5.1.1",
"listr2": "6.6.0",
"listr2": "6.6.1",
"lodash": "4.17.21",
"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 @@ -64,7 +64,7 @@
"fs-extra": "11.1.1",
"humanize-string": "2.1.0",
"latest-version": "5.1.0",
"listr2": "6.6.0",
"listr2": "6.6.1",
"lodash": "4.17.21",
"param-case": "3.0.4",
"pascalcase": "1.0.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7852,7 +7852,7 @@ __metadata:
core-js: 3.32.0
execa: 5.1.1
jest: 29.6.2
listr2: 6.6.0
listr2: 6.6.1
lodash: 4.17.21
pascalcase: 1.0.0
prettier: 2.8.8
Expand Down Expand Up @@ -7930,7 +7930,7 @@ __metadata:
humanize-string: 2.1.0
jest: 29.6.2
latest-version: 5.1.0
listr2: 6.6.0
listr2: 6.6.1
lodash: 4.17.21
param-case: 3.0.4
pascalcase: 1.0.0
Expand Down Expand Up @@ -22935,9 +22935,9 @@ __metadata:
languageName: node
linkType: hard

"listr2@npm:6.6.0":
version: 6.6.0
resolution: "listr2@npm:6.6.0"
"listr2@npm:6.6.1":
version: 6.6.1
resolution: "listr2@npm:6.6.1"
dependencies:
cli-truncate: ^3.1.0
colorette: ^2.0.20
Expand All @@ -22950,7 +22950,7 @@ __metadata:
peerDependenciesMeta:
enquirer:
optional: true
checksum: 78da38e08c9311a022cbe0b24e1e7a81f7e55f69a2786f9549d590331b807137dfddaafc346d8d66332f77fdfa486c60e4370493537c431b4fb594c18c4705bc
checksum: 2abfcd4346b8208e8d406cfe7a058cd10e3238f60de1ee53fa108a507b45b853ceb87e0d1d4ff229bbf6dd6e896262352e0c7a8895b8511cd55fe94304d3921e
languageName: node
linkType: hard

Expand Down Expand Up @@ -28563,7 +28563,7 @@ __metadata:
jest-runner-tsd: 5.0.0
jscodeshift: 0.15.0
lerna: 7.1.4
listr2: 6.6.0
listr2: 6.6.1
make-dir-cli: 3.0.0
msw: 1.2.3
ncp: 2.0.0
Expand Down

0 comments on commit 1d089ea

Please sign in to comment.