Skip to content

Commit 41e39c0

Browse files
chore(deps): update dependency glob to v11
1 parent 86ab5e0 commit 41e39c0

File tree

2 files changed

+173
-1
lines changed

2 files changed

+173
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"chalk": "^4.1.2",
3131
"chokidar": "^3.5.2",
32-
"glob": "^7.1.7",
32+
"glob": "^11.0.2",
3333
"globby": "^11.0.4",
3434
"scule": "^0.2.1",
3535
"semver": "^7.3.5",

yarn.lock

+172
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,18 @@
10021002
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
10031003
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
10041004

1005+
"@isaacs/cliui@^8.0.2":
1006+
version "8.0.2"
1007+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1008+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1009+
dependencies:
1010+
string-width "^5.1.2"
1011+
string-width-cjs "npm:string-width@^4.2.0"
1012+
strip-ansi "^7.0.1"
1013+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1014+
wrap-ansi "^8.1.0"
1015+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1016+
10051017
"@istanbuljs/load-nyc-config@^1.0.0":
10061018
version "1.1.0"
10071019
resolved "https://registry.yarnpkg.com/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz#fd3db1d59ecf7cf121e80650bb86712f9b55eced"
@@ -2691,6 +2703,16 @@ ansi-regex@^5.0.0:
26912703
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.0.tgz#388539f55179bf39339c81af30a654d69f87cb75"
26922704
integrity sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==
26932705

2706+
ansi-regex@^5.0.1:
2707+
version "5.0.1"
2708+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
2709+
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
2710+
2711+
ansi-regex@^6.0.1:
2712+
version "6.1.0"
2713+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
2714+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
2715+
26942716
ansi-styles@^2.2.1:
26952717
version "2.2.1"
26962718
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -2715,6 +2737,11 @@ ansi-styles@^5.0.0:
27152737
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b"
27162738
integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==
27172739

2740+
ansi-styles@^6.1.0:
2741+
version "6.2.1"
2742+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2743+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2744+
27182745
anymatch@*, anymatch@^3.0.0, anymatch@^3.0.3, anymatch@~3.1.2:
27192746
version "3.1.2"
27202747
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
@@ -3075,6 +3102,13 @@ brace-expansion@^1.1.7:
30753102
balanced-match "^1.0.0"
30763103
concat-map "0.0.1"
30773104

3105+
brace-expansion@^2.0.1:
3106+
version "2.0.1"
3107+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
3108+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
3109+
dependencies:
3110+
balanced-match "^1.0.0"
3111+
30783112
braces@^2.3.1, braces@^2.3.2:
30793113
version "2.3.2"
30803114
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -4079,6 +4113,15 @@ cross-spawn@^7.0.2, cross-spawn@^7.0.3:
40794113
shebang-command "^2.0.0"
40804114
which "^2.0.1"
40814115

4116+
cross-spawn@^7.0.6:
4117+
version "7.0.6"
4118+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
4119+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
4120+
dependencies:
4121+
path-key "^3.1.0"
4122+
shebang-command "^2.0.0"
4123+
which "^2.0.1"
4124+
40824125
crypto-browserify@^3.11.0:
40834126
version "3.12.0"
40844127
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -4673,6 +4716,11 @@ duplexify@^3.4.2, duplexify@^3.6.0:
46734716
readable-stream "^2.0.0"
46744717
stream-shift "^1.0.0"
46754718

4719+
eastasianwidth@^0.2.0:
4720+
version "0.2.0"
4721+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
4722+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
4723+
46764724
46774725
version "1.1.1"
46784726
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
@@ -4711,6 +4759,11 @@ emoji-regex@^8.0.0:
47114759
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
47124760
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
47134761

4762+
emoji-regex@^9.2.2:
4763+
version "9.2.2"
4764+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
4765+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
4766+
47144767
emojis-list@^3.0.0:
47154768
version "3.0.0"
47164769
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -5418,6 +5471,14 @@ for-in@^1.0.2:
54185471
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
54195472
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
54205473

