From 96cf89293a689305e3104160b54a972413c2c4be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:09:34 +0000 Subject: [PATCH] Bump focus-trap from 7.6.1 to 7.6.2 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 7.6.1 to 7.6.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/v7.6.1...v7.6.2) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-patch ... 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 fe14a61..f888571 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@xterm/xterm": "^5.5.0", "codemirror": "^6.0.1", "file-saver": "^2.0.5", - "focus-trap": "^7.6.1", + "focus-trap": "^7.6.2", "idb-keyval": "^6.2.1", "jszip": "^3.10.1" }, @@ -1232,9 +1232,9 @@ } }, "node_modules/focus-trap": { - "version": "7.6.1", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.1.tgz", - "integrity": "sha512-nB8y4nQl8PshahLpGKZOq1sb0xrMVFSn6at7u/qOsBZTlZRzaapISGENcB6mOkoezbClZyiMwEF/dGY8AZ00rA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.2.tgz", + "integrity": "sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==", "dependencies": { "tabbable": "^6.2.0" } diff --git a/package.json b/package.json index f0208c5..8b4d7af 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@xterm/xterm": "^5.5.0", "codemirror": "^6.0.1", "file-saver": "^2.0.5", - "focus-trap": "^7.6.1", + "focus-trap": "^7.6.2", "idb-keyval": "^6.2.1", "jszip": "^3.10.1" }