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-07 06:18:39 +0300
committerGitHub <noreply@github.com>2022-05-07 06:18:39 +0300
commit2932aae63339aad4b37c7c49eb007a0c7dcedb46 (patch)
treeb88a20c5f94ccaa3bca53afdd757e5aa44f39917
parent671816b5c11d02947e66fba7d7d05eedad158802 (diff)
parent5d9a436c51a73cee8384c29fae5f328558f9dd43 (diff)
Merge pull request #602 from nextcloud/dependabot/npm_and_yarn/cli-progress-3.11.0
-rw-r--r--package-lock.json18
-rw-r--r--package.json2
2 files changed, 10 insertions, 10 deletions
diff --git a/package-lock.json b/package-lock.json
index 55166c1..2431e3f 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 f3c0411..0722e35 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"