Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-21 04:02:40 +0300
committerGitHub <noreply@github.com>2022-05-21 04:02:40 +0300
commitcd27d8318d15a9a94c523de785097fa8a7615623 (patch)
tree2f44a6201e9daf995b4d792f83b0e11b35b6fae9
parent5014589962565e0fefbb413c319599cac5b31f3f (diff)
Bump cli-progress from 3.11.0 to 3.11.1
Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.11.0 to 3.11.1. - [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.11.0...v3.11.1) --- updated-dependencies: - dependency-name: cli-progress dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 2431e3f..720e88e 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.11.0",
+ "cli-progress": "^3.11.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"
@@ -3649,9 +3649,9 @@
}
},
"node_modules/cli-progress": {
- "version": "3.11.0",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.0.tgz",
- "integrity": "sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ==",
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.1.tgz",
+ "integrity": "sha512-TTMA2LHrYaZeNMcgZGO10oYqj9hvd03pltNtVbu4ddeyDTHlYV7gWxsFiuvaQlgwMBFCv1TukcjiODWFlb16tQ==",
"dev": true,
"dependencies": {
"string-width": "^4.2.3"
@@ -14908,9 +14908,9 @@
"peer": true
},
"cli-progress": {
- "version": "3.11.0",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.0.tgz",
- "integrity": "sha512-ug+V4/Qy3+0jX9XkWPV/AwHD98RxKXqDpL37vJBOxQhD90qQ3rDqDKoFpef9se91iTUuOXKlyg2HUyHBo5lHsQ==",
+ "version": "3.11.1",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.1.tgz",
+ "integrity": "sha512-TTMA2LHrYaZeNMcgZGO10oYqj9hvd03pltNtVbu4ddeyDTHlYV7gWxsFiuvaQlgwMBFCv1TukcjiODWFlb16tQ==",
"dev": true,
"requires": {
"string-width": "^4.2.3"
diff --git a/package.json b/package.json
index 0722e35..6e39cf9 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.11.0",
+ "cli-progress": "^3.11.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"