diff --git a/package-lock.json b/package-lock.json index 01294678472..61d9c1502bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@nextcloud/calendar-availability-vue": "^3.0.0", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^6.0.1", + "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/paths": "^2.3.0", "@nextcloud/vue": "^9.1.0", "pinia": "^3.0.3", @@ -2388,9 +2388,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.0.1.tgz", - "integrity": "sha512-XPICNaehKOG/A08N4AXQvn8mZxcCulx9pqdJw0oXtqPYKwuw80g2bi8ALATWp2Sbq2LLtoUSNdmlxXX/IuTUDw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-6.0.2.tgz", + "integrity": "sha512-EQbGiQl8lBZrFUNE6Xp9NeQEVtQdb/mtxk3VfwTnoVzAxghsI5yTWr9xcS5EKANoNjvVlIKtREN+LG2WWxft5A==", "license": "MIT", "dependencies": { "@nextcloud/auth": "^2.5.3", @@ -2398,7 +2398,7 @@ "@nextcloud/l10n": "^3.4.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/router": "^3.0.1", - "@nextcloud/vue": "^9.0.1", + "@nextcloud/vue": "^9.1.0", "vue": "^3.5.22" }, "engines": { diff --git a/package.json b/package.json index 815f62db125..573ae3b764d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@nextcloud/calendar-availability-vue": "^3.0.0", "@nextcloud/dialogs": "^7.1.0", "@nextcloud/moment": "^1.3.5", - "@nextcloud/password-confirmation": "^6.0.1", + "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/paths": "^2.3.0", "@nextcloud/vue": "^9.1.0", "pinia": "^3.0.3",