diff --git a/package-lock.json b/package-lock.json index a896f1573..09b964c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "nextcloud-server": "^0.15.10", @@ -4355,9 +4355,9 @@ } }, "node_modules/@nextcloud/password-confirmation": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz", - "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.1.tgz", + "integrity": "sha512-4+gcUBslO9QHI7UktsEB5qZv9FXojL+yMfIu9Rr2Z7V4ksTMxyqf2MaE4Utcs9BzcoS1oTRT5UxwdmfNkktraw==", "dependencies": { "@nextcloud/auth": "^2.4.0", "@nextcloud/axios": "^2.5.0", diff --git a/package.json b/package.json index da2caf21b..bda193e84 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.21.0", "nextcloud-server": "^0.15.10",