build(deps): bump focus-trap from 7.7.1 to 7.8.0

Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.7.1 to 7.8.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.7.1...v7.8.0)

---
updated-dependencies:
- dependency-name: focus-trap
  dependency-version: 7.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-17 03:19:48 +00:00 committed by Andy Scherzinger
parent 6418e247a1
commit d70823ffc8
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -49,7 +49,7 @@
"debounce": "^2.1.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.7.1",
"focus-trap": "^7.8.0",
"handlebars": "^4.7.7",
"is-svg": "^5.1.0",
"jquery": "~3.7",
@ -13983,9 +13983,9 @@
}
},
"node_modules/focus-trap": {
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.1.tgz",
"integrity": "sha512-Pkp8m55GjxBLnhBoT6OXdMvfRr4TjMAKLvFM566zlIryq5plbhaTmLAJWTGR0EkRwLjEte1lCOG9MxF1ipJrOg==",
"version": "7.8.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz",
"integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==",
"dependencies": {
"tabbable": "^6.4.0"
}

View file

@ -86,7 +86,7 @@
"debounce": "^2.1.0",
"dompurify": "^3.3.1",
"escape-html": "^1.0.3",
"focus-trap": "^7.7.1",
"focus-trap": "^7.8.0",
"handlebars": "^4.7.7",
"is-svg": "^5.1.0",
"jquery": "~3.7",