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

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

---
updated-dependencies:
- dependency-name: focus-trap
  dependency-version: 7.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-03 02:07:51 +00:00 committed by Andy Scherzinger
parent 57e882d2c5
commit c697d9148e
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View file

@ -49,7 +49,7 @@
"debounce": "^2.2.0",
"dompurify": "^3.3.0",
"escape-html": "^1.0.3",
"focus-trap": "^7.7.0",
"focus-trap": "^7.7.1",
"handlebars": "^4.7.8",
"is-svg": "^6.1.0",
"jquery": "~3.7",
@ -14146,11 +14146,11 @@
}
},
"node_modules/focus-trap": {
"version": "7.7.0",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.0.tgz",
"integrity": "sha512-DJJDHpEgoSbP8ZE1MNeU2IzCpfFyFdNZZRilqmfH2XiQsPK6PtD8AfJqWzEBudUQB2yHwZc5iq54rjTaGQ+ljw==",
"version": "7.7.1",
"resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.1.tgz",
"integrity": "sha512-Pkp8m55GjxBLnhBoT6OXdMvfRr4TjMAKLvFM566zlIryq5plbhaTmLAJWTGR0EkRwLjEte1lCOG9MxF1ipJrOg==",
"dependencies": {
"tabbable": "^6.3.0"
"tabbable": "^6.4.0"
}
},
"node_modules/follow-redirects": {
@ -24591,9 +24591,9 @@
"license": "MIT"
},
"node_modules/tabbable": {
"version": "6.3.0",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz",
"integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ=="
"version": "6.4.0",
"resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz",
"integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg=="
},
"node_modules/table": {
"version": "6.9.0",

View file

@ -78,7 +78,7 @@
"debounce": "^2.2.0",
"dompurify": "^3.3.0",
"escape-html": "^1.0.3",
"focus-trap": "^7.7.0",
"focus-trap": "^7.7.1",
"handlebars": "^4.7.8",
"is-svg": "^6.1.0",
"jquery": "~3.7",