From c697d9148e61443dadd2bd9b7b1e0ab620ca8623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jan 2026 02:07:51 +0000 Subject: [PATCH] build(deps): bump focus-trap from 7.7.0 to 7.7.1 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.7.0 to 7.7.1. - [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.0...v7.7.1) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 7.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c542b47f3e6..7da565187b6 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.7.0", + "focus-trap": "^7.7.1", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7", @@ -14146,11 +14146,11 @@ } }, "node_modules/focus-trap": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.0.tgz", - "integrity": "sha512-DJJDHpEgoSbP8ZE1MNeU2IzCpfFyFdNZZRilqmfH2XiQsPK6PtD8AfJqWzEBudUQB2yHwZc5iq54rjTaGQ+ljw==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.1.tgz", + "integrity": "sha512-Pkp8m55GjxBLnhBoT6OXdMvfRr4TjMAKLvFM566zlIryq5plbhaTmLAJWTGR0EkRwLjEte1lCOG9MxF1ipJrOg==", "dependencies": { - "tabbable": "^6.3.0" + "tabbable": "^6.4.0" } }, "node_modules/follow-redirects": { @@ -24591,9 +24591,9 @@ "license": "MIT" }, "node_modules/tabbable": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz", - "integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==" + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz", + "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==" }, "node_modules/table": { "version": "6.9.0", diff --git a/package.json b/package.json index 419e1e2df58..9f108d0771f 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.7.0", + "focus-trap": "^7.7.1", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7",