Skip to content

Commit 8296034

Browse files
fix(deps): update dependency isbot to v5.1.20
1 parent 6cea6a9 commit 8296034

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

yarn.lock

+21-7
Original file line numberDiff line numberDiff line change
@@ -3709,9 +3709,9 @@ isarray@~1.0.0:
37093709
integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==
37103710

37113711
isbot@^5.0.0:
3712-
version "5.1.0"
3713-
resolved "https://registry.yarnpkg.com/isbot/-/isbot-5.1.0.tgz#5477151d6bb2a54de851b0899ddec93a69bea64c"
3714-
integrity sha512-cWTMpcI8G0BjxVg/UH+fMF16yYxPup7QL7v7FuJqCFOTuB0yuLKxonWyEDiKG/DC9LIxEvy0COQkMDNkxpY0jQ==
3712+
version "5.1.20"
3713+
resolved "https://registry.yarnpkg.com/isbot/-/isbot-5.1.20.tgz#1e6e1f2ccc81e64630d84939e1787238900ca0f1"
3714+
integrity sha512-cW535S5c05UBfx8bTAZHACjEXyY/p10bvAx5YeqoLEFoGC1HQ6A5n3ScpZRYd1zSwwNF8yYkEOq2F7WjFhX2ig==
37153715

37163716
isexe@^2.0.0:
37173717
version "2.0.0"
@@ -5672,8 +5672,16 @@ string-hash@^1.1.1:
56725672
resolved "https://registry.yarnpkg.com/string-hash/-/string-hash-1.1.3.tgz#e8aafc0ac1855b4666929ed7dd1275df5d6c811b"
56735673
integrity sha512-kJUvRUFK49aub+a7T1nNE66EJbZBMnBgoC1UbCZ5n6bsZKBRga4KgBRTMn/pFkeCZSYtNeSyMxPDM0AXWELk2A==
56745674

5675-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
5676-
name string-width-cjs
5675+
"string-width-cjs@npm:string-width@^4.2.0":
5676+
version "4.2.3"
5677+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
5678+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
5679+
dependencies:
5680+
emoji-regex "^8.0.0"
5681+
is-fullwidth-code-point "^3.0.0"
5682+
strip-ansi "^6.0.1"
5683+
5684+
string-width@^4.1.0:
56775685
version "4.2.3"
56785686
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
56795687
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -5754,8 +5762,14 @@ stringify-entities@^4.0.0:
57545762
character-entities-html4 "^2.0.0"
57555763
character-entities-legacy "^3.0.0"
57565764

5757-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
5758-
name strip-ansi-cjs
5765+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
5766+
version "6.0.1"
5767+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
5768+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
5769+
dependencies:
5770+
ansi-regex "^5.0.1"
5771+
5772+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
57595773
version "6.0.1"
57605774
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
57615775
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)