diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index a7b645fbb0b..5ca46c61d27 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -47,7 +47,7 @@ "debounce": "^3.0.0", "dompurify": "^3.4.0", "escape-html": "^1.0.3", - "focus-trap": "^8.0.0", + "focus-trap": "^8.0.1", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "libphonenumber-js": "^1.12.40", @@ -9918,9 +9918,9 @@ } }, "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==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.0.1.tgz", + "integrity": "sha512-9ptSG6z51YQOstI/oN4XuVGP/03u2nh0g//qz7L6zX0i6PZiPnkcf3GenXq7N2hZnASXaMxTPpbKwdI+PFvxlw==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index c2b344f3f9d..58ac1987200 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -66,7 +66,7 @@ "debounce": "^3.0.0", "dompurify": "^3.4.0", "escape-html": "^1.0.3", - "focus-trap": "^8.0.0", + "focus-trap": "^8.0.1", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "libphonenumber-js": "^1.12.40",