diff --git a/package-lock.json b/package-lock.json index 7575c93f40..c89119b10a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1546,9 +1546,9 @@ } }, "@nextcloud/password-confirmation": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-1.0.0.tgz", - "integrity": "sha512-jxbIF90PIxPdKmhGFJZGTejsx89YkrCKFjqXGQGq3+n08X5dOi98CaQUE5qUN3cTscLfzzpl/75xu2TppE0m2w==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-1.0.1.tgz", + "integrity": "sha512-qsyzc8uKcMqssBkm5O1qdV7pL4EJWOMnj036w0UmhLozaoPlla5nUvC51uC1N9ONREEtN0Q/xEEOskNn1qD1hQ==" }, "@nextcloud/paths": { "version": "1.1.1", diff --git a/package.json b/package.json index 1bfb79e010..daa17e2542 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@nextcloud/initial-state": "^1.1.1", "@nextcloud/l10n": "^1.2.2", "@nextcloud/logger": "^1.1.2", - "@nextcloud/password-confirmation": "^1.0.0", + "@nextcloud/password-confirmation": "^1.0.1", "@nextcloud/paths": "^1.1.1", "@nextcloud/router": "^1.0.2", "@nextcloud/vue": "^1.4.1",