From 370d4818abe7f125b6f145b864a7429ff1c3484d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 17:17:20 +0000 Subject: [PATCH] build(deps): bump focus-trap from 8.2.1 to 8.2.2 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 8.2.1 to 8.2.2. - [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/v8.2.1...v8.2.2) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 8.2.2 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 9d9f326..b559dba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "chart.js": "^4.5.1", "codemirror": "^6.0.2", "file-saver": "^2.0.5", - "focus-trap": "^8.2.1", + "focus-trap": "^8.2.2", "idb-keyval": "^6.2.6", "jszip": "^3.10.1" }, @@ -1138,12 +1138,12 @@ "license": "MIT" }, "node_modules/focus-trap": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.1.tgz", - "integrity": "sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==", + "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.4.0" + "tabbable": "^6.5.0" } }, "node_modules/fsevents": { @@ -1729,9 +1729,9 @@ } }, "node_modules/tabbable": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/tabbable/-/tabbable-6.4.0.tgz", - "integrity": "sha512-05PUHKSNE8ou2dwIxTngl4EzcnsCDZGJ/iCLtDflR/SHB/ny14rXc+qU5P4mG9JkusiV7EivzY9Mhm55AzAvCg==", + "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/tinyglobby": { diff --git a/package.json b/package.json index 9af5ee2..a9a7114 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "chart.js": "^4.5.1", "codemirror": "^6.0.2", "file-saver": "^2.0.5", - "focus-trap": "^8.2.1", + "focus-trap": "^8.2.2", "idb-keyval": "^6.2.6", "jszip": "^3.10.1" },