Skip to content

Commit 2792e06

Browse files
committed
Add rimraf
1 parent fe2d5ad commit 2792e06

2 files changed

Lines changed: 193 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"prettier": "^2.8.8",
6363
"promisify-node": "^0.5.0",
6464
"redis": "^4.0.4",
65+
"rimraf": "^6.0.1",
6566
"serverlet": "^0.1.3",
6667
"sucrase": "^3.12.1",
6768
"typescript": "5.0.4"

yarn.lock

Lines changed: 192 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,30 @@
7676
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
7777
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
7878

79+
"@isaacs/balanced-match@^4.0.1":
80+
version "4.0.1"
81+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
82+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
83+
84+
"@isaacs/brace-expansion@^5.0.0":
85+
version "5.0.0"
86+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
87+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
88+
dependencies:
89+
"@isaacs/balanced-match" "^4.0.1"
90+
91+
"@isaacs/cliui@^8.0.2":
92+
version "8.0.2"
93+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
94+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
95+
dependencies:
96+
string-width "^5.1.2"
97+
string-width-cjs "npm:string-width@^4.2.0"
98+
strip-ansi "^7.0.1"
99+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
100+
wrap-ansi "^8.1.0"
101+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
102+
79103
"@node-redis/bloom@1.0.1":
80104
version "1.0.1"
81105
resolved "https://registry.yarnpkg.com/@node-redis/bloom/-/bloom-1.0.1.tgz#144474a0b7dc4a4b91badea2cfa9538ce0a1854e"
@@ -404,6 +428,11 @@ ansi-regex@^5.0.1:
404428
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
405429
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
406430

431+
ansi-regex@^6.0.1:
432+
version "6.2.0"
433+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.2.0.tgz#2f302e7550431b1b7762705fffb52cf1ffa20447"
434+
integrity sha512-TKY5pyBkHyADOPYlRT9Lx6F544mPl0vS5Ew7BJ45hA08Q+t3GjbueLliBWN3sMICk6+y7HdyxSzC4bWS8baBdg==
435+
407436
ansi-styles@^2.2.1:
408437
version "2.2.1"
409438
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -416,6 +445,13 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
416445
dependencies:
417446
color-convert "^1.9.0"
418447

448+
ansi-styles@^4.0.0:
449+
version "4.3.0"
450+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
451+
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
452+
dependencies:
453+
color-convert "^2.0.1"
454+
419455
ansi-styles@^4.1.0:
420456
version "4.2.1"
421457
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.2.1.tgz#90ae75c424d008d2624c5bf29ead3177ebfcf359"
@@ -424,6 +460,11 @@ ansi-styles@^4.1.0:
424460
"@types/color-name" "^1.1.1"
425461
color-convert "^2.0.1"
426462

463+
ansi-styles@^6.1.0:
464+
version "6.2.1"
465+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
466+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
467+
427468
any-observable@^0.3.0:
428469
version "0.3.0"
429470
resolved "https://registry.yarnpkg.com/any-observable/-/any-observable-0.3.0.tgz#af933475e5806a67d0d7df090dd5e8bef65d119b"
@@ -940,7 +981,7 @@ cross-spawn@^7.0.0:
940981
shebang-command "^2.0.0"
941982
which "^2.0.1"
942983

943-
cross-spawn@^7.0.2:
984+
cross-spawn@^7.0.2, cross-spawn@^7.0.6:
944985
version "7.0.6"
945986
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
946987
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -1113,6 +1154,11 @@ dunder-proto@^1.0.0, dunder-proto@^1.0.1:
11131154
es-errors "^1.3.0"
11141155
gopd "^1.2.0"
11151156

1157+
eastasianwidth@^0.2.0:
1158+
version "0.2.0"
1159+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
1160+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
1161+
11161162
edge-server-tools@^0.2.22:
11171163
version "0.2.22"
11181164
resolved "https://registry.yarnpkg.com/edge-server-tools/-/edge-server-tools-0.2.22.tgz#c4571747a25ee1d3ae27613a718fe2356c21c70c"
@@ -1138,6 +1184,16 @@ emoji-regex@^7.0.1:
11381184
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
11391185
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
11401186

1187+
emoji-regex@^8.0.0:
1188+
version "8.0.0"
1189+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1190+
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1191+
1192+
emoji-regex@^9.2.2:
1193+
version "9.2.2"
1194+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
1195+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
1196+
11411197
encodeurl@~1.0.2:
11421198
version "1.0.2"
11431199
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -1707,6 +1763,14 @@ for-each@^0.3.3, for-each@^0.3.5:
17071763
dependencies:
17081764
is-callable "^1.2.7"
17091765

