From 9e7d9abcdade6ebdda287cfd756a28877c55555e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 00:24:44 +0000 Subject: [PATCH] fix(deps): update dependency focus-trap to ^7.7.1 --- package-lock.json | 14 ++++++++------ package.json | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f3253990..722b73f9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@vueuse/core": "^11.3.0", "debounce": "^3.0.0", "escape-html": "^1.0.3", - "focus-trap": "^7.7.0", + "focus-trap": "^7.7.1", "pinia": "^2.3.1", "sortablejs": "^1.15.6", "v-click-outside": "^3.2.0", @@ -8798,12 +8798,12 @@ } }, "node_modules/focus-trap": { - "version": "7.7.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.0.tgz", - "integrity": "sha512-DJJDHpEgoSbP8ZE1MNeU2IzCpfFyFdNZZRilqmfH2XiQsPK6PtD8AfJqWzEBudUQB2yHwZc5iq54rjTaGQ+ljw==", + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.7.1.tgz", + "integrity": "sha512-Pkp8m55GjxBLnhBoT6OXdMvfRr4TjMAKLvFM566zlIryq5plbhaTmLAJWTGR0EkRwLjEte1lCOG9MxF1ipJrOg==", "license": "MIT", "dependencies": { - "tabbable": "^6.3.0" + "tabbable": "^6.4.0" } }, "node_modules/follow-redirects": { @@ -14801,7 +14801,9 @@ "peer": true }, "node_modules/tabbable": { - "version": "6.3.0", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz", + "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==", "license": "MIT" }, "node_modules/table": { diff --git a/package.json b/package.json index 50f5c870a..ab79f671a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@vueuse/core": "^11.3.0", "debounce": "^3.0.0", "escape-html": "^1.0.3", - "focus-trap": "^7.7.0", + "focus-trap": "^7.7.1", "pinia": "^2.3.1", "sortablejs": "^1.15.6", "v-click-outside": "^3.2.0",