From e6c932d27fa3b3f63e2010f7cf8819f4ccefd4a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 02:57:16 +0000 Subject: [PATCH] chore(deps): Bump @nextcloud/password-confirmation Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 6.0.3 to 6.1.0. - [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.3...v6.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/password-confirmation" dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 12 ++++++------ build/frontend-legacy/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 62f986d21e9f5..b8e553e3b4372 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^6.0.3", + "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/paths": "^3.1.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", @@ -3584,9 +3584,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.0.3.tgz", - "integrity": "sha512-tgbzwfhlXXd9Eq8ZnYrTeH8bEkdyIgybN45Tkip01b3xABUlr0tMGGj8+ZNp2pozytcK+k1l6fyvRPc09g0rIw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.1.0.tgz", + "integrity": "sha512-N2ChXDbPcUcQCoAjj1yc65zfc61yiKpdM3qm/y3Y/y//NG7XWNNINwBg85lqJ2SISgmVStpsQ1d0blpFCoQXkQ==", "license": "MIT", "dependencies": { "@nextcloud/auth": "^2.5.3", @@ -3594,8 +3594,8 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/router": "^3.1.0", - "@nextcloud/vue": "^9.5.0", - "vue": "^3.5.29" + "@nextcloud/vue": "^9.6.0", + "vue": "^3.5.30" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index 9d89700e743e0..9beb278de21d1 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -40,7 +40,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^6.0.3", + "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/paths": "^3.1.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0",