Skip to content

Commit a85ef47

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

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 6 additions & 6 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.3.1",
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.3.1:
1191+
version "3.3.1"
1192+
resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.3.1.tgz#e08fb6853e269c3bc7e0ad8ad0ede59035f5fbce"
1193+
integrity sha512-cfvv/uuWblzSI6fvpmCNREWxwzI/luelp+P7zoPlguswswWVCfsq334/U6tmh+vusJ7yzbQ3xFni9JNqiF4fAA==
11941194
dependencies:
11951195
colors "^1.1.2"
11961196
string-width "^2.1.1"

0 commit comments

Comments
 (0)