From 7b33e19a4cbc46ab7455f3a68354bd5369f8fb99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 02:15:46 +0000 Subject: [PATCH] chore(deps): Bump focus-trap from 7.5.2 to 7.5.4 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.5.2 to 7.5.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.5.2...v7.5.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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 13f96532443..38c8879c4e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "debounce": "^1.2.1", "dompurify": "^3.0.6", "escape-html": "^1.0.3", - "focus-trap": "^7.4.0", + "focus-trap": "^7.5.4", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.7", @@ -13539,9 +13539,9 @@ } }, "node_modules/focus-trap": { - "version": "7.5.2", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.2.tgz", - "integrity": "sha512-p6vGNNWLDGwJCiEjkSK6oERj/hEyI9ITsSwIUICBoKLlWiTWXJRfQibCwcoi50rTZdbi87qDtUlMCmQwsGSgPw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.5.4.tgz", + "integrity": "sha512-N7kHdlgsO/v+iD/dMoJKtsSqs5Dz/dXZVebRgJw23LDk+jMi/974zyiOYDziY2JPp8xivq9BmUGwIJMiuSBi7w==", "dependencies": { "tabbable": "^6.2.0" } diff --git a/package.json b/package.json index 016b9775216..aab8126df63 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "debounce": "^1.2.1", "dompurify": "^3.0.6", "escape-html": "^1.0.3", - "focus-trap": "^7.4.0", + "focus-trap": "^7.5.4", "handlebars": "^4.7.7", "ical.js": "^1.4.0", "jquery": "~3.7",