From cddddf5dbc690e30a9b98ad5087e79b7e8e5fd95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:34:40 +0000 Subject: [PATCH] Bump focus-trap from 7.6.5 to 7.6.6 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.5 to 7.6.6. - [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.5...v7.6.6) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 7.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index c0e7578..06f4884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "chart.js": "^4.5.1", "codemirror": "^6.0.2", "file-saver": "^2.0.5", - "focus-trap": "^7.6.1", + "focus-trap": "^7.6.6", "idb-keyval": "^6.2.2", "jszip": "^3.10.1" }, @@ -1553,12 +1553,12 @@ } }, "node_modules/focus-trap": { - "version": "7.6.5", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.5.tgz", - "integrity": "sha512-7Ke1jyybbbPZyZXFxEftUtxFGLMpE2n6A+z//m4CRDlj0hW+o3iYSmh8nFlYMurOiJVDmJRilUQtJr08KfIxlg==", + "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.2.0" + "tabbable": "^6.3.0" } }, "node_modules/follow-redirects": { @@ -2100,9 +2100,9 @@ "license": "MIT" }, "node_modules/tabbable": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.2.0.tgz", - "integrity": "sha512-Cat63mxsVJlzYvN51JmVXIgNoUokrIaT2zLclCXjRd8boZ0004U4KCs/sToJ75C6sdlByWxpYnb5Boif1VSFew==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.3.0.tgz", + "integrity": "sha512-EIHvdY5bPLuWForiR/AN2Bxngzpuwn1is4asboytXtpTgsArc+WmSJKVLlhdh71u7jFcryDqB2A8lQvj78MkyQ==", "license": "MIT" }, "node_modules/tinyglobby": { diff --git a/package.json b/package.json index 4b855b5..f1a1f93 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "chart.js": "^4.5.1", "codemirror": "^6.0.2", "file-saver": "^2.0.5", - "focus-trap": "^7.6.1", + "focus-trap": "^7.6.6", "idb-keyval": "^6.2.2", "jszip": "^3.10.1" },