Skip to content

Commit 2392d36

Browse files
chore(deps): bump focus-visible from 5.2.0 to 5.2.1 (#12313)
Bumps [focus-visible](https://github.com/WICG/focus-visible) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/WICG/focus-visible/releases) - [Commits](WICG/focus-visible@v5.2.0...5.2.1) --- updated-dependencies: - dependency-name: focus-visible dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent afd9671 commit 2392d36

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"dayjs": "1.11.11",
5858
"fast-deep-equal": "3.1.3",
5959
"focus-trap": "7.1.0",
60-
"focus-visible": "5.2.0",
60+
"focus-visible": "5.2.1",
6161
"fundamental-styles": "0.37.6",
6262
"fuse.js": "7.0.0",
6363
"highlight.js": "11.7.0",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9693,10 +9693,10 @@ [email protected]:
96939693
dependencies:
96949694
tabbable "^6.0.1"
96959695

9696-
9697-
version "5.2.0"
9698-
resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-5.2.0.tgz#3a9e41fccf587bd25dcc2ef045508284f0a4d6b3"
9699-
integrity sha512-Rwix9pBtC1Nuy5wysTmKy+UjbDJpIfg8eHjw0rjZ1mX4GNLz1Bmd16uDpI3Gk1i70Fgcs8Csg2lPm8HULFg9DQ==
9696+
9697+
version "5.2.1"
9698+
resolved "https://registry.yarnpkg.com/focus-visible/-/focus-visible-5.2.1.tgz#38615e8be4d4df7819a0d9d92cdee4fda183ac96"
9699+
integrity sha512-8Bx950VD1bWTQJEH/AM6SpEk+SU55aVnp4Ujhuuxy3eMEBCRwBnTBnVXr9YAPvZL3/CNjCa8u4IWfNmEO53whA==
97009700

97019701
follow-redirects@^1.0.0, follow-redirects@^1.14.4, follow-redirects@^1.14.7, follow-redirects@^1.15.0, follow-redirects@^1.15.6:
97029702
version "1.15.6"
@@ -16837,7 +16837,16 @@ string-length@^4.0.1:
1683716837
char-regex "^1.0.2"
1683816838
strip-ansi "^6.0.0"
1683916839

16840-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
16840+
"string-width-cjs@npm:string-width@^4.2.0":
16841+
version "4.2.3"
16842+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
16843+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
16844+
dependencies:
16845+
emoji-regex "^8.0.0"
16846+
is-fullwidth-code-point "^3.0.0"
16847+
strip-ansi "^6.0.1"
16848+
16849+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1684116850
version "4.2.3"
1684216851
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1684316852
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -16911,7 +16920,7 @@ stringify-package@^1.0.1:
1691116920
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1691216921
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1691316922

16914-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16923+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
1691516924
version "6.0.1"
1691616925
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1691716926
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -16925,6 +16934,13 @@ strip-ansi@^3.0.0:
1692516934
dependencies:
1692616935
ansi-regex "^2.0.0"
1692716936

16937+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
16938+
version "6.0.1"
16939+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
16940+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
16941+
dependencies:
16942+
ansi-regex "^5.0.1"
16943+
1692816944
strip-ansi@^7.0.1:
1692916945
version "7.1.0"
1693016946
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -18525,7 +18541,7 @@ wordwrap@^1.0.0:
1852518541
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1852618542
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1852718543

18528-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
18544+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1852918545
version "7.0.0"
1853018546
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1853118547
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -18543,6 +18559,15 @@ wrap-ansi@^6.0.1, wrap-ansi@^6.2.0:
1854318559
string-width "^4.1.0"
1854418560
strip-ansi "^6.0.0"
1854518561

18562+
wrap-ansi@^7.0.0:
18563+
version "7.0.0"
18564+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
18565+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
18566+
dependencies:
18567+
ansi-styles "^4.0.0"
18568+
string-width "^4.1.0"
18569+
strip-ansi "^6.0.0"
18570+
1854618571
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1854718572
version "8.1.0"
1854818573
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)