From c9d0ed37ad5ebc41f8c0bb12fc96abb51c10d6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 02:14:34 +0000 Subject: [PATCH] build(deps): bump focus-trap from 7.6.6 to 7.7.0 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.6 to 7.7.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.6.6...v7.7.0) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 7.7.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 ff04a0d4a10..c3fdeef5ee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "debounce": "^2.2.0", "dompurify": "^3.3.0", "escape-html": "^1.0.3", - "focus-trap": "^7.6.6", + "focus-trap": "^7.7.0", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7", @@ -14146,9 +14146,9 @@ } }, "node_modules/focus-trap": { - "version": "7.6.6", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.6.tgz", - "integrity": "sha512-v/Z8bvMCajtx4mEXmOo7QEsIzlIOqRXTIwgUfsFOF9gEsespdbD0AkPIka1bSXZ8Y8oZ+2IVDQZePkTfEHZl7Q==", + "version": "7.7.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.0.tgz", + "integrity": "sha512-DJJDHpEgoSbP8ZE1MNeU2IzCpfFyFdNZZRilqmfH2XiQsPK6PtD8AfJqWzEBudUQB2yHwZc5iq54rjTaGQ+ljw==", "dependencies": { "tabbable": "^6.3.0" } diff --git a/package.json b/package.json index da2eaa954b4..400eaaf64c6 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "debounce": "^2.2.0", "dompurify": "^3.3.0", "escape-html": "^1.0.3", - "focus-trap": "^7.6.6", + "focus-trap": "^7.7.0", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7",