diff --git a/package-lock.json b/package-lock.json index 157db235..57516385 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@nextcloud/dialogs": "^7.1.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^6.0.1", + "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.1.0", "jstz": "^2.1.1", @@ -2960,16 +2960,16 @@ } }, "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==", "dependencies": { "@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.1", + "@nextcloud/vue": "^9.1.0", "vue": "^3.5.22" }, "engines": { diff --git a/package.json b/package.json index 5cd4610d..7671fc7b 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@nextcloud/dialogs": "^7.1.0", "@nextcloud/initial-state": "^2.2.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^6.0.1", + "@nextcloud/password-confirmation": "^6.0.2", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^9.1.0", "jstz": "^2.1.1",