Skip to content

Commit 7547d93

Browse files
authored
Bump focus-trap to 6.9.3 (#693)
1 parent 3a9c555 commit 7547d93

File tree

3 files changed

+15
-10
lines changed

3 files changed

+15
-10
lines changed

.changeset/tough-rice-check.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'focus-trap-react': patch
3+
---
4+
5+
Bump focus-trap to v6.9.3 to pick-up a bug fix from underlying tabbable.wq

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"typescript": "^4.7.2"
9696
},
9797
"dependencies": {
98-
"focus-trap": "^6.9.2"
98+
"focus-trap": "^6.9.3"
9999
},
100100
"peerDependencies": {
101101
"prop-types": "^15.8.1",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4508,12 +4508,12 @@ flatted@^3.1.0:
45084508
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
45094509
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
45104510

4511-
focus-trap@^6.9.2:
4512-
version "6.9.2"
4513-
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.2.tgz#a9ef72847869bd2cbf62cb930aaf8e138fef1ca9"
4514-
integrity sha512-gBEuXOPNOKPrLdZpMFUSTyIo1eT2NSZRrwZ9r/0Jqw5tmT3Yvxfmu8KBHw8xW2XQkw6E/JoG+OlEq7UDtSUNgw==
4511+
focus-trap@^6.9.3:
4512+
version "6.9.3"
4513+
resolved "https://registry.yarnpkg.com/focus-trap/-/focus-trap-6.9.3.tgz#2b9fae5b86c051a374f437e5ce171833efac0515"
4514+
integrity sha512-sUXiHx0QbF8SQMZGdxpu8V8zPcXx0BkU6Fj7t14csEknkcH1pnxorhhh1PfSaGjJj6gj3yiBRPxBV/qoHege3w==
45154515
dependencies:
4516-
tabbable "^5.3.2"
4516+
tabbable "^5.3.3"
45174517

45184518
follow-redirects@^1.14.0:
45194519
version "1.14.8"
@@ -8593,10 +8593,10 @@ syntax-error@^1.1.1:
85938593
dependencies:
85948594
acorn-node "^1.2.0"
85958595

8596-
tabbable@^5.3.2:
8597-
version "5.3.2"
8598-
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.2.tgz#66d6119ee8a533634c3f17deb0caa1c379e36ac7"
8599-
integrity sha512-6G/8EWRFx8CiSe2++/xHhXkmCRq2rHtDtZbQFHx34cvDfZzIBfvwG9zGUNTWMXWLCYvDj3aQqOzdl3oCxKuBkQ==
8596+
tabbable@^5.3.3:
8597+
version "5.3.3"
8598+
resolved "https://registry.yarnpkg.com/tabbable/-/tabbable-5.3.3.tgz#aac0ff88c73b22d6c3c5a50b1586310006b47fbf"
8599+
integrity sha512-QD9qKY3StfbZqWOPLp0++pOrAVb/HbUi5xCc8cUo4XjP19808oaMiDzn0leBY5mCespIBM0CIZePzZjgzR83kA==
86008600

86018601
term-color@^1.0.1:
86028602
version "1.0.1"

0 commit comments

Comments
 (0)