From 5d9a436c51a73cee8384c29fae5f328558f9dd43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 May 2022 02:06:35 +0000 Subject: [PATCH] Bump cli-progress from 3.10.0 to 3.11.0 Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.10.0 to 3.11.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/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: cli-progress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55166c12..2431e3f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.1.0", - "cli-progress": "^3.10.0", + "cli-progress": "^3.11.0", "request": "^2.88.2", "request-progress": "^3.0.0", "unzipper": "^0.10.11" @@ -3649,12 +3649,12 @@ } }, "node_modules/cli-progress": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz", - "integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.0.tgz", + "integrity": "sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ==", "dev": true, "dependencies": { - "string-width": "^4.2.0" + "string-width": "^4.2.3" }, "engines": { "node": ">=4" @@ -14908,12 +14908,12 @@ "peer": true }, "cli-progress": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.10.0.tgz", - "integrity": "sha512-kLORQrhYCAtUPLZxqsAt2YJGOvRdt34+O6jl5cQGb7iF3dM55FQZlTR+rQyIK9JUcO9bBMwZsTlND+3dmFU2Cw==", + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.0.tgz", + "integrity": "sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ==", "dev": true, "requires": { - "string-width": "^4.2.0" + "string-width": "^4.2.3" } }, "clone-deep": { diff --git a/package.json b/package.json index f3c04114..0722e354 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@nextcloud/eslint-config": "^8.0.0", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.1.0", - "cli-progress": "^3.10.0", + "cli-progress": "^3.11.0", "request": "^2.88.2", "request-progress": "^3.0.0", "unzipper": "^0.10.11"