From d70823ffc8a75997e54f6e461168c02ce42f20ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Jan 2026 03:19:48 +0000 Subject: [PATCH] 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] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b0a5cba7d5..d7eb64d97ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" } diff --git a/package.json b/package.json index c6ce67bf6af..1c0c2566b20 100644 --- a/package.json +++ b/package.json @@ -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",