Skip to content
This repository was archived by the owner on Sep 9, 2024. It is now read-only.

Commit da261a2

Browse files
chore(deps): update dependency glob to v10
1 parent da85f46 commit da261a2

File tree

2 files changed

+145
-29
lines changed

2 files changed

+145
-29
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint": "4.19.1",
4141
"eslint-config-synacor": "3.0.5",
4242
"esm": "3.2.25",
43-
"glob": "9.2.1",
43+
"glob": "10.4.2",
4444
"markdown": "0.5.0",
4545
"per-env": "1.0.2",
4646
"preact-cli": "3.4.5",

yarn.lock

Lines changed: 144 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,18 @@
11021102
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
11031103
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
11041104

1105+
"@isaacs/cliui@^8.0.2":
1106+
version "8.0.2"
1107+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1108+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1109+
dependencies:
1110+
string-width "^5.1.2"
1111+
string-width-cjs "npm:string-width@^4.2.0"
1112+
strip-ansi "^7.0.1"
1113+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1114+
wrap-ansi "^8.1.0"
1115+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1116+
11051117
"@jridgewell/gen-mapping@^0.1.0":
11061118
version "0.1.1"
11071119
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz#e5d2e450306a9491e3bd77e323e38d7aff315996"
@@ -1196,6 +1208,11 @@
11961208
dependencies:
11971209
mkdirp "^1.0.4"
11981210

1211+
"@pkgjs/parseargs@^0.11.0":
1212+
version "0.11.0"
1213+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1214+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1215+
11991216
"@polka/url@^1.0.0-next.20":
12001217
version "1.0.0-next.21"
12011218
resolved "https://registry.yarnpkg.com/@polka/url/-/url-1.0.0-next.21.tgz#5de5a2385a35309427f6011992b544514d559aa1"
@@ -1951,6 +1968,11 @@ ansi-regex@^5.0.1:
19511968
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
19521969
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
19531970

1971+
ansi-regex@^6.0.1:
1972+
version "6.0.1"
1973+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
1974+
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
1975+
19541976
ansi-styles@^2.2.1:
19551977
version "2.2.1"
19561978
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -1978,6 +2000,11 @@ ansi-styles@^4.1.0:
19782000
"@types/color-name" "^1.1.1"
19792001
color-convert "^2.0.1"
19802002

2003+
ansi-styles@^6.1.0:
2004+
version "6.2.1"
2005+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2006+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2007+
19812008
anymatch@^2.0.0:
19822009
version "2.0.0"
19832010
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb"
@@ -3502,7 +3529,7 @@ cross-spawn@^6.0.0:
35023529
shebang-command "^1.2.0"
35033530
which "^1.2.9"
35043531

3505-
cross-spawn@^7.0.3:
3532+
cross-spawn@^7.0.0, cross-spawn@^7.0.3:
35063533
version "7.0.3"
35073534
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
35083535
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
@@ -4244,6 +4271,11 @@ duplexify@^3.4.2, duplexify@^3.6.0:
42444271
readable-stream "^2.0.0"
42454272
stream-shift "^1.0.0"
42464273

4274+
eastasianwidth@^0.2.0:
4275+
version "0.2.0"
4276+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
4277+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
4278+
42474279
ecc-jsbn@~0.1.1:
42484280
version "0.1.2"
42494281
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -4305,6 +4337,11 @@ emoji-regex@^8.0.0:
43054337
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
43064338
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
43074339

4340+
emoji-regex@^9.2.2:
4341+
version "9.2.2"
4342+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
4343+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
4344+
43084345
emojis-list@^2.0.0:
43094346
version "2.1.0"
43104347
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-2.1.0.tgz#4daa4d9db00f9819880c79fa457ae5b09a1fd389"
@@ -5164,6 +5201,14 @@ for-in@^1.0.2:
51645201
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
51655202
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
51665203

5204+
foreground-child@^3.1.0:
5205+
version "3.2.1"
5206+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7"
5207+
integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==
5208+
dependencies:
5209+
cross-spawn "^7.0.0"
5210+
signal-exit "^4.0.1"
5211+
51675212
forever-agent@~0.6.1:
51685213
version "0.6.1"
51695214
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -5439,15 +5484,17 @@ glob-to-regexp@^0.3.0:
54395484
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
54405485
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
54415486

