diff --git a/package.json b/package.json index cf53ba9e37..a7be44a5df 100644 --- a/package.json +++ b/package.json @@ -343,7 +343,7 @@ "ansi_up": "^5.1.0", "chart.js": "^2.9.4", "circular-dependency-plugin": "^5.2.2", - "cli-progress": "^3.10.0", + "cli-progress": "^3.11.0", "color": "^3.2.1", "concurrently": "^7.1.0", "css-loader": "^6.7.1", diff --git a/yarn.lock b/yarn.lock index f10da9fabb..c8695b813b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3684,12 +3684,12 @@ cli-columns@^3.1.2: string-width "^2.0.0" strip-ansi "^3.0.1" -cli-progress@^3.10.0: - version "3.10.0" - resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.10.0.tgz#63fd9d6343c598c93542fdfa3563a8b59887d78a" - integrity sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw== +cli-progress@^3.11.0: + version "3.11.0" + resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.0.tgz#03651defd06182a5396ddc2a41da17c2f257ecdf" + integrity sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ== dependencies: - string-width "^4.2.0" + string-width "^4.2.3" cli-table3@^0.5.0, cli-table3@^0.5.1: version "0.5.1"