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>2021-09-18 04:55:07 +0300
committerGitHub <noreply@github.com>2021-09-18 04:55:07 +0300
commitc9c09bacb59aa19ddfb876fb917827e437b243ea (patch)
tree1ab0be2f1602492b4fd49ef0b9cfd1ae2b2fa069
parent220f9528a5fab946a5c3436f776e8b65285388bc (diff)
parent7dc25eb45d6baf6390cc6043232a5a25c050e848 (diff)
Merge pull request #504 from nextcloud/dependabot/npm_and_yarn/stable22/cli-progress-3.9.1v22.2.0rc2v22.2.0
-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 7fd0db8..c75a0e7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -18,7 +18,7 @@
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
- "cli-progress": "^3.9.0",
+ "cli-progress": "^3.9.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"
@@ -3353,9 +3353,9 @@
}
},
"node_modules/cli-progress": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.0.tgz",
- "integrity": "sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==",
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz",
+ "integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==",
"dev": true,
"dependencies": {
"colors": "^1.1.2",
@@ -13394,9 +13394,9 @@
}
},
"cli-progress": {
- "version": "3.9.0",
- "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.0.tgz",
- "integrity": "sha512-g7rLWfhAo/7pF+a/STFH/xPyosaL1zgADhI0OM83hl3c7S43iGvJWEAV2QuDOnQ8i6EMBj/u4+NTd0d5L+4JfA==",
+ "version": "3.9.1",
+ "resolved": "https://registry.npmjs.org/cli-progress/-/cli-progress-3.9.1.tgz",
+ "integrity": "sha512-AXxiCe2a0Lm0VN+9L0jzmfQSkcZm5EYspfqXKaSIQKqIk+0hnkZ3/v1E9B39mkD6vYhKih3c/RPsJBSwq9O99Q==",
"dev": true,
"requires": {
"colors": "^1.1.2",
diff --git a/package.json b/package.json
index e9ed07c..95ac6c8 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@nextcloud/eslint-config": "^5.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.0.3",
- "cli-progress": "^3.9.0",
+ "cli-progress": "^3.9.1",
"request": "^2.88.2",
"request-progress": "^3.0.0",
"unzipper": "^0.10.11"