Skip to content

Commit e630538

Browse files
committed
Update tabbable and focus-trap dependencies in focus plugin
Update `tabbable` from ^5.3.3 to ^6.4.0 and `focus-trap` from ^6.9.4 to ^8.0.0. These packages only support their most recently published version, so staying on older versions means no security patches. This addresses concerns raised in governmental security audits. Breaking changes in these packages (IE support dropped, displayCheck defaults) do not affect Alpine's usage patterns.
1 parent 4674e39 commit e630538

File tree

2 files changed

+27
-25
lines changed

2 files changed

+27
-25
lines changed

package-lock.json

Lines changed: 25 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/focus/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"module": "dist/module.esm.js",
1515
"unpkg": "dist/cdn.min.js",
1616
"dependencies": {
17-
"focus-trap": "^6.9.4",
18-
"tabbable": "^5.3.3"
17+
"focus-trap": "^8.0.0",
18+
"tabbable": "^6.4.0"
1919
}
2020
}

0 commit comments

Comments
 (0)