aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2024-11-28 11:01:52 +0100
committerLouis Chemineau <louis@chmn.me>2024-11-28 11:01:52 +0100
commitec26cd7b6c7a031921c3f3ea97ecb2bd1981dc00 (patch)
treedcb4b42ef81154f03d3e3de14dc60fdec942a8fb /package-lock.json
parent6230849e4692a49bc40f7781e96cc81c04f409a3 (diff)
downloadnextcloud-server-ec26cd7b6c7a031921c3f3ea97ecb2bd1981dc00.tar.gz
nextcloud-server-ec26cd7b6c7a031921c3f3ea97ecb2bd1981dc00.zip
chore: Bump @nextcloud/password-confirmation to 5.3.0
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 976cce99f18..f997257c940 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.1",
- "@nextcloud/password-confirmation": "^5.1.1",
+ "@nextcloud/password-confirmation": "^5.3.0",
"@nextcloud/paths": "^2.2.1",
"@nextcloud/router": "^3.0.1",
"@nextcloud/sharing": "^0.2.3",
@@ -4064,12 +4064,13 @@
}
},
"node_modules/@nextcloud/password-confirmation": {
- "version": "5.1.1",
- "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.1.1.tgz",
- "integrity": "sha512-UlQcjVe/fr/JaJ6TWaRM+yBLIEZRU6RWMy0JoExcA6UVJs2HJrRIyVMuiCLuIYlH23ReJH+z7zFI3+V7vdeJ1Q==",
- "license": "MIT",
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-5.3.0.tgz",
+ "integrity": "sha512-i5W0ElClgnN8W186F9QigGDb1jsk/02n3cqQfXDLGbagisotF6TYhqFrxj6aYprzELZJgbjaMo3Fc7UDvpP3Ow==",
"dependencies": {
+ "@nextcloud/auth": "^2.4.0",
"@nextcloud/axios": "^2.5.0",
+ "@nextcloud/dialogs": "^6.0.1",
"@nextcloud/l10n": "^3.1.0",
"@nextcloud/router": "^3.0.1"
},