From 21668a5f4152bbde4ccaf821d2a5a0912efed542 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2026 00:46:33 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/password-confirmation from 5.3.2 to ^5.3.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 21 ++++++++++----------- package.json | 2 +- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 355bcae4e..0e73132ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^5.1.1", + "@nextcloud/password-confirmation": "^5.3.2", "@nextcloud/router": "^2.2.1", "vue": "^2.7.16", "vuex": "^3.6.2" @@ -3551,16 +3551,15 @@ } }, "node_modules/@nextcloud/password-confirmation/node_modules/@nextcloud/router": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz", - "integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.2.0.tgz", + "integrity": "sha512-an4gJ7mlDZGtYq8zTxp4Sg+iLlKKGvQ9ZH3Dp6ga/IlDNAP7VeMVGphsY798ORjncAp9+sEf370L5zpsnuxgng==", "license": "GPL-3.0-or-later", "dependencies": { - "@nextcloud/typings": "^1.7.0" + "@nextcloud/typings": "^1.10.0" }, "engines": { - "node": "^20.0.0", - "npm": "^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, "node_modules/@nextcloud/paths": { @@ -23743,11 +23742,11 @@ }, "dependencies": { "@nextcloud/router": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.0.1.tgz", - "integrity": "sha512-Ci/uD3x8OKHdxSqXL6gRJ+mGJOEXjeiHjj7hqsZqVTsT7kOrCjDf0/J8z5RyLlokKZ0IpSe+hGxgi3YB7Gpw3Q==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/router/-/router-3.2.0.tgz", + "integrity": "sha512-an4gJ7mlDZGtYq8zTxp4Sg+iLlKKGvQ9ZH3Dp6ga/IlDNAP7VeMVGphsY798ORjncAp9+sEf370L5zpsnuxgng==", "requires": { - "@nextcloud/typings": "^1.7.0" + "@nextcloud/typings": "^1.10.0" } } } diff --git a/package.json b/package.json index 3f9afd321..91b7d3cdb 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@nextcloud/axios": "^2.5.1", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^5.1.1", + "@nextcloud/password-confirmation": "^5.3.2", "@nextcloud/router": "^2.2.1", "vue": "^2.7.16", "vuex": "^3.6.2"