From 91b6bb1f1ed0414e89c85e8b36f23327a4df770c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 09:41:07 +0000 Subject: [PATCH] fix(deps): bump @nextcloud/password-confirmation from 5.0.1 to ^5.1.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 48 +++++++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 37 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9b636656..5dd0b5ad8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.1.0", "@nextcloud/router": "^2.1.2", "vue": "^2.7.16", "vuex": "^3.6.2" @@ -3305,21 +3305,35 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", - "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.0.tgz", + "integrity": "sha512-cMucq1yVmOU/03UVKNwW3FV4FfpowTcD2P82LLqY9KRM7Yh1sXoBm0dEfcavtp6v/9QAt6cLPPSKClrpfBE3ow==", + "license": "MIT", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2" + "@nextcloud/router": "^3.0.0" }, "engines": { "node": "^20.0.0", - "npm": "^9.0.0" + "npm": "^10.0.0" }, "peerDependencies": { - "@nextcloud/vue": "^8.0.0-beta.7", - "vue": "^2.7.14" + "@nextcloud/vue": "^8.0.0", + "vue": "^2.7.16" + } + }, + "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==", + "license": "GPL-3.0-or-later", + "dependencies": { + "@nextcloud/typings": "^1.7.0" + }, + "engines": { + "node": "^20.0.0", + "npm": "^10.0.0" } }, "node_modules/@nextcloud/router": { @@ -21852,13 +21866,23 @@ } }, "@nextcloud/password-confirmation": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", - "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.0.tgz", + "integrity": "sha512-cMucq1yVmOU/03UVKNwW3FV4FfpowTcD2P82LLqY9KRM7Yh1sXoBm0dEfcavtp6v/9QAt6cLPPSKClrpfBE3ow==", "requires": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", - "@nextcloud/router": "^2.1.2" + "@nextcloud/router": "^3.0.0" + }, + "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==", + "requires": { + "@nextcloud/typings": "^1.7.0" + } + } } }, "@nextcloud/router": { diff --git a/package.json b/package.json index 7c77fe4b4..908ad4bc2 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@nextcloud/axios": "^2.4.0", "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", - "@nextcloud/password-confirmation": "^5.0.1", + "@nextcloud/password-confirmation": "^5.1.0", "@nextcloud/router": "^2.1.2", "vue": "^2.7.16", "vuex": "^3.6.2"