diff --git a/package-lock.json b/package-lock.json index 2431e3f5..720e88e0 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 0722e354..6e39cf99 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"