1766+
foreground-child@^3.3.1:
1767+
version "3.3.1"
1768+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
1769+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
1770+
dependencies:
1771+
cross-spawn "^7.0.6"
1772+
signal-exit "^4.0.1"
1773+
17101774
form-data@^4.0.0:
17111775
version "4.0.3"
17121776
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
@@ -1876,6 +1940,18 @@ glob@7.1.6, glob@^7.1.3:
18761940
once "^1.3.0"
18771941
path-is-absolute "^1.0.0"
18781942

1943+
glob@^11.0.0:
1944+
version "11.0.3"
1945+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
1946+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
1947+
dependencies:
1948+
foreground-child "^3.3.1"
1949+
jackspeak "^4.1.1"
1950+
minimatch "^10.0.3"
1951+
minipass "^7.1.2"
1952+
package-json-from-dist "^1.0.0"
1953+
path-scurry "^2.0.0"
1954+
18791955
globals@^13.19.0:
18801956
version "13.24.0"
18811957
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
@@ -2201,6 +2277,11 @@ is-fullwidth-code-point@^2.0.0:
22012277
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
22022278
integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=
22032279

2280+
is-fullwidth-code-point@^3.0.0:
2281+
version "3.0.0"
2282+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
2283+
integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
2284+
22042285
is-generator-function@^1.0.10:
22052286
version "1.1.0"
22062287
resolved "https://registry.yarnpkg.com/is-generator-function/-/is-generator-function-1.1.0.tgz#bf3eeda931201394f57b5dba2800f91a238309ca"
@@ -2375,6 +2456,13 @@ isexe@^2.0.0:
23752456
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
23762457
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
23772458

2459+
jackspeak@^4.1.1:
2460+
version "4.1.1"
2461+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
2462+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
2463+
dependencies:
2464+
"@isaacs/cliui" "^8.0.2"
2465+
23782466
js-tokens@^4.0.0:
23792467
version "4.0.0"
23802468
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
@@ -2570,6 +2658,11 @@ log-update@^2.3.0:
25702658
cli-cursor "^2.0.0"
25712659
wrap-ansi "^3.0.1"
25722660

2661+
lru-cache@^11.0.0:
2662+
version "11.2.1"
2663+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.1.tgz#d426ac471521729c6c1acda5f7a633eadaa28db2"
2664+
integrity sha512-r8LA6i4LP4EeWOhqBaZZjDWwehd1xUJPCJd9Sv300H0ZmcUER4+JPh7bqqZeqs1o5pgtgvXm+d9UGrB5zZGDiQ==
2665+
25732666
math-intrinsics@^1.1.0:
25742667
version "1.1.0"
25752668
resolved "https://registry.yarnpkg.com/math-intrinsics/-/math-intrinsics-1.1.0.tgz#a0dd74be81e2aa5c2f27e65ce283605ee4e2b7f9"
@@ -2655,6 +2748,13 @@ minimatch@3.0.4, minimatch@^3.0.4:
26552748
dependencies:
26562749
brace-expansion "^1.1.7"
26572750

2751+
minimatch@^10.0.3:
2752+
version "10.0.3"
2753+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
2754+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
2755+
dependencies:
2756+
"@isaacs/brace-expansion" "^5.0.0"
2757+
26582758
minimatch@^3.0.5, minimatch@^3.1.2:
26592759
version "3.1.2"
26602760
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -2677,6 +2777,11 @@ minimist@^1.2.5:
26772777
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
26782778
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
26792779

2780+
minipass@^7.1.2:
2781+
version "7.1.2"
2782+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
2783+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
2784+
26802785
mkdirp@0.5.1:
26812786
version "0.5.1"
26822787
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
@@ -3047,6 +3152,11 @@ p-try@^2.0.0:
30473152
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
30483153
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
30493154

3155+
package-json-from-dist@^1.0.0:
3156+
version "1.0.1"
3157+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
3158+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
3159+
30503160
parent-module@^1.0.0:
30513161
version "1.0.1"
30523162
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -3112,6 +3222,14 @@ path-parse@^1.0.7:
31123222
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
31133223
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
31143224

3225+
path-scurry@^2.0.0:
3226+
version "2.0.0"
3227+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
3228+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
3229+
dependencies:
3230+
lru-cache "^11.0.0"
3231+
minipass "^7.1.2"
3232+
31153233
path-to-regexp@0.1.12:
31163234
version "0.1.12"
31173235
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"
@@ -3385,6 +3503,14 @@ rimraf@^3.0.2:
33853503
dependencies:
33863504
glob "^7.1.3"
33873505

