From 630988d34759d348a84cc8f9f5258bbb36b8453e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 06:22:02 +0000 Subject: [PATCH] Bump focus-trap from 6.7.2 to 6.8.1 Bumps [focus-trap](https://github.com/focus-trap/focus-trap) from 6.7.2 to 6.8.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...v6.8.1) --- updated-dependencies: - dependency-name: focus-trap dependency-type: direct:production update-type: version-update:semver-minor ... 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..e0d640299f439 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": "^6.8.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..9706fcb2fe461 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@^6.8.1: + version "6.8.1" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.8.1.tgz#0c9e4e44db8f7242f3d4b1056a518747d9c97125" + integrity sha512-sdz/jAPiP/9cyElo31+X3/estGPi6wgHutg+R/3MFmJtMM5AeeBlFGplejQyy89Ouyds/9xW+qPEH3jFlOAuKg== dependencies: - tabbable "^5.2.1" + tabbable "^5.3.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@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.1.tgz#059f2a19b829efce2a0ec05785a47dd3bcd0a25b" + integrity sha512-NtO7I7eoAHR+JwwcNsi/PipamtAEebYDnur/k9wM6n238HHy/+1O4+7Zx7e/JaDAbKJPlIFYsfsV/6tPqTOQvg== tapable@^0.1.8: version "0.1.10"