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-07-02 04:03:23 +0300
committerGitHub <noreply@github.com>2022-07-02 04:03:23 +0300
commiteb37068b1994d4b34321ce25ccfa87fa3b3b4914 (patch)
tree83ee10455c07cf7d61d46bb85cfe01ee51aaf467
parent9b7bdb7fc7956fe1e3a20aeb486d22630c0e05a8 (diff)
Bump cli-progress from 3.11.1 to 3.11.2
Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.11.1 to 3.11.2. - [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.1...v3.11.2) --- 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 1c6fa75..4279558 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.1",
+ "cli-progress": "^3.11.2",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"
@@ -3649,9 +3649,9 @@
}
},
"node_modules/cli-progress": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.1.tgz",
- "integrity": "sha512-TTMA2LHrYaZeNMcgZGO10oYqj9hvd03pltNtVbu4ddeyDTHlYV7gWxsFiuvaQlgwMBFCv1TukcjiODWFlb16tQ==",
+ "version": "3.11.2",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.2.tgz",
+ "integrity": "sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==",
"dev": true,
"dependencies": {
"string-width": "^4.2.3"
@@ -14914,9 +14914,9 @@
"peer": true
},
"cli-progress": {
- "version": "3.11.1",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.1.tgz",
- "integrity": "sha512-TTMA2LHrYaZeNMcgZGO10oYqj9hvd03pltNtVbu4ddeyDTHlYV7gWxsFiuvaQlgwMBFCv1TukcjiODWFlb16tQ==",
+ "version": "3.11.2",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.11.2.tgz",
+ "integrity": "sha512-lCPoS6ncgX4+rJu5bS3F/iCz17kZ9MPZ6dpuTtI0KXKABkhyXIdYB3Inby1OpaGti3YlI3EeEkM9AuWpelJrVA==",
"dev": true,
"requires": {
"string-width": "^4.2.3"
diff --git a/package.json b/package.json
index 83bd4b3..6e6544a 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.1",
+ "cli-progress": "^3.11.2",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"