3506+
rimraf@^6.0.1:
3507+
version "6.0.1"
3508+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
3509+
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
3510+
dependencies:
3511+
glob "^11.0.0"
3512+
package-json-from-dist "^1.0.0"
3513+
33883514
run-parallel@^1.1.9:
33893515
version "1.2.0"
33903516
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -3616,6 +3742,11 @@ signal-exit@^3.0.2:
36163742
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.2.tgz#b5fdc08f1287ea1178628e415e25132b73646c6d"
36173743
integrity sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=
36183744

3745+
signal-exit@^4.0.1:
3746+
version "4.1.0"
3747+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
3748+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
3749+
36193750
slash@^3.0.0:
36203751
version "3.0.0"
36213752
resolved "https://registry.yarnpkg.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634"
@@ -3675,6 +3806,15 @@ string-argv@0.3.1:
36753806
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
36763807
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
36773808

3809+
"string-width-cjs@npm:string-width@^4.2.0":
3810+
version "4.2.3"
3811+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3812+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3813+
dependencies:
3814+
emoji-regex "^8.0.0"
3815+
is-fullwidth-code-point "^3.0.0"
3816+
strip-ansi "^6.0.1"
3817+
36783818
string-width@^1.0.1:
36793819
version "1.0.2"
36803820
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -3701,6 +3841,24 @@ string-width@^3.0.0, string-width@^3.1.0:
37013841
is-fullwidth-code-point "^2.0.0"
37023842
strip-ansi "^5.1.0"
37033843

3844+
string-width@^4.1.0:
3845+
version "4.2.3"
3846+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
3847+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
3848+
dependencies:
3849+
emoji-regex "^8.0.0"
3850+
is-fullwidth-code-point "^3.0.0"
3851+
strip-ansi "^6.0.1"
3852+
3853+
string-width@^5.0.1, string-width@^5.1.2:
3854+
version "5.1.2"
3855+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
3856+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
3857+
dependencies:
3858+
eastasianwidth "^0.2.0"
3859+
emoji-regex "^9.2.2"
3860+
strip-ansi "^7.0.1"
3861+
37043862
string.prototype.padend@^3.0.0:
37053863
version "3.1.0"
37063864
resolved "https://registry.yarnpkg.com/string.prototype.padend/-/string.prototype.padend-3.1.0.tgz#dc08f57a8010dc5c153550318f67e13adbb72ac3"
@@ -3766,6 +3924,13 @@ stringify-object@^3.3.0:
37663924
is-obj "^1.0.1"
37673925
is-regexp "^1.0.0"
37683926

3927+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
3928+
version "6.0.1"
3929+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
3930+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
3931+
dependencies:
3932+
ansi-regex "^5.0.1"
3933+
37693934
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
37703935
version "3.0.1"
37713936
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -3787,13 +3952,20 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
37873952
dependencies:
37883953
ansi-regex "^4.1.0"
37893954

3790-
strip-ansi@^6.0.1:
3955+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
37913956
version "6.0.1"
37923957
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
37933958
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
37943959
dependencies:
37953960
ansi-regex "^5.0.1"
37963961

3962+
strip-ansi@^7.0.1:
3963+
version "7.1.0"
3964+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
3965+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
3966+
dependencies:
3967+
ansi-regex "^6.0.1"
3968+
37973969
strip-bom@^3.0.0:
37983970
version "3.0.0"
37993971
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3"
@@ -4119,6 +4291,15 @@ word-wrap@^1.2.5:
41194291
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
41204292
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
41214293

4294+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
4295+
version "7.0.0"
4296+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
4297+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
4298+
dependencies:
4299+
ansi-styles "^4.0.0"
4300+
string-width "^4.1.0"
4301+
strip-ansi "^6.0.0"
4302+
41224303
wrap-ansi@^3.0.1:
41234304
version "3.0.1"
41244305
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-3.0.1.tgz#288a04d87eda5c286e060dfe8f135ce8d007f8ba"
@@ -4136,6 +4317,15 @@ wrap-ansi@^5.1.0:
41364317
string-width "^3.0.0"
41374318
strip-ansi "^5.0.0"
41384319

4320+
wrap-ansi@^8.1.0:
4321+
version "8.1.0"
4322+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
4323+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
4324+
dependencies:
4325+
ansi-styles "^6.1.0"
4326+
string-width "^5.0.1"
4327+
strip-ansi "^7.0.1"
4328+
41394329
wrappy@1:
41404330
version "1.0.2"
41414331
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)