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

Commit 0589d4b

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

File tree

2 files changed

+139
-29
lines changed

2 files changed

+139
-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.3.13",
4444
"markdown": "0.5.0",
4545
"per-env": "1.0.2",
4646
"preact-cli": "3.4.5",

yarn.lock

Lines changed: 138 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.1.1"
5206+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
5207+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
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,16 @@ 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.3.13:
5488+
version "10.3.13"
5489+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.13.tgz#20dfbd14da06952872a778197325f974e9fbf808"
5490+
integrity sha512-CQ9K7FRtaP//lXUKJVVYFxvozIz3HR4Brk+yB5VSkmWiHVILwd7NqQ2+UH6Ab5/NzCLib+j1REVV+FSZ+ZHOvg==
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 "^2.3.6"
5494+
minimatch "^9.0.1"
5495+
minipass "^7.0.4"
5496+
path-scurry "^1.10.2"
54515497

54525498
glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
54535499
version "7.1.6"
@@ -6764,6 +6810,15 @@ isurl@^1.0.0-alpha5:
67646810
has-to-string-tag-x "^1.2.0"
67656811
is-object "^1.0.1"
67666812

6813+
jackspeak@^2.3.6:
6814+
version "2.3.6"
6815+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
6816+
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
6817+
dependencies:
6818+
"@isaacs/cliui" "^8.0.2"
6819+
optionalDependencies:
6820+
"@pkgjs/parseargs" "^0.11.0"
6821+
67676822
jake@^10.8.5:
67686823
version "10.8.5"
67696824
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
@@ -7223,6 +7278,11 @@ lpad-align@^1.0.1:
72237278
longest "^1.0.0"
72247279
meow "^3.3.0"
72257280

7281+
lru-cache@^10.2.0:
7282+
version "10.2.2"
7283+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
7284+
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
7285+
72267286
lru-cache@^4.0.1:
72277287
version "4.1.5"
72287288
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-4.1.5.tgz#8bbe50ea85bed59bc9e33dcab8235ee9bcf443cd"
@@ -7245,11 +7305,6 @@ lru-cache@^6.0.0:
72457305
dependencies:
72467306
yallist "^4.0.0"
72477307

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-
72537308
magic-string@^0.25.0:
72547309
version "0.25.7"
72557310
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.25.7.tgz#3f497d6fd34c669c6798dcb821f2ef31f5445051"
@@ -7532,10 +7587,10 @@ minimatch@^5.0.1:
75327587
dependencies:
75337588
brace-expansion "^2.0.1"
75347589

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==
7590+
minimatch@^9.0.1:
7591+
version "9.0.4"
7592+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
7593+
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
75397594
dependencies:
75407595
brace-expansion "^2.0.1"
75417596

@@ -7585,10 +7640,10 @@ minipass@^3.0.0, minipass@^3.1.1:
75857640
dependencies:
75867641
yallist "^4.0.0"
75877642

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==
7643+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
7644+
version "7.1.1"
7645+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.1.tgz#f7f85aff59aa22f110b20e27692465cf3bf89481"
7646+
integrity sha512-UZ7eQ+h8ywIRAW1hIEl2AqdwzJucU/Kp59+8kkZeSvafXhZjul247BvIJjEVFVeON6d7lM46XX1HXCduKAS8VA==
75927647

75937648
minizlib@^1.3.3:
75947649
version "1.3.3"
@@ -8489,13 +8544,13 @@ path-parse@^1.0.7:
84898544
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
84908545
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
84918546

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==
8547+
path-scurry@^1.10.2:
8548+
version "1.10.4"
8549+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.4.tgz#3a5231f3d6cb8ee69a6d24811466ca2be7cca87a"
8550+
integrity sha512-nYo46tkNDCe4Ti+K4WP/ns2BjywqQMAeAz7r3lqtVkh8A0L9F86Ju2nLIrzFMUDSs1X0lHivbCiKG4eRUK2Z2Q==
84968551
dependencies:
8497-
lru-cache "^7.14.1"
8498-
minipass "^4.0.2"
8552+
lru-cache "^10.2.0"
8553+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
84998554

85008555
path-to-regexp@0.1.7:
85018556
version "0.1.7"
@@ -10413,6 +10468,11 @@ signal-exit@^3.0.3, signal-exit@^3.0.7:
1041310468
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
1041410469
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
1041510470

10471+
signal-exit@^4.0.1:
10472+
version "4.1.0"
10473+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
10474+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
10475+
1041610476
simple-swizzle@^0.2.2:
1041710477
version "0.2.2"
1041810478
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
@@ -10780,6 +10840,15 @@ strict-uri-encode@^1.0.0:
1078010840
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
1078110841
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
1078210842

10843+
"string-width-cjs@npm:string-width@^4.2.0":
10844+
version "4.2.3"
10845+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10846+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10847+
dependencies:
10848+
emoji-regex "^8.0.0"
10849+
is-fullwidth-code-point "^3.0.0"
10850+
strip-ansi "^6.0.1"
10851+
1078310852
string-width@^2.1.0, string-width@^2.1.1:
1078410853
version "2.1.1"
1078510854
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
@@ -10815,6 +10884,15 @@ string-width@^4.2.2:
1081510884
is-fullwidth-code-point "^3.0.0"
1081610885
strip-ansi "^6.0.1"
1081710886

10887+
string-width@^5.0.1, string-width@^5.1.2:
10888+
version "5.1.2"
10889+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
10890+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
10891+
dependencies:
10892+
eastasianwidth "^0.2.0"
10893+
emoji-regex "^9.2.2"
10894+
strip-ansi "^7.0.1"
10895+
1081810896
string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
1081910897
version "4.0.8"
1082010898
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"
@@ -10886,6 +10964,13 @@ stringify-object@^3.3.0:
1088610964
is-obj "^1.0.1"
1088710965
is-regexp "^1.0.0"
1088810966

10967+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10968+
version "6.0.1"
10969+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10970+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10971+
dependencies:
10972+
ansi-regex "^5.0.1"
10973+
1088910974
strip-ansi@^3.0.0:
1089010975
version "3.0.1"
1089110976
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10921,6 +11006,13 @@ strip-ansi@^6.0.1:
1092111006
dependencies:
1092211007
ansi-regex "^5.0.1"
1092311008

11009+
strip-ansi@^7.0.1:
11010+
version "7.1.0"
11011+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
11012+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
11013+
dependencies:
11014+
ansi-regex "^6.0.1"
11015+
1092411016
strip-bom@^2.0.0:
1092511017
version "2.0.0"
1092611018
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -12253,6 +12345,15 @@ worker-rpc@^0.1.0:
1225312345
dependencies:
1225412346
microevent.ts "~0.1.1"
1225512347

12348+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12349+
version "7.0.0"
12350+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12351+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12352+
dependencies:
12353+
ansi-styles "^4.0.0"
12354+
string-width "^4.1.0"
12355+
strip-ansi "^6.0.0"
12356+
1225612357
wrap-ansi@^7.0.0:
1225712358
version "7.0.0"
1225812359
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
@@ -12262,6 +12363,15 @@ wrap-ansi@^7.0.0:
1226212363
string-width "^4.1.0"
1226312364
strip-ansi "^6.0.0"
1226412365

12366+
wrap-ansi@^8.1.0:
12367+
version "8.1.0"
12368+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
12369+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
12370+
dependencies:
12371+
ansi-styles "^6.1.0"
12372+
string-width "^5.0.1"
12373+
strip-ansi "^7.0.1"
12374+
1226512375
wrappy@1:
1226612376
version "1.0.2"
1226712377
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)