Skip to content

Commit 65824b7

Browse files
Update dependency @types/shelljs to v0.8.17
1 parent 02f2a39 commit 65824b7

File tree

2 files changed

+174
-22
lines changed

2 files changed

+174
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@types/bent": "7.3.2",
2828
"@types/dotenv": "8.2.0",
2929
"@types/node": "16.18.0",
30-
"@types/shelljs": "0.8.11",
30+
"@types/shelljs": "0.8.17",
3131
"@typescript-eslint/eslint-plugin": "5.40.1",
3232
"@typescript-eslint/parser": "5.40.1",
3333
"bent": "7.3.12",

yarn.lock

Lines changed: 173 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1272,6 +1272,30 @@
12721272
dependencies:
12731273
browser-headers "^0.4.1"
12741274

1275+
"@isaacs/balanced-match@^4.0.1":
1276+
version "4.0.1"
1277+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1278+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1279+
1280+
"@isaacs/brace-expansion@^5.0.0":
1281+
version "5.0.0"
1282+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1283+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1284+
dependencies:
1285+
"@isaacs/balanced-match" "^4.0.1"
1286+
1287+
"@isaacs/cliui@^8.0.2":
1288+
version "8.0.2"
1289+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
1290+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
1291+
dependencies:
1292+
string-width "^5.1.2"
1293+
string-width-cjs "npm:string-width@^4.2.0"
1294+
strip-ansi "^7.0.1"
1295+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
1296+
wrap-ansi "^8.1.0"
1297+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
1298+
12751299
"@josephg/resolvable@^1.0.0":
12761300
version "1.0.1"
12771301
resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.1.tgz#69bc4db754d79e1a2f17a650d3466e038d94a5eb"
@@ -2240,14 +2264,6 @@
22402264
dependencies:
22412265
"@types/node" "*"
22422266

2243-
"@types/glob@*":
2244-
version "7.1.3"
2245-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
2246-
integrity sha512-SEYeGAIQIQX8NN6LDKprLjbrd5dARM5EXsd8GI/A5l0apYI1fGMWgPHSe4ZKL4eozlAyI+doUE9XbYS4xCkQ1w==
2247-
dependencies:
2248-
"@types/minimatch" "*"
2249-
"@types/node" "*"
2250-
22512267
"@types/google-protobuf@^3.7.3", "@types/google-protobuf@^3.7.4":
22522268
version "3.7.4"
22532269
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.7.4.tgz#1621c50ceaf5aefa699851da8e0ea606a2943a39"
@@ -2309,11 +2325,6 @@
23092325
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
23102326
integrity sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==
23112327

2312-
"@types/minimatch@*":
2313-
version "3.0.3"
2314-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
2315-
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
2316-
23172328
"@types/minimist@^1.2.2":
23182329
version "1.2.2"
23192330
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
@@ -2423,13 +2434,13 @@
24232434
"@types/mime" "^1"
24242435
"@types/node" "*"
24252436

2426-
"@types/[email protected].11":
2427-
version "0.8.11"
2428-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.11.tgz#17a5696c825974e96828e96e89585d685646fcb8"
2429-
integrity sha512-x9yaMvEh5BEaZKeVQC4vp3l+QoFj3BXcd4aYfuKSzIIyihjdVARAadYy3SMNIz0WCCdS2vB9JL/U6GQk5PaxQw==
2437+
"@types/[email protected].17":
2438+
version "0.8.17"
2439+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.17.tgz#8b21b8f77015af263a7e3e5093ff2b77320e45d2"
2440+
integrity sha512-IDksKYmQA2W9MkQjiyptbMmcQx+8+Ol6b7h6dPU5S05JyiQDSb/nZKnrMrZqGwgV6VkVdl6/SPCKPDlMRvqECg==
24302441
dependencies:
2431-
"@types/glob" "*"
24322442
"@types/node" "*"
2443+
glob "^11.0.3"
24332444

24342445
"@types/to-json-schema@^0.2.0":
24352446
version "0.2.0"
@@ -2778,6 +2789,11 @@ ansi-regex@^5.0.1:
27782789
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
27792790
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
27802791

2792+
ansi-regex@^6.0.1:
2793+
version "6.1.0"
2794+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
2795+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
2796+
27812797
ansi-styles@^2.2.1:
27822798
version "2.2.1"
27832799
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe"
@@ -2790,13 +2806,18 @@ ansi-styles@^3.2.0, ansi-styles@^3.2.1:
27902806
dependencies:
27912807
color-convert "^1.9.0"
27922808

2793-
ansi-styles@^4.1.0:
2809+
ansi-styles@^4.0.0, ansi-styles@^4.1.0:
27942810
version "4.3.0"
27952811
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
27962812
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
27972813
dependencies:
27982814
color-convert "^2.0.1"
27992815

2816+
ansi-styles@^6.1.0:
2817+
version "6.2.1"
2818+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2819+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2820+
28002821
28012822
version "4.7.1"
28022823
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.7.1.tgz#69984014f096e9e775f53dd9744bf994d8959773"
@@ -4972,6 +4993,15 @@ cross-spawn@^7.0.2:
49724993
shebang-command "^2.0.0"
49734994
which "^2.0.1"
49744995

