Skip to content

Commit 7ed72c4

Browse files
Update dependency string-width to v4.2.3
1 parent a3a3894 commit 7ed72c4

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@
143143
"@storybook/react/**/loader-utils": "^2.0.4",
144144
"babel-loader": "9.0.0",
145145
"wrap-ansi": "7.0.0",
146-
"string-width": "4.1.0"
146+
"string-width": "4.2.3"
147147
}
148148
}

yarn.lock

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4977,11 +4977,6 @@ [email protected], ansi-html-community@^0.0.8:
49774977
resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41"
49784978
integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==
49794979

4980-
ansi-regex@^4.1.0:
4981-
version "4.1.1"
4982-
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.1.tgz#164daac87ab2d6f6db3a29875e2d1766582dabed"
4983-
integrity sha512-ILlv4k/3f6vfQ4OoP2AGvirOktlQ98ZEL1k9FaQjxa3L1abBgbuTDAdPOpvbGncC0BTVQrl+OM8xZGK6tWXt7g==
4984-
49854980
ansi-regex@^5.0.1:
49864981
version "5.0.1"
49874982
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
@@ -13732,14 +13727,14 @@ string-natural-compare@^3.0.1:
1373213727
is-fullwidth-code-point "^3.0.0"
1373313728
strip-ansi "^6.0.1"
1373413729

13735-
string-width@4.1.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^5.1.2:
13736-
version "4.1.0"
13737-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
13738-
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
13730+
string-width@4.2.3, string-width@^4.1.0, string-width@^4.2.0, string-width@^5.1.2:
13731+
version "4.2.3"
13732+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13733+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
1373913734
dependencies:
1374013735
emoji-regex "^8.0.0"
1374113736
is-fullwidth-code-point "^3.0.0"
13742-
strip-ansi "^5.2.0"
13737+
strip-ansi "^6.0.1"
1374313738

1374413739
string.prototype.matchall@^4.0.11, string.prototype.matchall@^4.0.6:
1374513740
version "4.0.11"
@@ -13817,13 +13812,6 @@ stringify-object@^3.3.0:
1381713812
dependencies:
1381813813
ansi-regex "^5.0.1"
1381913814

13820-
strip-ansi@^5.2.0:
13821-
version "5.2.0"
13822-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
13823-
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
13824-
dependencies:
13825-
ansi-regex "^4.1.0"
13826-
1382713815
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1382813816
version "6.0.1"
1382913817
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"

0 commit comments

Comments
 (0)