From 594168a4ce40a2f4e1b4e5051fcc58852369218b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:49:50 +0000 Subject: [PATCH] chore(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: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3f1b19716..69cd31ac91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9021,9 +9021,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==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0"