From 3a9475f7b4f6b27715933c320dc39cfc7232ff23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:50:48 -0800 Subject: [PATCH] build(deps): update dependency focus-trap to v7.6.4 (#11294) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [focus-trap](https://redirect.github.com/focus-trap/focus-trap) | [`7.6.2` -> `7.6.4`](https://renovatebot.com/diffs/npm/focus-trap/7.6.2/7.6.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/focus-trap/7.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/focus-trap/7.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/focus-trap/7.6.2/7.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/focus-trap/7.6.2/7.6.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
focus-trap/focus-trap (focus-trap) ### [`v7.6.4`](https://redirect.github.com/focus-trap/focus-trap/blob/HEAD/CHANGELOG.md#764) [Compare Source](https://redirect.github.com/focus-trap/focus-trap/compare/v7.6.3...v7.6.4) ##### Patch Changes - [`bb47f7a`](https://redirect.github.com/focus-trap/focus-trap/commit/bb47f7a): Remove engine requirement that crept into `package.json`. Sorry about that! ([#​1343](https://redirect.github.com/focus-trap/focus-trap/issues/1343)) ### [`v7.6.3`](https://redirect.github.com/focus-trap/focus-trap/blob/HEAD/CHANGELOG.md#763) [Compare Source](https://redirect.github.com/focus-trap/focus-trap/compare/v7.6.2...v7.6.3) ##### Patch Changes - [`0a9b746`](https://redirect.github.com/focus-trap/focus-trap/commit/0a9b746): Prevent a previous focus trap that is manually paused from being automatically unpaused when the current trap is deactivated. Also prevent a paused trap that is not at the top of the stack from being unpaused.
--- - [ ] If you want to rebase/retry this PR, check this box Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8091357e280..af0161bafba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13914,10 +13914,9 @@ "license": "ISC" }, "node_modules/focus-trap": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.2.tgz", - "integrity": "sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==", - "license": "MIT", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", + "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", "dependencies": { "tabbable": "^6.2.0" } @@ -31913,7 +31912,7 @@ "color": "^4.2.3", "composed-offset-position": "^0.0.6", "dayjs": "^1.11.13", - "focus-trap": "^7.6.2", + "focus-trap": "7.6.4", "interactjs": "^1.10.27", "lodash-es": "^4.17.21", "sortablejs": "^1.15.6",