From d7c1a08ae2c7ce3bcf5e4300bbf2dea563ac5a0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 07:22:41 +0000 Subject: [PATCH] Bump focus-trap from 6.7.2 to 7.3.1 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 6.7.2 to 7.3.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/v6.7.2...v7.3.1) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 4e743a4a9789d..b21f0afcddbe5 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "clipboard-polyfill": "^3.0.3", "core-js": "3", "file-loader": "^6.2.0", - "focus-trap": "^6.7.2", + "focus-trap": "^7.3.1", "focus-visible": "^5.2.0", "he": "^1.2.0", "i18n-js": "^3.8.0", diff --git a/yarn.lock b/yarn.lock index db0c30da7cd1b..aecc823dad203 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8816,12 +8816,12 @@ focus-lock@^0.9.2: dependencies: tslib "^2.0.3" -focus-trap@^6.7.2: - version "6.7.2" - resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.7.2.tgz#02e63b12f4d4b3d00bfac4309cfd223e9b4ed44e" - integrity sha512-mRVv9QPCXITaDreu+pNXiPk1Rpn0WQtGvGrDo3Z/s2kdwtzFw/WOPfbLkdxWWvcahoInm9eRztuQOr1RNyQGrw== +focus-trap@^7.3.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-7.3.1.tgz#417c98e5f1ab94e717d31f1bafa2da45dabcd65f" + integrity sha512-bX/u4FJ+F0Pp6b/8Q9W8Br/JaLJ7rrhOJAzai9JU8bh4BPdOjEATy4pxHcbBBxFjPN4d1oHy7/KqknEdOetm9w== dependencies: - tabbable "^5.2.1" + tabbable "^6.1.1" focus-visible@^5.2.0: version "5.2.0" @@ -16593,10 +16593,10 @@ tabbable@^4.0.0: resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-4.0.0.tgz#5bff1d1135df1482cf0f0206434f15eadbeb9261" integrity sha512-H1XoH1URcBOa/rZZWxLxHCtOdVUEev+9vo5YdYhC9tCY4wnybX+VQrCYuy9ubkg69fCBxCONJOSLGfw0DWMffQ== -tabbable@^5.2.1: - version "5.2.1" - resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.2.1.tgz#e3fda7367ddbb172dcda9f871c0fdb36d1c4cd9c" - integrity sha512-40pEZ2mhjaZzK0BnI+QGNjJO8UYx9pP5v7BGe17SORTO0OEuuaAwQTkAp8whcZvqon44wKFOikD+Al11K3JICQ== +tabbable@^6.1.1: + version "6.1.1" + resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-6.1.1.tgz#40cfead5ed11be49043f04436ef924c8890186a0" + integrity sha512-4kl5w+nCB44EVRdO0g/UGoOp3vlwgycUVtkk/7DPyeLZUCuNFFKCFG6/t/DgHLrUPHjrZg6s5tNm+56Q2B0xyg== tapable@^0.1.8: version "0.1.10"