Skip to content

Commit 342211b

Browse files
committed
fix(deps): update dependency cli-progress to v3
1 parent 9feea02 commit 342211b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@moltin/request": "2.0.0",
3838
"algoliasearch": "3.33.0",
39-
"cli-progress": "2.1.1",
39+
"cli-progress": "3.1.0",
4040
"dotenv": "8.0.0",
4141
"minimist": "1.2.0",
4242
"prettier": "1.17.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,10 +1187,10 @@ cli-columns@^3.1.2:
11871187
string-width "^2.0.0"
11881188
strip-ansi "^3.0.1"
11891189

1190-
cli-progress@2.1.1:
1191-
version "2.1.1"
1192-
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-2.1.1.tgz#45ee1b143487c19043a3262131ccb4676f87f032"
1193-
integrity sha512-TSJw3LY9ZRSis7yYzQ7flIdtQMbacd9oYoiFphJhI4SzgmqF0zErO+uNv0lbUjk1L4AGfHQJ4OVYYzW+JV66KA==
1190+
cli-progress@3.1.0:
1191+
version "3.1.0"
1192+
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.1.0.tgz#908fafcbdb41dc3c272b8accdc51677a113782af"
1193+
integrity sha512-kyJpr4D/TJpxJbXvlv564Aaapsz02b/INF3Wh0F2+o+baeTzw5ylhUR6FyQh7M/nFEubD1QYkydVPBOYkYQfKA==
11941194
dependencies:
11951195
colors "^1.1.2"
11961196
string-width "^2.1.1"

0 commit comments

Comments
 (0)