5474+
foreground-child@^3.1.0:
5475+
version "3.3.1"
5476+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
5477+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
5478+
dependencies:
5479+
cross-spawn "^7.0.6"
5480+
signal-exit "^4.0.1"
5481+
54215482
fork-ts-checker-webpack-plugin@^6.1.1:
54225483
version "6.3.2"
54235484
resolved "https://registry.yarnpkg.com/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.3.2.tgz#96555f9f05c1cf44af3aef7db632489a3b6ff085"
@@ -5698,6 +5759,18 @@ glob-to-regexp@^0.4.1:
56985759
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
56995760
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
57005761

5762+
glob@^11.0.2:
5763+
version "11.0.2"
5764+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
5765+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
5766+
dependencies:
5767+
foreground-child "^3.1.0"
5768+
jackspeak "^4.0.1"
5769+
minimatch "^10.0.0"
5770+
minipass "^7.1.2"
5771+
package-json-from-dist "^1.0.0"
5772+
path-scurry "^2.0.0"
5773+
57015774
glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
57025775
version "7.1.7"
57035776
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
@@ -6627,6 +6700,13 @@ istanbul-reports@^3.0.2:
66276700
html-escaper "^2.0.0"
66286701
istanbul-lib-report "^3.0.0"
66296702

6703+
jackspeak@^4.0.1:
6704+
version "4.1.0"
6705+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.0.tgz#c489c079f2b636dc4cbe9b0312a13ff1282e561b"
6706+
integrity sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==
6707+
dependencies:
6708+
"@isaacs/cliui" "^8.0.2"
6709+
66306710
jest-changed-files@^27.0.6:
66316711
version "27.0.6"
66326712
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.0.6.tgz#bed6183fcdea8a285482e3b50a9a7712d49a7a8b"
@@ -7454,6 +7534,11 @@ lowercase-keys@^2.0.0:
74547534
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
74557535
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
74567536

7537+
lru-cache@^11.0.0:
7538+
version "11.1.0"
7539+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
7540+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
7541+
74577542
lru-cache@^4.1.2:
74587543
version "4.1.5"
74597544
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -7739,6 +7824,13 @@ minimalistic-crypto-utils@^1.0.1:
77397824
resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a"
77407825
integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=
77417826

7827+
minimatch@^10.0.0:
7828+
version "10.0.1"
7829+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7830+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7831+
dependencies:
7832+
brace-expansion "^2.0.1"
7833+
77427834
minimatch@^3.0.4:
77437835
version "3.0.4"
77447836
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -7788,6 +7880,11 @@ minipass@^3.0.0, minipass@^3.1.1:
77887880
dependencies:
77897881
yallist "^4.0.0"
77907882

7883+
minipass@^7.1.2:
7884+
version "7.1.2"
7885+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7886+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
7887+
77917888
minizlib@^2.1.1:
77927889
version "2.1.2"
77937890
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -8367,6 +8464,11 @@ p-try@^2.0.0:
83678464
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
83688465
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
83698466

8467+
package-json-from-dist@^1.0.0:
8468+
version "1.0.1"
8469+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
8470+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
8471+
83708472
pako@~1.0.5:
83718473
version "1.0.11"
83728474
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.11.tgz#6c9599d340d54dfd3946380252a35705a6b992bf"
@@ -8518,6 +8620,14 @@ path-parse@^1.0.6:
85188620
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
85198621
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
85208622

8623+
path-scurry@^2.0.0:
8624+
version "2.0.0"
8625+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8626+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8627+
dependencies:
8628+
lru-cache "^11.0.0"
8629+
minipass "^7.1.2"
8630+
85218631
path-type@^3.0.0:
85228632
version "3.0.0"
85238633
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
@@ -10238,6 +10348,11 @@ signal-exit@^3.0.2, signal-exit@^3.0.3:
1023810348
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
1023910349
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
1024010350

10351+
signal-exit@^4.0.1:
10352+
version "4.1.0"
10353+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
10354+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
10355+
1024110356
simple-swizzle@^0.2.2:
1024210357
version "0.2.2"
1024310358
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
@@ -10601,6 +10716,15 @@ string-length@^4.0.1:
1060110716
char-regex "^1.0.2"
1060210717
strip-ansi "^6.0.0"
1060310718

10719+
"string-width-cjs@npm:string-width@^4.2.0":
10720+
version "4.2.3"
10721+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10722+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10723+
dependencies:
10724+
emoji-regex "^8.0.0"
10725+
is-fullwidth-code-point "^3.0.0"
10726+
strip-ansi "^6.0.1"
10727+
1060410728
string-width@^2.0.0:
1060510729
version "2.1.1"
1060610730
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -10627,6 +10751,15 @@ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0:
1062710751
is-fullwidth-code-point "^3.0.0"
1062810752
strip-ansi "^6.0.0"
1062910753

10754+
string-width@^5.0.1, string-width@^5.1.2:
10755+
version "5.1.2"
10756+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
10757+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
10758+
dependencies:
10759+
eastasianwidth "^0.2.0"
10760+
emoji-regex "^9.2.2"
10761+
strip-ansi "^7.0.1"
10762+
1063010763
string.prototype.trimend@^1.0.4:
1063110764
version "1.0.4"
1063210765
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz#e75ae90c2942c63504686c18b287b4a0b1a45f80"
@@ -10662,6 +10795,13 @@ stringify-package@^1.0.1:
1066210795
resolved "https://registry.yarnpkg.com/stringify-package/-/stringify-package-1.0.1.tgz#e5aa3643e7f74d0f28628b72f3dad5cecfc3ba85"
1066310796
integrity sha512-sa4DUQsYciMP1xhKWGuFM04fB0LG/9DlluZoSVywUMRNvzid6XucHK0/90xGxRoHrAaROrcHK1aPKaijCtSrhg==
1066410797

10798+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10799+
version "6.0.1"
10800+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10801+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10802+
dependencies:
10803+
ansi-regex "^5.0.1"
10804+
1066510805
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1066610806
version "3.0.1"
1066710807
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10690,6 +10830,20 @@ strip-ansi@^6.0.0:
1069010830
dependencies:
1069110831
ansi-regex "^5.0.0"
1069210832

10833+
strip-ansi@^6.0.1:
10834+
version "6.0.1"
10835+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10836+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10837+
dependencies:
10838+
ansi-regex "^5.0.1"
10839+
10840+
strip-ansi@^7.0.1:
10841+
version "7.1.0"
10842+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
10843+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
10844+
dependencies:
10845+
ansi-regex "^6.0.1"
10846+
1069310847
strip-bom@^3.0.0:
1069410848
version "3.0.0"
1069510849
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -11759,6 +11913,15 @@ worker-farm@^1.7.0:
1175911913
dependencies:
1176011914
errno "~0.1.7"
1176111915

11916+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
11917+
version "7.0.0"
11918+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
11919+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11920+
dependencies:
11921+
ansi-styles "^4.0.0"
11922+
string-width "^4.1.0"
11923+
strip-ansi "^6.0.0"
11924+
1176211925
wrap-ansi@^6.0.0:
1176311926
version "6.2.0"
1176411927
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
@@ -11777,6 +11940,15 @@ wrap-ansi@^7.0.0:
1177711940
string-width "^4.1.0"
1177811941
strip-ansi "^6.0.0"
1177911942

11943+
wrap-ansi@^8.1.0:
11944+
version "8.1.0"
11945+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
11946+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
11947+
dependencies:
11948+
ansi-styles "^6.1.0"
11949+
string-width "^5.0.1"
11950+
strip-ansi "^7.0.1"
11951+
1178011952
wrappy@1:
1178111953
version "1.0.2"
1178211954
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)