From b84e0f7a24563922e007dcafeef5f5e783ec8312 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 01:51:18 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/password-confirmation from 4.0.4 to ^4.1.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 68 ++++++++++++++++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 50 insertions(+), 20 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac48b938..fd508bc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^4.0.4", + "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/router": "^2.1.1", "@nextcloud/vue": "^7.12.6", "vue": "^2.7.15", @@ -2505,19 +2505,37 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz", - "integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.1.0.tgz", + "integrity": "sha512-rHmegY0QbTigvZEeEer5QpswL4J7ChHizT48az7257JjdoKM47w6uzN+bsWQFHvzekPC913NoyCn6J9fBYtYnw==", "dependencies": { - "@nextcloud/axios": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.0.0-beta.5", - "vue": "^2.7.10" + "@nextcloud/axios": "^2.4.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/router": "^2.1.2" }, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" + }, + "peerDependencies": { + "@nextcloud/vue": "^7.6.0", + "vue": "^2.7.14" + } + }, + "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/l10n": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz", + "integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==", + "dependencies": { + "@nextcloud/router": "^2.1.2", + "@nextcloud/typings": "^1.7.0", + "dompurify": "^3.0.3", + "escape-html": "^1.0.3", + "node-gettext": "^3.0.0" + }, + "engines": { + "node": "^20.0.0", + "npm": "^9.0.0" } }, "node_modules/@nextcloud/router": { @@ -14680,15 +14698,27 @@ } }, "@nextcloud/password-confirmation": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz", - "integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.1.0.tgz", + "integrity": "sha512-rHmegY0QbTigvZEeEer5QpswL4J7ChHizT48az7257JjdoKM47w6uzN+bsWQFHvzekPC913NoyCn6J9fBYtYnw==", "requires": { - "@nextcloud/axios": "^2.0.0", - "@nextcloud/l10n": "^1.6.0", - "@nextcloud/router": "^2.0.0", - "@nextcloud/vue": "^7.0.0-beta.5", - "vue": "^2.7.10" + "@nextcloud/axios": "^2.4.0", + "@nextcloud/l10n": "^2.2.0", + "@nextcloud/router": "^2.1.2" + }, + "dependencies": { + "@nextcloud/l10n": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-2.2.0.tgz", + "integrity": "sha512-UAM2NJcl/NR46MANSF7Gr7q8/Up672zRyGrxLpN3k4URNmWQM9upkbRME+1K3T29wPrUyOIbQu710ZjvZafqFA==", + "requires": { + "@nextcloud/router": "^2.1.2", + "@nextcloud/typings": "^1.7.0", + "dompurify": "^3.0.3", + "escape-html": "^1.0.3", + "node-gettext": "^3.0.0" + } + } } }, "@nextcloud/router": { diff --git a/package.json b/package.json index 2e8730f1..49eabe56 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.5.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^4.0.4", + "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/router": "^2.1.1", "@nextcloud/vue": "^7.12.6", "vue": "^2.7.15",