5442-
glob@9.2.1:
5443-
version "9.2.1"
5444-
resolved "https://registry.yarnpkg.com/glob/-/glob-9.2.1.tgz#f47e34e1119e7d4f93a546e75851ba1f1e68de50"
5445-
integrity sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==
5487+
glob@10.4.2:
5488+
version "10.4.2"
5489+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
5490+
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
54465491
dependencies:
5447-
fs.realpath "^1.0.0"
5448-
minimatch "^7.4.1"
5449-
minipass "^4.2.4"
5450-
path-scurry "^1.6.1"
5492+
foreground-child "^3.1.0"
5493+
jackspeak "^3.1.2"
5494+
minimatch "^9.0.4"
5495+
minipass "^7.1.2"
5496+
package-json-from-dist "^1.0.0"
5497+
path-scurry "^1.11.1"
54515498

54525499
glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
54535500
version "7.1.6"
@@ -6764,6 +6811,15 @@ isurl@^1.0.0-alpha5:
67646811
has-to-string-tag-x "^1.2.0"
67656812
is-object "^1.0.1"
67666813

6814+
jackspeak@^3.1.2:
6815+
version "3.4.0"
6816+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.0.tgz#a75763ff36ad778ede6a156d8ee8b124de445b4a"
6817+
integrity sha512-JVYhQnN59LVPFCEcVa2C3CrEKYacvjRfqIQl+h8oi91aLYQVWRYbxjPcv1bUiUy/kLmQaANrYfNMCO3kuEDHfw==
6818+
dependencies:
6819+
"@isaacs/cliui" "^8.0.2"
6820+
optionalDependencies:
6821+
"@pkgjs/parseargs" "^0.11.0"
6822+
67676823
jake@^10.8.5:
67686824
version "10.8.5"
67696825
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
@@ -7223,6 +7279,11 @@ lpad-align@^1.0.1:
72237279
longest "^1.0.0"
72247280
meow "^3.3.0"
72257281

7282+
lru-cache@^10.2.0:
7283+
version "10.2.2"
7284+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
7285+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
7286+
72267287
lru-cache@^4.0.1:
72277288
version "4.1.5"
72287289
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -7245,11 +7306,6 @@ lru-cache@^6.0.0:
72457306
dependencies:
72467307
yallist "^4.0.0"
72477308

7248-
lru-cache@^7.14.1:
7249-
version "7.17.0"
7250-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.17.0.tgz#00c7ba5919e5ea7c69ff94ddabbf32cb09ab805c"
7251-
integrity sha512-zSxlVVwOabhVyTi6E8gYv2cr6bXK+8ifYz5/uyJb9feXX6NACVDwY4p5Ut3WC3Ivo/QhpARHU3iujx2xGAYHbQ==
7252-
72537309
magic-string@^0.25.0:
72547310
version "0.25.7"
72557311
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -7532,10 +7588,10 @@ minimatch@^5.0.1:
75327588
dependencies:
75337589
brace-expansion "^2.0.1"
75347590

7535-
minimatch@^7.4.1:
7536-
version "7.4.1"
7537-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.4.1.tgz#166705f9417985ba5149f2dbf2fa50c29832913b"
7538-
integrity sha512-Oz1iPEP+MGl7KS3SciLsLLcuZ7VsBfb7Qrz/jYt/s/sYAv272P26HSLz2f77Y6hzTKXiBi6g765fqpEDNc5fJw==
7591+
minimatch@^9.0.4:
7592+
version "9.0.4"
7593+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
7594+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
75397595
dependencies:
75407596
brace-expansion "^2.0.1"
75417597

@@ -7585,10 +7641,10 @@ minipass@^3.0.0, minipass@^3.1.1:
75857641
dependencies:
75867642
yallist "^4.0.0"
75877643

7588-
minipass@^4.0.2, minipass@^4.2.4:
7589-
version "4.2.4"
7590-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.4.tgz#7d0d97434b6a19f59c5c3221698b48bbf3b2cd06"
7591-
integrity sha512-lwycX3cBMTvcejsHITUgYj6Gy6A7Nh4Q6h9NP4sTHY1ccJlC7yKzDmiShEHsJ16Jf1nKGDEaiHxiltsJEvk0nQ==
7644+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
7645+
version "7.1.2"
7646+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
7647+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
75927648

75937649
minizlib@^1.3.3:
75947650
version "1.3.3"
@@ -8313,6 +8369,11 @@ p-try@^2.0.0:
83138369
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
83148370
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
83158371

