From a52d67cbdc8064c7e5d129a7005313ec9c1d5514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:55:05 +0000 Subject: [PATCH] chore(deps): bump focus-trap from 7.6.0 to 7.6.4 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.0 to 7.6.4. - [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.0...v7.6.4) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 55d41a2c27b..219204dddeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "debounce": "^2.1.0", "dompurify": "^3.2.4", "escape-html": "^1.0.3", - "focus-trap": "^7.6.0", + "focus-trap": "^7.6.4", "handlebars": "^4.7.7", "is-svg": "^5.1.0", "jquery": "~3.7", @@ -13690,9 +13690,10 @@ } }, "node_modules/focus-trap": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz", - "integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==", + "version": "7.6.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.4.tgz", + "integrity": "sha512-xx560wGBk7seZ6y933idtjJQc1l+ck+pI3sKvhKozdBV1dRZoKhkW5xoCaFv9tQiX5RH1xfSxjuNu6g+lmN/gw==", + "license": "MIT", "dependencies": { "tabbable": "^6.2.0" } diff --git a/package.json b/package.json index 7bcddc1a74b..117e823774a 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "debounce": "^2.1.0", "dompurify": "^3.2.4", "escape-html": "^1.0.3", - "focus-trap": "^7.6.0", + "focus-trap": "^7.6.4", "handlebars": "^4.7.7", "is-svg": "^5.1.0", "jquery": "~3.7",