Skip to content

Commit 7047e7a

Browse files
committed
fix(deps): update dependency cli-progress to ^3.12.0
1 parent 6647350 commit 7047e7a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"ansi-colors": "^4.1.3",
5656
"app-root-path": "^3.1.0",
57-
"cli-progress": "^3.11.2",
57+
"cli-progress": "^3.12.0",
5858
"fs-extra": "^11.1.0",
5959
"got": "^11.8.6",
6060
"lodash.uniqwith": "^4.5.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2822,10 +2822,10 @@ cli-cursor@^3.1.0:
28222822
dependencies:
28232823
restore-cursor "^3.1.0"
28242824

2825-
cli-progress@^3.11.2:
2826-
version "3.11.2"
2827-
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77"
2828-
integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==
2825+
cli-progress@^3.12.0:
2826+
version "3.12.0"
2827+
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942"
2828+
integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A==
28292829
dependencies:
28302830
string-width "^4.2.3"
28312831

0 commit comments

Comments
 (0)