4996+
cross-spawn@^7.0.6:
4997+
version "7.0.6"
4998+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
4999+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
5000+
dependencies:
5001+
path-key "^3.1.0"
5002+
shebang-command "^2.0.0"
5003+
which "^2.0.1"
5004+
49755005
49765006
version "3.12.0"
49775007
resolved "https://registry.yarnpkg.com/crypto-browserify/-/crypto-browserify-3.12.0.tgz#396cf9f3137f03e4b8e532c58f698254e00f80ec"
@@ -5497,6 +5527,11 @@ duplexify@^3.2.0:
54975527
readable-stream "^2.0.0"
54985528
stream-shift "^1.0.0"
54995529

5530+
eastasianwidth@^0.2.0:
5531+
version "0.2.0"
5532+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
5533+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
5534+
55005535
ecc-jsbn@~0.1.1:
55015536
version "0.1.2"
55025537
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -5575,6 +5610,11 @@ emoji-regex@^8.0.0:
55755610
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
55765611
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
55775612

5613+
emoji-regex@^9.2.2:
5614+
version "9.2.2"
5615+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
5616+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
5617+
55785618
encodeurl@~1.0.2:
55795619
version "1.0.2"
55805620
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -7186,6 +7226,14 @@ foreach@^2.0.4, foreach@^2.0.5:
71867226
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.5.tgz#0bee005018aeb260d0a3af3ae658dd0136ec1b99"
71877227
integrity sha1-C+4AUBiusmDQo6865ljdATbsG5k=
71887228

7229+
foreground-child@^3.3.1:
7230+
version "3.3.1"
7231+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
7232+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
7233+
dependencies:
7234+
cross-spawn "^7.0.6"
7235+
signal-exit "^4.0.1"
7236+
71897237
forever-agent@~0.6.1:
71907238
version "0.6.1"
71917239
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -7509,6 +7557,18 @@ [email protected], glob@^7.1.2, glob@^7.1.3, glob@~7.1.6:
75097557
once "^1.3.0"
75107558
path-is-absolute "^1.0.0"
75117559

7560+
glob@^11.0.3:
7561+
version "11.0.3"
7562+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
7563+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
7564+
dependencies:
7565+
foreground-child "^3.3.1"
7566+
jackspeak "^4.1.1"
7567+
minimatch "^10.0.3"
7568+
minipass "^7.1.2"
7569+
package-json-from-dist "^1.0.0"
7570+
path-scurry "^2.0.0"
7571+
75127572
glob@^5.0.3:
75137573
version "5.0.15"
75147574
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -8904,6 +8964,13 @@ iterate-value@^1.0.0:
89048964
es-get-iterator "^1.0.2"
89058965
iterate-iterator "^1.0.1"
89068966

8967+
jackspeak@^4.1.1:
8968+
version "4.1.1"
8969+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
8970+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
8971+
dependencies:
8972+
"@isaacs/cliui" "^8.0.2"
8973+
89078974
js-sdsl@^4.1.4:
89088975
version "4.1.4"
89098976
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
@@ -9782,6 +9849,11 @@ [email protected], lru-cache@^5.1.1:
97829849
dependencies:
97839850
yallist "^3.0.2"
97849851

9852+
lru-cache@^11.0.0:
9853+
version "11.1.0"
9854+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
9855+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
9856+
97859857
lru-cache@^3.2.0:
97869858
version "3.2.0"
97879859
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-3.2.0.tgz#71789b3b7f5399bec8565dda38aa30d2a097efee"
@@ -10105,6 +10177,13 @@ minimatch@*, "minimatch@2 || 3", [email protected], minimatch@^3.0.4:
1010510177
dependencies:
1010610178
brace-expansion "^1.1.7"
1010710179

10180+
minimatch@^10.0.3:
10181+
version "10.0.3"
10182+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
10183+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
10184+
dependencies:
10185+
"@isaacs/brace-expansion" "^5.0.0"
10186+
1010810187
minimatch@^3.1.2:
1010910188
version "3.1.2"
1011010189
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -10144,6 +10223,11 @@ minipass@^2.6.0, minipass@^2.9.0:
1014410223
safe-buffer "^5.1.2"
1014510224
yallist "^3.0.0"
1014610225

10226+
minipass@^7.1.2:
10227+
version "7.1.2"
10228+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
10229+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
10230+
1014710231
minizlib@^1.3.3:
1014810232
version "1.3.3"
1014910233
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
@@ -11030,6 +11114,11 @@ p-try@^2.0.0:
1103011114
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
1103111115
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
1103211116

11117+
package-json-from-dist@^1.0.0:
11118+
version "1.0.1"
11119+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
11120+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
11121+
1103311122
param-case@^2.1.0:
1103411123
version "2.1.1"
1103511124
resolved "https://registry.yarnpkg.com/param-case/-/param-case-2.1.1.tgz#df94fd8cf6531ecf75e6bef9a0858fbc72be2247"
@@ -11214,6 +11303,14 @@ path-parse@^1.0.6:
1121411303
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
1121511304
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
1121611305

11306+
path-scurry@^2.0.0:
11307+
version "2.0.0"
11308+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
11309+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
11310+
dependencies:
11311+
lru-cache "^11.0.0"
11312+
minipass "^7.1.2"
11313+
1121711314
1121811315
version "0.1.7"
1121911316
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -12780,6 +12877,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
1278012877
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.3.tgz#a1410c2edd8f077b08b4e253c8eacfcaf057461c"
1278112878
integrity sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==
1278212879

12880+
signal-exit@^4.0.1:
12881+
version "4.1.0"
12882+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
12883+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
12884+
1278312885
signed-varint@^2.0.1:
1278412886
version "2.0.1"
1278512887
resolved "https://registry.yarnpkg.com/signed-varint/-/signed-varint-2.0.1.tgz#50a9989da7c98c2c61dad119bc97470ef8528129"
@@ -13124,6 +13226,15 @@ strict-uri-encode@^1.0.0:
1312413226
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
1312513227
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
1312613228

13229+
"string-width-cjs@npm:string-width@^4.2.0":
13230+
version "4.2.3"
13231+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
13232+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
13233+
dependencies:
13234+
emoji-regex "^8.0.0"
13235+
is-fullwidth-code-point "^3.0.0"
13236+
strip-ansi "^6.0.1"
13237+
1312713238
string-width@^1.0.1:
1312813239
version "1.0.2"
1312913240
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -13150,7 +13261,7 @@ string-width@^3.0.0, string-width@^3.1.0:
1315013261
is-fullwidth-code-point "^2.0.0"
1315113262
strip-ansi "^5.1.0"
1315213263

13153-
string-width@^4.2.3:
13264+
string-width@^4.1.0, string-width@^4.2.3:
1315413265
version "4.2.3"
1315513266
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1315613267
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -13159,6 +13270,15 @@ string-width@^4.2.3:
1315913270
is-fullwidth-code-point "^3.0.0"
1316013271
strip-ansi "^6.0.1"
1316113272

13273+
string-width@^5.0.1, string-width@^5.1.2:
13274+
version "5.1.2"
13275+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
13276+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
13277+
dependencies:
13278+
eastasianwidth "^0.2.0"
13279+
emoji-regex "^9.2.2"
13280+
strip-ansi "^7.0.1"
13281+
1316213282
string.prototype.trim@~1.2.1:
1316313283
version "1.2.3"
1316413284
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz#d23a22fde01c1e6571a7fadcb9be11decd8061a7"
@@ -13219,6 +13339,13 @@ string_decoder@~1.1.1:
1321913339
dependencies:
1322013340
safe-buffer "~5.1.0"
1322113341

13342+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
13343+
version "6.0.1"
13344+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
13345+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
13346+
dependencies:
13347+
ansi-regex "^5.0.1"
13348+
1322213349
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1322313350
version "3.0.1"
1322413351
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -13240,13 +13367,20 @@ strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0:
1324013367
dependencies:
1324113368
ansi-regex "^4.1.0"
1324213369

13243-
strip-ansi@^6.0.1:
13370+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1324413371
version "6.0.1"
1324513372
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1324613373
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
1324713374
dependencies:
1324813375
ansi-regex "^5.0.1"
1324913376

13377+
strip-ansi@^7.0.1:
13378+
version "7.1.0"
13379+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
13380+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
13381+
dependencies:
13382+
ansi-regex "^6.0.1"
13383+
1325013384
strip-bom-stream@^1.0.0:
1325113385
version "1.0.0"
1325213386
resolved "https://registry.yarnpkg.com/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz#e7144398577d51a6bed0fa1994fa05f43fd988ee"
@@ -15414,6 +15548,15 @@ [email protected]:
1541415548
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.0.tgz#85aad67fa1a2c8ef9386a1b43539900f61d03d58"
1541515549
integrity sha512-fU2OcNA/GVAJLLyKUoHkAgIhKb0JoCpSjLC/G2vYKxUjVmQwGbRVeoPJ1a8U4pnVofz4AQV5Y/NEw8oKqxEBtA==
1541615550

15551+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
15552+
version "7.0.0"
15553+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
15554+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
15555+
dependencies:
15556+
ansi-styles "^4.0.0"
15557+
string-width "^4.1.0"
15558+
strip-ansi "^6.0.0"
15559+
1541715560
wrap-ansi@^2.0.0:
1541815561
version "2.1.0"
1541915562
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
@@ -15431,6 +15574,15 @@ wrap-ansi@^5.1.0:
1543115574
string-width "^3.0.0"
1543215575
strip-ansi "^5.0.0"
1543315576

15577+
wrap-ansi@^8.1.0:
15578+
version "8.1.0"
15579+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
15580+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
15581+
dependencies:
15582+
ansi-styles "^6.1.0"
15583+
string-width "^5.0.1"
15584+
strip-ansi "^7.0.1"
15585+
1543415586
wrappy@1:
1543515587
version "1.0.2"
1543615588
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)