From 794f27bb55ff28a9e3b5181cd8c8e3d2216c386c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 01:03:45 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/password-confirmation from 6.0.0 to 6.0.1 Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++------------ package.json | 2 +- 2 files changed, 19 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f804c23..5fae7582 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.3.0", "@nextcloud/moment": "^1.3.4", - "@nextcloud/password-confirmation": "^6.0.0", + "@nextcloud/password-confirmation": "^6.0.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.1", "vue": "^3.5.17", @@ -2792,18 +2792,25 @@ } }, "node_modules/@nextcloud/auth": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.2.tgz", - "integrity": "sha512-1dr+Xhvg2QtsFC23KFXJSkU524EVgI/+WFBGTZ8tFa+9hmcZ3CqZIHjtXm3KxUvezwAY5023Ml0n2vpdYkpBXQ==", - "license": "GPL-3.0-or-later", + "version": "2.5.3", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz", + "integrity": "sha512-KIhWLk0BKcP4hvypE4o11YqKOPeFMfEFjRrhUUF+h7Fry+dhTBIEIxuQPVCKXMIpjTDd8791y8V6UdRZ2feKAQ==", "dependencies": { - "@nextcloud/browser-storage": "^0.4.0", + "@nextcloud/browser-storage": "^0.5.0", "@nextcloud/event-bus": "^3.3.2" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" } }, + "node_modules/@nextcloud/auth/node_modules/@nextcloud/browser-storage": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/@nextcloud/browser-storage/-/browser-storage-0.5.0.tgz", + "integrity": "sha512-usYr4GlJQlK3hgZURvklqWb9ivi7sgsSuFqXrs7s4hl1LTS4enzPrnkQumm6nRsQruf0ITS+OBsK+oELEbvYPA==", + "engines": { + "node": "^24 || ^22 || ^20" + } + }, "node_modules/@nextcloud/axios": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.2.tgz", @@ -3076,17 +3083,16 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.0.0.tgz", - "integrity": "sha512-/28UAORXJB78ugOBmy7S2Am7PZWt7eLbQbsC4V4vxQoeo8yjOKNuDm077tVsM7NJtSuE7J/RGA4Yi11dzUZGQQ==", - "license": "MIT", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.0.1.tgz", + "integrity": "sha512-XPICNaehKOG/A08N4AXQvn8mZxcCulx9pqdJw0oXtqPYKwuw80g2bi8ALATWp2Sbq2LLtoUSNdmlxXX/IuTUDw==", "dependencies": { - "@nextcloud/auth": "^2.5.2", + "@nextcloud/auth": "^2.5.3", "@nextcloud/axios": "^2.5.2", "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.0", + "@nextcloud/vue": "^9.0.1", "vue": "^3.5.22" }, "engines": { diff --git a/package.json b/package.json index 727e12cf..b39f549e 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@nextcloud/initial-state": "^3.0.0", "@nextcloud/l10n": "^3.3.0", "@nextcloud/moment": "^1.3.4", - "@nextcloud/password-confirmation": "^6.0.0", + "@nextcloud/password-confirmation": "^6.0.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.0.1", "vue": "^3.5.17",