Bump @nextcloud/password-confirmation from 4.0.3 to 4.0.4

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/36738/head
Christopher Ng 1 year ago
parent b36a31c918
commit 0ffdd74af8

File diff suppressed because one or more lines are too long

@ -327,6 +327,11 @@ object-assign
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
*/
/*!
* focus-trap 7.2.0
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
*/
/*!
* tabbable 6.0.1
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
@ -356,6 +361,8 @@ object-assign
/*! For license information please see NcAppSidebarTab.js.LICENSE.txt */
/*! For license information please see NcButton.js.LICENSE.txt */
/*! For license information please see NcCheckboxRadioSwitch.js.LICENSE.txt */
/*! For license information please see NcColorPicker.js.LICENSE.txt */

File diff suppressed because one or more lines are too long

14
package-lock.json generated

@ -24,7 +24,7 @@
"@nextcloud/l10n": "^2.0.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^4.0.3",
"@nextcloud/password-confirmation": "^4.0.4",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
@ -4380,9 +4380,9 @@
}
},
"node_modules/@nextcloud/password-confirmation": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.3.tgz",
"integrity": "sha512-kS7yREq3F4DiXpmbxVsm9Ezv58+1BT5PPrrZV+VjQtUY69Rjc0xP9X5fbZH+BBT9LXHPypN32qbBuvPpgVZZqA==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz",
"integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==",
"dependencies": {
"@nextcloud/axios": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",
@ -28539,9 +28539,9 @@
}
},
"@nextcloud/password-confirmation": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.3.tgz",
"integrity": "sha512-kS7yREq3F4DiXpmbxVsm9Ezv58+1BT5PPrrZV+VjQtUY69Rjc0xP9X5fbZH+BBT9LXHPypN32qbBuvPpgVZZqA==",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/@nextcloud/password-confirmation/-/password-confirmation-4.0.4.tgz",
"integrity": "sha512-CdCOWwKU4ejKv0uABn3dfigwPH+tZKUOA38MzZDM4YyL1q9TgKOK90mnrJBvz6EBnlleZEvKlX94jjwPfOdvKw==",
"requires": {
"@nextcloud/axios": "^2.0.0",
"@nextcloud/l10n": "^1.6.0",

@ -49,7 +49,7 @@
"@nextcloud/l10n": "^2.0.0",
"@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^4.0.3",
"@nextcloud/password-confirmation": "^4.0.4",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",

Loading…
Cancel
Save