mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
build(deps): bump focus-trap from 7.6.6 to 7.7.0
Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.6 to 7.7.0. - [Release notes](https://github.com/focus-trap/focus-trap/releases) - [Changelog](https://github.com/focus-trap/focus-trap/blob/master/CHANGELOG.md) - [Commits](https://github.com/focus-trap/focus-trap/compare/v7.6.6...v7.7.0) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 7.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e66d4936ff
commit
c9d0ed37ad
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
|
@ -49,7 +49,7 @@
|
|||
"debounce": "^2.2.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.6.6",
|
||||
"focus-trap": "^7.7.0",
|
||||
"handlebars": "^4.7.8",
|
||||
"is-svg": "^6.1.0",
|
||||
"jquery": "~3.7",
|
||||
|
|
@ -14146,9 +14146,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/focus-trap": {
|
||||
"version": "7.6.6",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.6.tgz",
|
||||
"integrity": "sha512-v/Z8bvMCajtx4mEXmOo7QEsIzlIOqRXTIwgUfsFOF9gEsespdbD0AkPIka1bSXZ8Y8oZ+2IVDQZePkTfEHZl7Q==",
|
||||
"version": "7.7.0",
|
||||
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.0.tgz",
|
||||
"integrity": "sha512-DJJDHpEgoSbP8ZE1MNeU2IzCpfFyFdNZZRilqmfH2XiQsPK6PtD8AfJqWzEBudUQB2yHwZc5iq54rjTaGQ+ljw==",
|
||||
"dependencies": {
|
||||
"tabbable": "^6.3.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
"debounce": "^2.2.0",
|
||||
"dompurify": "^3.3.0",
|
||||
"escape-html": "^1.0.3",
|
||||
"focus-trap": "^7.6.6",
|
||||
"focus-trap": "^7.7.0",
|
||||
"handlebars": "^4.7.8",
|
||||
"is-svg": "^6.1.0",
|
||||
"jquery": "~3.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue