Skip to content

Commit f207d92

Browse files
chore(deps): update dependency glob to v11
1 parent 9f383fc commit f207d92

File tree

2 files changed

+179
-2
lines changed

2 files changed

+179
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/core": "^7.12.10",
3838
"@babel/parser": "^7.12.10",
3939
"babel-loader": "^8.2.2",
40-
"glob": "^7.1.6",
40+
"glob": "^11.0.3",
4141
"hable": "^3.0.0",
4242
"signal-exit": "^3.0.3",
4343
"tree-kill": "^1.2.2",

yarn.lock

Lines changed: 178 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,6 +881,30 @@
881881
minimatch "^3.0.4"
882882
strip-json-comments "^3.1.1"
883883

884+
"@isaacs/balanced-match@^4.0.1":
885+
version "4.0.1"
886+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
887+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
888+
889+
"@isaacs/brace-expansion@^5.0.0":
890+
version "5.0.0"
891+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
892+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
893+
dependencies:
894+
"@isaacs/balanced-match" "^4.0.1"
895+
896+
"@isaacs/cliui@^8.0.2":
897+
version "8.0.2"
898+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
899+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
900+
dependencies:
901+
string-width "^5.1.2"
902+
string-width-cjs "npm:string-width@^4.2.0"
903+
strip-ansi "^7.0.1"
904+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
905+
wrap-ansi "^8.1.0"
906+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
907+
884908
"@istanbuljs/load-nyc-config@^1.0.0":
885909
version "1.1.0"
886910
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -1587,6 +1611,16 @@ ansi-regex@^5.0.0:
15871611
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
15881612
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
15891613

1614+
ansi-regex@^5.0.1:
1615+
version "5.0.1"
1616+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
1617+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
1618+
1619+
ansi-regex@^6.0.1:
1620+
version "6.1.0"
1621+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
1622+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
1623+
15901624
ansi-styles@^2.2.1:
15911625
version "2.2.1"
15921626
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1606,6 +1640,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
16061640
dependencies:
16071641
color-convert "^2.0.1"
16081642

1643+
ansi-styles@^6.1.0:
1644+
version "6.2.1"
1645+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
1646+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
1647+
16091648
anymatch@^2.0.0:
16101649
version "2.0.0"
16111650
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -2638,6 +2677,15 @@ cross-spawn@^7.0.0, cross-spawn@^7.0.2:
26382677
shebang-command "^2.0.0"
26392678
which "^2.0.1"
26402679

2680+
cross-spawn@^7.0.6:
2681+
version "7.0.6"
2682+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
2683+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
2684+
dependencies:
2685+
path-key "^3.1.0"
2686+
shebang-command "^2.0.0"
2687+
which "^2.0.1"
2688+
26412689
cssom@^0.4.4:
26422690
version "0.4.4"
26432691
resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.4.4.tgz#5a66cf93d2d0b661d80bf6a44fb65f5c2e4e0a10"
@@ -2897,6 +2945,11 @@ duplexer@~0.1.1:
28972945
resolved "https://registry.yarnpkg.com/duplexer/-/duplexer-0.1.2.tgz#3abe43aef3835f8ae077d136ddce0f276b0400e6"
28982946
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==
28992947

2948+
eastasianwidth@^0.2.0:
2949+
version "0.2.0"
2950+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
2951+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
2952+
29002953
ecc-jsbn@~0.1.1:
29012954
version "0.1.2"
29022955
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -2930,6 +2983,11 @@ emoji-regex@^8.0.0:
29302983
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
29312984
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
29322985

2986+
emoji-regex@^9.2.2:
2987+
version "9.2.2"
2988+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
2989+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
2990+
29332991
emojis-list@^3.0.0:
29342992
version "3.0.0"
29352993
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -3562,6 +3620,14 @@ for-in@^1.0.2:
35623620
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
35633621
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
35643622

3623+
foreground-child@^3.3.1:
3624+
version "3.3.1"
3625+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
3626+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
3627+
dependencies:
3628+
cross-spawn "^7.0.6"
3629+
signal-exit "^4.0.1"
3630+
35653631
forever-agent@~0.6.1:
35663632
version "0.6.1"
35673633
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -3760,7 +3826,19 @@ glob-to-regexp@^0.4.1:
37603826
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
37613827
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
37623828

3763-
glob@^7.0.0, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
3829+
glob@^11.0.3:
3830+
version "11.0.3"
3831+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
3832+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
3833+
dependencies:
3834+
foreground-child "^3.3.1"
3835+
jackspeak "^4.1.1"
3836+
minimatch "^10.0.3"
3837+
minipass "^7.1.2"
3838+
package-json-from-dist "^1.0.0"
3839+
path-scurry "^2.0.0"
3840+
3841+
glob@^7.0.0, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
37643842
version "7.1.6"
37653843
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
37663844
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -4488,6 +4566,13 @@ istanbul-reports@^3.0.2:
44884566
html-escaper "^2.0.0"
44894567
istanbul-lib-report "^3.0.0"
44904568

4569+
jackspeak@^4.1.1:
4570+
version "4.1.1"
4571+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
4572+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
4573+
dependencies:
4574+
"@isaacs/cliui" "^8.0.2"
4575+
44914576
jest-changed-files@^26.6.2:
44924577
version "26.6.2"
44934578
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-26.6.2.tgz#f6198479e1cc66f22f9ae1e22acaa0b429c042d0"
@@ -5210,6 +5295,11 @@ lowercase-keys@^1.0.0:
52105295
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-1.0.1.tgz#6f9e30b47084d971a7c820ff15a6c5167b74c26f"
52115296
integrity sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==
52125297

