From b34f3eacf7bcb8c3f1412bfde76c5c5b59ac9553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 02:03:52 +0000 Subject: [PATCH] chore(deps): Bump focus-trap in /build/frontend-legacy Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 8.0.1 to 8.2.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/v8.0.1...v8.2.1) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 8 ++++---- build/frontend-legacy/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index c894f7f455bc8..0ce00fdf51e2e 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.1", + "focus-trap": "^8.2.1", "is-svg": "^6.1.0", "libphonenumber-js": "^1.13.0", "lodash": "^4.18.1", @@ -9965,9 +9965,9 @@ } }, "node_modules/focus-trap": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.0.1.tgz", - "integrity": "sha512-9ptSG6z51YQOstI/oN4XuVGP/03u2nh0g//qz7L6zX0i6PZiPnkcf3GenXq7N2hZnASXaMxTPpbKwdI+PFvxlw==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.1.tgz", + "integrity": "sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0" diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index e1eab66528285..d7bc6a68647ca 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.1", + "focus-trap": "^8.2.1", "is-svg": "^6.1.0", "libphonenumber-js": "^1.13.0", "lodash": "^4.18.1",