aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorChristopher Ng <chrng8@gmail.com>2023-11-28 10:34:43 -0800
committerChristopher Ng <chrng8@gmail.com>2023-11-28 15:11:15 -0800
commit51b54f9751b34d3a876c99e46cfa048929c35f2e (patch)
tree369b41f7b6b085a13d1b9e3674268ed771d3fe7b /package-lock.json
parent154fe8f1027f74c42ec36e0b496de47a172a7dcf (diff)
downloadnextcloud-server-51b54f9751b34d3a876c99e46cfa048929c35f2e.tar.gz
nextcloud-server-51b54f9751b34d3a876c99e46cfa048929c35f2e.zip
fix: Hidden password confirmation dialog
Signed-off-by: Christopher Ng <chrng8@gmail.com> (cherry picked from commit 5525edd80547fe203c46f7ac234d1c526da4b6fb)
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 73de8fbf5e4..ca7ee5eb211 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"@nextcloud/l10n": "^2.1.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.2",
- "@nextcloud/password-confirmation": "^5.0.0",
+ "@nextcloud/password-confirmation": "^5.0.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.1.2",
"@nextcloud/sharing": "^0.1.0",
@@ -4071,9 +4071,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",