8372+
package-json-from-dist@^1.0.0:
8373+
version "1.0.0"
8374+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00"
8375+
integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==
8376+
83168377
package-json@^6.3.0:
83178378
version "6.5.0"
83188379
resolved "https://registry.yarnpkg.com/package-json/-/package-json-6.5.0.tgz#6feedaca35e75725876d0b0e64974697fed145b0"
@@ -8489,13 +8550,13 @@ path-parse@^1.0.7:
84898550
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
84908551
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
84918552

8492-
path-scurry@^1.6.1:
8493-
version "1.6.1"
8494-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.6.1.tgz#dab45f7bb1d3f45a0e271ab258999f4ab7e23132"
8495-
integrity sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==
8553+
path-scurry@^1.11.1:
8554+
version "1.11.1"
8555+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2"
8556+
integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==
84968557
dependencies:
8497-
lru-cache "^7.14.1"
8498-
minipass "^4.0.2"
8558+
lru-cache "^10.2.0"
8559+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
84998560

85008561
path-to-regexp@0.1.7:
85018562
version "0.1.7"
@@ -10413,6 +10474,11 @@ signal-exit@^3.0.3, signal-exit@^3.0.7:
1041310474
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
1041410475
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
1041510476

10477+
signal-exit@^4.0.1:
10478+
version "4.1.0"
10479+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
10480+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
10481+
1041610482
simple-swizzle@^0.2.2:
1041710483
version "0.2.2"
1041810484
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
@@ -10780,6 +10846,15 @@ strict-uri-encode@^1.0.0:
1078010846
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
1078110847
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
1078210848

10849+
"string-width-cjs@npm:string-width@^4.2.0":
10850+
version "4.2.3"
10851+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10852+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10853+
dependencies:
10854+
emoji-regex "^8.0.0"
10855+
is-fullwidth-code-point "^3.0.0"
10856+
strip-ansi "^6.0.1"
10857+
1078310858
string-width@^2.1.0, string-width@^2.1.1:
1078410859
version "2.1.1"
1078510860
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -10815,6 +10890,15 @@ string-width@^4.2.2:
1081510890
is-fullwidth-code-point "^3.0.0"
1081610891
strip-ansi "^6.0.1"
1081710892

10893+
string-width@^5.0.1, string-width@^5.1.2:
10894+
version "5.1.2"
10895+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
10896+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
10897+
dependencies:
10898+
eastasianwidth "^0.2.0"
10899+
emoji-regex "^9.2.2"
10900+
strip-ansi "^7.0.1"
10901+
1081810902
string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
1081910903
version "4.0.8"
1082010904
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
@@ -10886,6 +10970,13 @@ stringify-object@^3.3.0:
1088610970
is-obj "^1.0.1"
1088710971
is-regexp "^1.0.0"
1088810972

10973+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10974+
version "6.0.1"
10975+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10976+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10977+
dependencies:
10978+
ansi-regex "^5.0.1"
10979+
1088910980
strip-ansi@^3.0.0:
1089010981
version "3.0.1"
1089110982
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10921,6 +11012,13 @@ strip-ansi@^6.0.1:
1092111012
dependencies:
1092211013
ansi-regex "^5.0.1"
1092311014

11015+
strip-ansi@^7.0.1:
11016+
version "7.1.0"
11017+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
11018+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
11019+
dependencies:
11020+
ansi-regex "^6.0.1"
11021+
1092411022
strip-bom@^2.0.0:
1092511023
version "2.0.0"
1092611024
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -12253,6 +12351,15 @@ worker-rpc@^0.1.0:
1225312351
dependencies:
1225412352
microevent.ts "~0.1.1"
1225512353

12354+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12355+
version "7.0.0"
12356+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12357+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12358+
dependencies:
12359+
ansi-styles "^4.0.0"
12360+
string-width "^4.1.0"
12361+
strip-ansi "^6.0.0"
12362+
1225612363
wrap-ansi@^7.0.0:
1225712364
version "7.0.0"
1225812365
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -12262,6 +12369,15 @@ wrap-ansi@^7.0.0:
1226212369
string-width "^4.1.0"
1226312370
strip-ansi "^6.0.0"
1226412371

12372+
wrap-ansi@^8.1.0:
12373+
version "8.1.0"
12374+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
12375+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
12376+
dependencies:
12377+
ansi-styles "^6.1.0"
12378+
string-width "^5.0.1"
12379+
strip-ansi "^7.0.1"
12380+
1226512381
wrappy@1:
1226612382
version "1.0.2"
1226712383
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)