Browse Source

Merge pull request #36738 from nextcloud/deps/nextcloud/password-confirmation-4.0.4

tags/v26.0.0beta5
Pytal 1 year ago
parent
commit
58d3835863
No account linked to committer's email address
5 changed files with 18 additions and 11 deletions
  1. 2
    2
      dist/core-common.js
  2. 7
    0
      dist/core-common.js.LICENSE.txt
  3. 1
    1
      dist/core-common.js.map
  4. 7
    7
      package-lock.json
  5. 1
    1
      package.json

+ 2
- 2
dist/core-common.js
File diff suppressed because it is too large
View File


+ 7
- 0
dist/core-common.js.LICENSE.txt View File

* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE * @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 * tabbable 6.0.1
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE * @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE


/*! For license information please see NcAppSidebarTab.js.LICENSE.txt */ /*! 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 NcCheckboxRadioSwitch.js.LICENSE.txt */


/*! For license information please see NcColorPicker.js.LICENSE.txt */ /*! For license information please see NcColorPicker.js.LICENSE.txt */

+ 1
- 1
dist/core-common.js.map
File diff suppressed because it is too large
View File


+ 7
- 7
package-lock.json View File

"@nextcloud/l10n": "^2.0.0", "@nextcloud/l10n": "^2.0.0",
"@nextcloud/logger": "^2.5.0", "@nextcloud/logger": "^2.5.0",
"@nextcloud/moment": "^1.2.1", "@nextcloud/moment": "^1.2.1",
"@nextcloud/password-confirmation": "^4.0.3",
"@nextcloud/password-confirmation": "^4.0.4",
"@nextcloud/paths": "^2.1.0", "@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0", "@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0", "@nextcloud/sharing": "^0.1.0",
} }
}, },
"node_modules/@nextcloud/password-confirmation": { "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": { "dependencies": {
"@nextcloud/axios": "^2.0.0", "@nextcloud/axios": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",
} }
}, },
"@nextcloud/password-confirmation": { "@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": { "requires": {
"@nextcloud/axios": "^2.0.0", "@nextcloud/axios": "^2.0.0",
"@nextcloud/l10n": "^1.6.0", "@nextcloud/l10n": "^1.6.0",

+ 1
- 1
package.json View File

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

Loading…
Cancel
Save