From 17d7fb650ecff93ac3c3b25b0fc2f466f05adf51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Jan 2026 11:05:31 +0000 Subject: [PATCH] build(deps): bump focus-trap in /build/frontend-legacy Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.6 to 7.8.0. - [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.6...v7.8.0) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 7.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build/frontend-legacy/package-lock.json | 29 +++++++++++++------------ build/frontend-legacy/package.json | 2 +- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/build/frontend-legacy/package-lock.json b/build/frontend-legacy/package-lock.json index 4c1feaa213d..ebe3e67eb6d 100644 --- a/build/frontend-legacy/package-lock.json +++ b/build/frontend-legacy/package-lock.json @@ -48,7 +48,7 @@ "debounce": "^3.0.0", "dompurify": "^3.3.1", "escape-html": "^1.0.3", - "focus-trap": "^7.6.5", + "focus-trap": "^7.8.0", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7", @@ -3215,6 +3215,15 @@ "@floating-ui/core": "^1.1.0" } }, + "node_modules/@nextcloud/dialogs/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==", + "license": "MIT", + "dependencies": { + "tabbable": "^6.3.0" + } + }, "node_modules/@nextcloud/dialogs/node_modules/rehype-react": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/rehype-react/-/rehype-react-8.0.0.tgz", @@ -4135,15 +4144,6 @@ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==" }, - "node_modules/@nextcloud/vue/node_modules/focus-trap": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", - "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==", - "license": "MIT", - "dependencies": { - "tabbable": "^6.4.0" - } - }, "node_modules/@nextcloud/vue/node_modules/p-queue": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-8.1.1.tgz", @@ -9456,11 +9456,12 @@ } }, "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": "7.8.0", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.8.0.tgz", + "integrity": "sha512-/yNdlIkpWbM0ptxno3ONTuf+2g318kh2ez3KSeZN5dZ8YC6AAmgeWz+GasYYiBJPFaYcSAPeu4GfhUaChzIJXA==", + "license": "MIT", "dependencies": { - "tabbable": "^6.3.0" + "tabbable": "^6.4.0" } }, "node_modules/follow-redirects": { diff --git a/build/frontend-legacy/package.json b/build/frontend-legacy/package.json index ec95ffbc22a..89e5ea23bc9 100644 --- a/build/frontend-legacy/package.json +++ b/build/frontend-legacy/package.json @@ -64,7 +64,7 @@ "debounce": "^3.0.0", "dompurify": "^3.3.1", "escape-html": "^1.0.3", - "focus-trap": "^7.6.5", + "focus-trap": "^7.8.0", "handlebars": "^4.7.8", "is-svg": "^6.1.0", "jquery": "~3.7",