mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
Bump @nextcloud/password-confirmation from 4.0.0 to 4.0.1
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
18431c2fe9
commit
4ef3799745
4 changed files with 11 additions and 11 deletions
4
dist/core-common.js
vendored
4
dist/core-common.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-common.js.map
vendored
2
dist/core-common.js.map
vendored
File diff suppressed because one or more lines are too long
14
package-lock.json
generated
14
package-lock.json
generated
|
|
@ -21,7 +21,7 @@
|
|||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/logger": "^2.1.0",
|
||||
"@nextcloud/moment": "^1.2.0",
|
||||
"@nextcloud/password-confirmation": "^4.0.0",
|
||||
"@nextcloud/password-confirmation": "^4.0.1",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
|
|
@ -3186,9 +3186,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@nextcloud/password-confirmation": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.0.tgz",
|
||||
"integrity": "sha512-LdbuxTbYFs89Wnbw8EHEOJ7itiQxeu7lDyD0iUys4qxpuYaNYcs/VmNnDO+6w5cHKkgEA1ouD9s1TYpWV71iZg==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.1.tgz",
|
||||
"integrity": "sha512-P7P4D1KOb96+80IExPMrUa8JhCIZ4IWSKsmUtenYGi3fIam3MfjY7GNv6X90QXCaWnSdZZGVVrkGRzc8U2Nq2w==",
|
||||
"dependencies": {
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
|
|
@ -34499,9 +34499,9 @@
|
|||
}
|
||||
},
|
||||
"@nextcloud/password-confirmation": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.0.tgz",
|
||||
"integrity": "sha512-LdbuxTbYFs89Wnbw8EHEOJ7itiQxeu7lDyD0iUys4qxpuYaNYcs/VmNnDO+6w5cHKkgEA1ouD9s1TYpWV71iZg==",
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.1.tgz",
|
||||
"integrity": "sha512-P7P4D1KOb96+80IExPMrUa8JhCIZ4IWSKsmUtenYGi3fIam3MfjY7GNv6X90QXCaWnSdZZGVVrkGRzc8U2Nq2w==",
|
||||
"requires": {
|
||||
"@nextcloud/axios": "^2.0.0",
|
||||
"@nextcloud/capabilities": "^1.0.4",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
"@nextcloud/l10n": "^1.4.1",
|
||||
"@nextcloud/logger": "^2.1.0",
|
||||
"@nextcloud/moment": "^1.2.0",
|
||||
"@nextcloud/password-confirmation": "^4.0.0",
|
||||
"@nextcloud/password-confirmation": "^4.0.1",
|
||||
"@nextcloud/paths": "^2.1.0",
|
||||
"@nextcloud/router": "^2.0.0",
|
||||
"@nextcloud/sharing": "^0.1.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue