build(deps): bump @nextcloud/password-confirmation from 5.3.1 to 5.3.2

Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation) from 5.3.1 to 5.3.2.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases)
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/v5.3.2/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.3.1...v5.3.2)

---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
  dependency-version: 5.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/56294/head
dependabot[bot] 2025-11-08 02:21:41 +07:00 committed by Andy Scherzinger
parent 72dd55e53e
commit 19ac44f6cb
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 11 additions and 12 deletions

21
package-lock.json generated

@ -25,7 +25,7 @@
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.5",
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/password-confirmation": "^5.3.2",
"@nextcloud/paths": "^2.2.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",
@ -4042,23 +4042,22 @@
}
},
"node_modules/@nextcloud/password-confirmation": {
"version": "5.3.1",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.1.tgz",
"integrity": "sha512-4+gcUBslO9QHI7UktsEB5qZv9FXojL+yMfIu9Rr2Z7V4ksTMxyqf2MaE4Utcs9BzcoS1oTRT5UxwdmfNkktraw==",
"license": "MIT",
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.2.tgz",
"integrity": "sha512-VtRBguZF8LvNn3I/kJ37upG8welNf7s1gnKwF3pQhC+F4n/Hgx6dp+LhM4fncHF7XH56i4LNZno+0IbvOkOQ8Q==",
"dependencies": {
"@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0",
"@nextcloud/dialogs": "^6.0.1",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/auth": "^2.5.3",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/dialogs": "^6.4.1",
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/router": "^3.0.1"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
"npm": "^10.5.1"
},
"peerDependencies": {
"@nextcloud/vue": "^8.0.0",
"@nextcloud/vue": "^8.23.0",
"vue": "^2.7.16"
}
},

@ -56,7 +56,7 @@
"@nextcloud/l10n": "^3.4.1",
"@nextcloud/logger": "^3.0.2",
"@nextcloud/moment": "^1.3.5",
"@nextcloud/password-confirmation": "^5.3.1",
"@nextcloud/password-confirmation": "^5.3.2",
"@nextcloud/paths": "^2.2.2",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.3.0",