diff options
author | Louis Chemineau <louis@chmn.me> | 2025-02-11 17:12:58 +0100 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2025-02-11 17:12:58 +0100 |
commit | 61072c13ae0492b466afa5c3298d5c9f25aeb1f1 (patch) | |
tree | 0dfb5d3eabeaad61b62f681e111e4976e5c10aa6 | |
parent | 5373a2fa80770dce08bef10829b95dd3e95bded2 (diff) | |
download | nextcloud-server-artonge/chore/update_password_confirmation_v5.3.1.tar.gz nextcloud-server-artonge/chore/update_password_confirmation_v5.3.1.zip |
chore: Bump @nextcloud/password-confirmation to v5.3.1artonge/chore/update_password_confirmation_v5.3.1
Signed-off-by: Louis Chemineau <louis@chmn.me>
-rw-r--r-- | package-lock.json | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json index 1648516b969..1829e60657c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", diff --git a/package.json b/package.json index b1221519485..35a3c76414d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@nextcloud/l10n": "^3.1.0", "@nextcloud/logger": "^3.0.2", "@nextcloud/moment": "^1.3.2", - "@nextcloud/password-confirmation": "^5.3.0", + "@nextcloud/password-confirmation": "^5.3.1", "@nextcloud/paths": "^2.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/sharing": "^0.2.3", |