diff --git a/package-lock.json b/package-lock.json index d1058557..1df203da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^5.0.0", + "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.0", "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15", @@ -3094,9 +3094,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz", - "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", + "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", "dependencies": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", @@ -18189,9 +18189,9 @@ } }, "@nextcloud/password-confirmation": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.0.tgz", - "integrity": "sha512-wll52VpMrM/rEKmOZxrVyv7ljcZphKqzpVfA994f2IJGNqTTyaRSa8E1dmnXv6HGvt9fd2K8X+eNGKCsaU1p7g==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.0.1.tgz", + "integrity": "sha512-BGhH+YDMaL6R02tu3oHRS9W+AQC+KHF2zAHT9bZfkFneSqWRbaMmUq1fKJEa0/7ZxgGLusP4IEjv+kG0iUIsGQ==", "requires": { "@nextcloud/axios": "^2.4.0", "@nextcloud/l10n": "^2.2.0", diff --git a/package.json b/package.json index b4e4ee2f..b041576e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@nextcloud/initial-state": "^2.1.0", "@nextcloud/logger": "^2.7.0", "@nextcloud/moment": "^1.2.2", - "@nextcloud/password-confirmation": "^5.0.0", + "@nextcloud/password-confirmation": "^5.0.1", "@nextcloud/router": "^2.2.0", "@nextcloud/vue": "^8.2.0", "vue": "^2.7.15",