mirror of
https://github.com/nextcloud/server.git
synced 2026-06-06 07:13:23 -04:00
Merge pull request #41275 from nextcloud/dependabot/npm_and_yarn/focus-trap-7.5.4
This commit is contained in:
commit
7068fe948c
5 changed files with 9 additions and 9 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.LICENSE.txt
vendored
2
dist/core-common.js.LICENSE.txt
vendored
|
|
@ -59,7 +59,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
* focus-trap 7.5.2
|
||||
* focus-trap 7.5.4
|
||||
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
|
|
|
|||
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
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -45,7 +45,7 @@
|
|||
"debounce": "^1.2.1",
|
||||
"dompurify": "^3.0.6",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.4.0",
|
||||
"focus-trap": "^7.5.4",
|
||||
"handlebars": "^4.7.7",
|
||||
"ical.js": "^1.4.0",
|
||||
"jquery": "~3.7",
|
||||
|
|
@ -13539,9 +13539,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/focus-trap": {
|
||||
"version": "7.5.2",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz",
|
||||
"integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==",
|
||||
"version": "7.5.4",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz",
|
||||
"integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==",
|
||||
"dependencies": {
|
||||
"tabbable": "^6.2.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"debounce": "^1.2.1",
|
||||
"dompurify": "^3.0.6",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.4.0",
|
||||
"focus-trap": "^7.5.4",
|
||||
"handlebars": "^4.7.7",
|
||||
"ical.js": "^1.4.0",
|
||||
"jquery": "~3.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue