diff --git a/.changeset/tough-rice-check.md b/.changeset/tough-rice-check.md new file mode 100644 index 00000000..233127a6 --- /dev/null +++ b/.changeset/tough-rice-check.md @@ -0,0 +1,5 @@ +--- +'focus-trap-react': patch +--- + +Bump focus-trap to v6.9.3 to pick-up a bug fix from underlying tabbable.wq diff --git a/package.json b/package.json index 00b83f3d..3ab909b0 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "typescript": "^4.7.2" }, "dependencies": { - "focus-trap": "^6.9.2" + "focus-trap": "^6.9.3" }, "peerDependencies": { "prop-types": "^15.8.1", diff --git a/yarn.lock b/yarn.lock index a089ec06..ea411716 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4508,12 +4508,12 @@ flatted@^3.1.0: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067" integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA== -focus-trap@^6.9.2: - version "6.9.2" - resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.2.tgz#a9ef72847869bd2cbf62cb930aaf8e138fef1ca9" - integrity sha512-gBEuXOPNOKPrLdZpMFUSTyIo1eT2NSZRrwZ9r/0Jqw5tmT3Yvxfmu8KBHw8xW2XQkw6E/JoG+OlEq7UDtSUNgw== +focus-trap@^6.9.3: + version "6.9.3" + resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.3.tgz#2b9fae5b86c051a374f437e5ce171833efac0515" + integrity sha512-sUXiHx0QbF8SQMZGdxpu8V8zPcXx0BkU6Fj7t14csEknkcH1pnxorhhh1PfSaGjJj6gj3yiBRPxBV/qoHege3w== dependencies: - tabbable "^5.3.2" + tabbable "^5.3.3" follow-redirects@^1.14.0: version "1.14.8" @@ -8593,10 +8593,10 @@ syntax-error@^1.1.1: dependencies: acorn-node "^1.2.0" -tabbable@^5.3.2: - version "5.3.2" - resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.2.tgz#66d6119ee8a533634c3f17deb0caa1c379e36ac7" - integrity sha512-6G/8EWRFx8CiSe2++/xHhXkmCRq2rHtDtZbQFHx34cvDfZzIBfvwG9zGUNTWMXWLCYvDj3aQqOzdl3oCxKuBkQ== +tabbable@^5.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf" + integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA== term-color@^1.0.1: version "1.0.1"