diff --git a/package-lock.json b/package-lock.json index 7935c6febfb..a6d97581bc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,6 +44,7 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", + "focus-trap": "^7.4.0", "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0", diff --git a/package.json b/package.json index e50ae62bb58..a918d378f4a 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "debounce": "^1.2.1", "dompurify": "^2.3.6", "escape-html": "^1.0.3", + "focus-trap": "^7.4.0", "focus-visible": "^5.2.0", "handlebars": "^4.7.7", "ical.js": "^1.4.0",