From 10d7060c74eea44d267e874a4bc2ab8d9d0c52cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 11:56:29 +0000 Subject: [PATCH] Build(deps): Bump focus-trap-react from 11.0.4 to 12.0.3 Bumps [focus-trap-react](https://github.com/focus-trap/focus-trap-react) from 11.0.4 to 12.0.3. - [Release notes](https://github.com/focus-trap/focus-trap-react/releases) - [Changelog](https://github.com/focus-trap/focus-trap-react/blob/master/CHANGELOG.md) - [Commits](https://github.com/focus-trap/focus-trap-react/compare/v11.0.4...v12.0.3) --- updated-dependencies: - dependency-name: focus-trap-react dependency-version: 12.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 36e07083..3a44122e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "copy-webpack-plugin": "^14.0.0", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", - "focus-trap-react": "^11.0.4", + "focus-trap-react": "^12.0.3", "html-webpack-plugin": "^5.6.7", "i18next": "^26.3.4", "i18next-browser-languagedetector": "^8.2.1", @@ -6024,22 +6024,22 @@ "license": "ISC" }, "node_modules/focus-trap": { - "version": "7.6.6", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.6.tgz", - "integrity": "sha512-v/Z8bvMCajtx4mEXmOo7QEsIzlIOqRXTIwgUfsFOF9gEsespdbD0AkPIka1bSXZ8Y8oZ+2IVDQZePkTfEHZl7Q==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.2.tgz", + "integrity": "sha512-qV0g8hRYBqgACcFOH3f9wXc4zPKhr/0z9RI2a6ZijZ72EeBi4g8oBy8zAWuUR1TsMpOzwpUMFvjdasrC41Joug==", "license": "MIT", "dependencies": { - "tabbable": "^6.3.0" + "tabbable": "^6.5.0" } }, "node_modules/focus-trap-react": { - "version": "11.0.4", - "resolved": "https://registry.npmjs.org/focus-trap-react/-/focus-trap-react-11.0.4.tgz", - "integrity": "sha512-tC7jC/yqeAqhe4irNIzdyDf9XCtGSeECHiBSYJBO/vIN0asizbKZCt8TarB6/XqIceu42ajQ/U4lQJ9pZlWjrg==", + "version": "12.0.3", + "resolved": "https://registry.npmjs.org/focus-trap-react/-/focus-trap-react-12.0.3.tgz", + "integrity": "sha512-4eXtzhRTtFrxle9Tkl0Wkj8SFJnWz3i3yb5e53Mdn4E8XZQ/Lzqom9U4uUAJ8wd7yDmyGVP96dxwQZXLXd4sbg==", "license": "MIT", "dependencies": { - "focus-trap": "^7.6.5", - "tabbable": "^6.2.0" + "focus-trap": "^8.2.2", + "tabbable": "^6.5.0" }, "peerDependencies": { "@types/react": "^18.0.0 || ^19.0.0", @@ -9973,9 +9973,9 @@ } }, "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.5.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.5.0.tgz", + "integrity": "sha512-wieBHXygIm7OyQOu5hQlkk62/WyCFYGlWg7L6/ZCUZwx0o398Zkn4pVmMyfYhfMG8kGrj/Krt8eIk6UKC6VzwA==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 2101fde6..2d7d969b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "copy-webpack-plugin": "^14.0.0", "deepmerge": "^4.3.1", "fast-deep-equal": "^3.1.3", - "focus-trap-react": "^11.0.4", + "focus-trap-react": "^12.0.3", "html-webpack-plugin": "^5.6.7", "i18next": "^26.3.4", "i18next-browser-languagedetector": "^8.2.1",