From 4613aa1f0d2c841262c88d50cf86367eff385289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:01:37 +0000 Subject: [PATCH] build(deps): bump focus-trap from 8.1.0 to 8.2.1 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 8.1.0 to 8.2.1. - [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.1.0...v8.2.1) --- updated-dependencies: - dependency-name: focus-trap dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b0d235..05e0e3e 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": "^8.1.0", + "focus-trap": "^8.2.1", "idb-keyval": "^6.2.2", "jszip": "^3.10.1" }, @@ -983,9 +983,9 @@ "license": "MIT" }, "node_modules/focus-trap": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.1.0.tgz", - "integrity": "sha512-T65crff26CKV2CZ3csg5y05r+560srp0b8EbAif35euW58hzklVf/Gb4Q+/HCtB8e9III3QFEyk5BWV5XJuOyw==", + "version": "8.2.1", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-8.2.1.tgz", + "integrity": "sha512-6CxwrrFRquH7pDXb1mWxudkU9LSfYBMRZutpgddb2o6iwCk7cIRrBhyY3c8SGKcmIKdeMTrGSNg4Bedh2RSF/w==", "license": "MIT", "dependencies": { "tabbable": "^6.4.0" diff --git a/package.json b/package.json index bf1e3c2..3f655bd 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": "^8.1.0", + "focus-trap": "^8.2.1", "idb-keyval": "^6.2.2", "jszip": "^3.10.1" },