From f59977b4c5cf2281e71b0706aadda8403dabf0ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Feb 2023 08:31:07 +0000 Subject: [PATCH] fix(deps): bump cli-progress from 3.11.2 to 3.12.0 Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.11.2 to 3.12.0. - [Release notes](https://github.com/npkgz/cli-progress/releases) - [Changelog](https://github.com/npkgz/cli-progress/blob/master/CHANGES.md) - [Commits](https://github.com/npkgz/cli-progress/commits) --- updated-dependencies: - dependency-name: cli-progress dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 193df3cf5..840d503ad 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "cardinal": "^2.1.1", "chalk": "^4.1.2", "clean-stack": "^3.0.1", - "cli-progress": "^3.11.2", + "cli-progress": "^3.12.0", "debug": "^4.3.4", "ejs": "^3.1.8", "fs-extra": "^9.1.0", diff --git a/yarn.lock b/yarn.lock index fe0f4b6f7..d3bf14d24 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1149,10 +1149,10 @@ clean-stack@^3.0.1: dependencies: escape-string-regexp "4.0.0" -cli-progress@^3.11.2: - version "3.11.2" - resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.11.2.tgz#f8c89bd157e74f3f2c43bcfb3505670b4d48fc77" - integrity sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA== +cli-progress@^3.11.2, cli-progress@^3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/cli-progress/-/cli-progress-3.12.0.tgz#807ee14b66bcc086258e444ad0f19e7d42577942" + integrity sha512-tRkV3HJ1ASwm19THiiLIXLO7Im7wlTuKnvkYaTkyoAPefqjNg7W7DHKUlGRxy9vxDvbyCYQkQozvptuMkGCg8A== dependencies: string-width "^4.2.3"