chore(deps): Bump focus-trap from 7.8.0 to 8.0.0 in /build/frontend-legacy

Dependabot couldn't find the original pull request head commit, 849e89bb10411ac4f98eae8f707b15c49e6e6c50.
This commit is contained in:
dependabot[bot] 2026-03-18 23:44:52 +00:00 committed by Ferdinand Thiessen
parent 34b8b164d3
commit be8e793385
2 changed files with 14 additions and 23 deletions

View file

@ -47,7 +47,7 @@
"debounce": "^3.0.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.8.0",
"focus-trap": "^8.0.0",
"handlebars": "^4.7.8",
"is-svg": "^6.1.0",
"libphonenumber-js": "^1.12.40",
@ -3220,15 +3220,6 @@
"@floating-ui/core": "^1.1.0"
}
},
"node_modules/@nextcloud/dialogs/node_modules/focus-trap": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.0.0.tgz",
"integrity": "sha512-Aa84FOGHs99vVwufDMdq2qgOwXPC2e9U66GcqBhn1/jEHPDhJaP8PYhkIbqG9lhfL5Kddk/567lj46LLHYCRUw==",
"license": "MIT",
"dependencies": {
"tabbable": "^6.4.0"
}
},
"node_modules/@nextcloud/dialogs/node_modules/perfect-debounce": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
@ -3902,15 +3893,6 @@
"@floating-ui/core": "^1.1.0"
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/focus-trap": {
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.0.0.tgz",
"integrity": "sha512-Aa84FOGHs99vVwufDMdq2qgOwXPC2e9U66GcqBhn1/jEHPDhJaP8PYhkIbqG9lhfL5Kddk/567lj46LLHYCRUw==",
"license": "MIT",
"dependencies": {
"tabbable": "^6.4.0"
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/perfect-debounce": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-2.1.0.tgz",
@ -4373,6 +4355,15 @@
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
},
"node_modules/@nextcloud/vue/node_modules/focus-trap": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
"integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
"license": "MIT",
"dependencies": {
"tabbable": "^6.4.0"
}
},
"node_modules/@nextcloud/vue/node_modules/p-queue": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz",
@ -9927,9 +9918,9 @@
}
},
"node_modules/focus-trap": {
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
"integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
"version": "8.0.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.0.0.tgz",
"integrity": "sha512-Aa84FOGHs99vVwufDMdq2qgOwXPC2e9U66GcqBhn1/jEHPDhJaP8PYhkIbqG9lhfL5Kddk/567lj46LLHYCRUw==",
"license": "MIT",
"dependencies": {
"tabbable": "^6.4.0"

View file

@ -63,7 +63,7 @@
"debounce": "^3.0.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.8.0",
"focus-trap": "^8.0.0",
"handlebars": "^4.7.8",
"is-svg": "^6.1.0",
"libphonenumber-js": "^1.12.40",