5298+
lru-cache@^11.0.0:
5299+
version "11.1.0"
5300+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
5301+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
5302+
52135303
lru-cache@^6.0.0:
52145304
version "6.0.0"
52155305
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -5407,6 +5497,13 @@ min-indent@^1.0.0:
54075497
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
54085498
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
54095499

5500+
minimatch@^10.0.3:
5501+
version "10.0.3"
5502+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
5503+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
5504+
dependencies:
5505+
"@isaacs/brace-expansion" "^5.0.0"
5506+
54105507
minimatch@^3.0.4:
54115508
version "3.0.4"
54125509
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -5443,6 +5540,11 @@ minipass@^3.0.0:
54435540
dependencies:
54445541
yallist "^4.0.0"
54455542

5543+
minipass@^7.1.2:
5544+
version "7.1.2"
5545+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
5546+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
5547+
54465548
minizlib@^2.1.0:
54475549
version "2.1.2"
54485550
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -5847,6 +5949,11 @@ p-try@^2.0.0:
58475949
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
58485950
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
58495951

5952+
package-json-from-dist@^1.0.0:
5953+
version "1.0.1"
5954+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
5955+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
5956+
58505957
pako@~1.0.2:
58515958
version "1.0.11"
58525959
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
@@ -5946,6 +6053,14 @@ path-parse@^1.0.6:
59466053
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
59476054
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
59486055

6056+
path-scurry@^2.0.0:
6057+
version "2.0.0"
6058+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
6059+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
6060+
dependencies:
6061+
lru-cache "^11.0.0"
6062+
minipass "^7.1.2"
6063+
59496064
path-type@^1.0.0:
59506065
version "1.1.0"
59516066
resolved "https://registry.yarnpkg.com/path-type/-/path-type-1.1.0.tgz#59c44f7ee491da704da415da5a4070ba4f8fe441"
@@ -6797,6 +6912,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3:
67976912
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
67986913
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
67996914

6915+
signal-exit@^4.0.1:
6916+
version "4.1.0"
6917+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
6918+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
6919+
68006920
sisteransi@^1.0.5:
68016921
version "1.0.5"
68026922
resolved "https://registry.yarnpkg.com/sisteransi/-/sisteransi-1.0.5.tgz#134d681297756437cc05ca01370d3a7a571075ed"
@@ -7049,6 +7169,15 @@ string-length@^4.0.1:
70497169
char-regex "^1.0.2"
70507170
strip-ansi "^6.0.0"
70517171

7172+
"string-width-cjs@npm:string-width@^4.2.0":
7173+
version "4.2.3"
7174+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7175+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7176+
dependencies:
7177+
emoji-regex "^8.0.0"
7178+
is-fullwidth-code-point "^3.0.0"
7179+
strip-ansi "^6.0.1"
7180+
70527181
string-width@^3.0.0:
70537182
version "3.1.0"
70547183
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
@@ -7067,6 +7196,15 @@ string-width@^4.1.0, string-width@^4.2.0:
70677196
is-fullwidth-code-point "^3.0.0"
70687197
strip-ansi "^6.0.0"
70697198

7199+
string-width@^5.0.1, string-width@^5.1.2:
7200+
version "5.1.2"
7201+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
7202+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
7203+
dependencies:
7204+
eastasianwidth "^0.2.0"
7205+
emoji-regex "^9.2.2"
7206+
strip-ansi "^7.0.1"
7207+
70707208
string.prototype.trimend@^1.0.1:
70717209
version "1.0.3"
70727210
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz#a22bd53cca5c7cf44d7c9d5c732118873d6cd18b"
@@ -7102,6 +7240,13 @@ stringify-package@^1.0.1:
71027240
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
71037241
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
71047242

7243+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7244+
version "6.0.1"
7245+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7246+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7247+
dependencies:
7248+
ansi-regex "^5.0.1"
7249+
71057250
strip-ansi@^3.0.0:
71067251
version "3.0.1"
71077252
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -7123,6 +7268,20 @@ strip-ansi@^6.0.0:
71237268
dependencies:
71247269
ansi-regex "^5.0.0"
71257270

7271+
strip-ansi@^6.0.1:
7272+
version "6.0.1"
7273+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7274+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7275+
dependencies:
7276+
ansi-regex "^5.0.1"
7277+
7278+
strip-ansi@^7.0.1:
7279+
version "7.1.0"
7280+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
7281+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
7282+
dependencies:
7283+
ansi-regex "^6.0.1"
7284+
71267285
strip-bom@^2.0.0:
71277286
version "2.0.0"
71287287
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -7859,6 +8018,15 @@ wordwrap@^1.0.0:
78598018
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
78608019
integrity sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=
78618020

8021+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8022+
version "7.0.0"
8023+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8024+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8025+
dependencies:
8026+
ansi-styles "^4.0.0"
8027+
string-width "^4.1.0"
8028+
strip-ansi "^6.0.0"
8029+
78628030
wrap-ansi@^6.2.0:
78638031
version "6.2.0"
78648032
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -7868,6 +8036,15 @@ wrap-ansi@^6.2.0:
78688036
string-width "^4.1.0"
78698037
strip-ansi "^6.0.0"
78708038

8039+
wrap-ansi@^8.1.0:
8040+
version "8.1.0"
8041+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
8042+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
8043+
dependencies:
8044+
ansi-styles "^6.1.0"
8045+
string-width "^5.0.1"
8046+
strip-ansi "^7.0.1"
8047+
78718048
wrappy@1:
78728049
version "1.0.2"
78738050
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)