Skip to content

Commit 01a8a80

Browse files
chore(deps): update dependency @types/shelljs to v0.8.17
1 parent 9cbf67d commit 01a8a80

File tree

2 files changed

+172
-20
lines changed

2 files changed

+172
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/bent": "7.3.8",
3232
"@types/dotenv": "8.2.3",
3333
"@types/node": "22.16.2",
34-
"@types/shelljs": "0.8.16",
34+
"@types/shelljs": "0.8.17",
3535
"@typescript-eslint/eslint-plugin": "5.62.0",
3636
"@typescript-eslint/parser": "5.62.0",
3737
"arb-ethers-web3-bridge": "0.7.3",

yarn.lock

Lines changed: 171 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,30 @@
889889
dependencies:
890890
browser-headers "^0.4.1"
891891

892+
"@isaacs/balanced-match@^4.0.1":
893+
version "4.0.1"
894+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
895+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
896+
897+
"@isaacs/brace-expansion@^5.0.0":
898+
version "5.0.0"
899+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
900+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
901+
dependencies:
902+
"@isaacs/balanced-match" "^4.0.1"
903+
904+
"@isaacs/cliui@^8.0.2":
905+
version "8.0.2"
906+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
907+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
908+
dependencies:
909+
string-width "^5.1.2"
910+
string-width-cjs "npm:string-width@^4.2.0"
911+
strip-ansi "^7.0.1"
912+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
913+
wrap-ansi "^8.1.0"
914+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
915+
892916
"@josephg/resolvable@^1.0.0":
893917
version "1.0.1"
894918
resolved "https://registry.yarnpkg.com/@josephg/resolvable/-/resolvable-1.0.1.tgz#69bc4db754d79e1a2f17a650d3466e038d94a5eb"
@@ -2399,14 +2423,6 @@
23992423
"@types/qs" "*"
24002424
"@types/serve-static" "*"
24012425

2402-
"@types/glob@~7.2.0":
2403-
version "7.2.0"
2404-
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.2.0.tgz#bc1b5bf3aa92f25bd5dd39f35c57361bdce5b2eb"
2405-
integrity sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==
2406-
dependencies:
2407-
"@types/minimatch" "*"
2408-
"@types/node" "*"
2409-
24102426
"@types/google-protobuf@^3.15.2", "@types/google-protobuf@^3.15.5":
24112427
version "3.15.6"
24122428
resolved "https://registry.yarnpkg.com/@types/google-protobuf/-/google-protobuf-3.15.6.tgz#674a69493ef2c849b95eafe69167ea59079eb504"
@@ -2444,11 +2460,6 @@
24442460
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-3.0.1.tgz#5f8f2bca0a5863cb69bc0b0acd88c96cb1d4ae10"
24452461
integrity sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==
24462462

2447-
"@types/minimatch@*":
2448-
version "5.1.2"
2449-
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
2450-
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
2451-
24522463
"@types/mkdirp@^0.5.2":
24532464
version "0.5.2"
24542465
resolved "https://registry.yarnpkg.com/@types/mkdirp/-/mkdirp-0.5.2.tgz#503aacfe5cc2703d5484326b1b27efa67a339c1f"
@@ -2549,13 +2560,13 @@
25492560
"@types/mime" "*"
25502561
"@types/node" "*"
25512562

2552-
"@types/shelljs@0.8.16":
2553-
version "0.8.16"
2554-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.16.tgz#d18efab20bb76e465575e16b8e0db94d2973036f"
2555-
integrity sha512-40SUXiH0tZfAg/oKkkGF1kdHPAmE4slv2xAmbfa8VtE6ztHYwdpW2phlzHTVdJh5JOGqA3Cx1Hzp7kxFalKHYA==
2563+
"@types/shelljs@0.8.17":
2564+
version "0.8.17"
2565+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.17.tgz#8b21b8f77015af263a7e3e5093ff2b77320e45d2"
2566+
integrity sha512-IDksKYmQA2W9MkQjiyptbMmcQx+8+Ol6b7h6dPU5S05JyiQDSb/nZKnrMrZqGwgV6VkVdl6/SPCKPDlMRvqECg==
25562567
dependencies:
2557-
"@types/glob" "~7.2.0"
25582568
"@types/node" "*"
2569+
glob "^11.0.3"
25592570

25602571
"@types/to-json-schema@^0.2.0":
25612572
version "0.2.1"
@@ -2896,6 +2907,11 @@ ansi-regex@^5.0.1:
28962907
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
28972908
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
28982909

2910+
ansi-regex@^6.0.1:
2911+
version "6.1.0"
2912+
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.1.0.tgz#95ec409c69619d6cb1b8b34f14b660ef28ebd654"
2913+
integrity sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==
2914+
28992915
ansi-styles@^3.2.0, ansi-styles@^3.2.1:
29002916
version "3.2.1"
29012917
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
@@ -2910,6 +2926,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0:
29102926
dependencies:
29112927
color-convert "^2.0.1"
29122928

2929+
ansi-styles@^6.1.0:
2930+
version "6.2.1"
2931+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
2932+
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
2933+
29132934
antlr4@^4.13.1-patch-1:
29142935
version "4.13.2"
29152936
resolved "https://registry.yarnpkg.com/antlr4/-/antlr4-4.13.2.tgz#0d084ad0e32620482a9c3a0e2470c02e72e4006d"
@@ -4396,6 +4417,15 @@ cross-spawn@^7.0.2:
43964417
shebang-command "^2.0.0"
43974418
which "^2.0.1"
43984419

4420+
cross-spawn@^7.0.6:
4421+
version "7.0.6"
4422+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
4423+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
4424+
dependencies:
4425+
path-key "^3.1.0"
4426+
shebang-command "^2.0.0"
4427+
which "^2.0.1"
4428+
43994429
crypto-addr-codec@^0.1.7:
44004430
version "0.1.7"
44014431
resolved "https://registry.yarnpkg.com/crypto-addr-codec/-/crypto-addr-codec-0.1.7.tgz#e16cea892730178fe25a38f6d15b680cab3124ae"
@@ -4810,6 +4840,11 @@ duplexer3@^0.1.4:
48104840
resolved "https://registry.yarnpkg.com/duplexer3/-/duplexer3-0.1.5.tgz#0b5e4d7bad5de8901ea4440624c8e1d20099217e"
48114841
integrity sha512-1A8za6ws41LQgv9HrE/66jyC5yuSjQ3L/KOpFtoBilsAK2iA2wuS5rTt1OCzIvtS2V7nVmedsUU+DGRcjBmOYA==
48124842

4843+
eastasianwidth@^0.2.0:
4844+
version "0.2.0"
4845+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
4846+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
4847+
48134848
ecc-jsbn@~0.1.1:
48144849
version "0.1.2"
48154850
resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"
@@ -4883,6 +4918,11 @@ emoji-regex@^8.0.0:
48834918
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
48844919
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
48854920

4921+
emoji-regex@^9.2.2:
4922+
version "9.2.2"
4923+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
4924+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
4925+
48864926
encodeurl@~1.0.2:
48874927
version "1.0.2"
48884928
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
@@ -6016,6 +6056,14 @@ foreach@^2.0.4:
60166056
resolved "https://registry.yarnpkg.com/foreach/-/foreach-2.0.6.tgz#87bcc8a1a0e74000ff2bf9802110708cfb02eb6e"
60176057
integrity sha512-k6GAGDyqLe9JaebCsFCoudPPWfihKu8pylYXRlqP1J7ms39iPoTtk2fviNglIeQEwdh0bQeKJ01ZPyuyQvKzwg==
60186058

6059+
foreground-child@^3.3.1:
6060+
version "3.3.1"
6061+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
6062+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
6063+
dependencies:
6064+
cross-spawn "^7.0.6"
6065+
signal-exit "^4.0.1"
6066+
60196067
forever-agent@~0.6.1:
60206068
version "0.6.1"
60216069
resolved "https://registry.yarnpkg.com/forever-agent/-/forever-agent-0.6.1.tgz#fbc71f0c41adeb37f96c577ad1ed42d8fdacca91"
@@ -6317,6 +6365,18 @@ glob@7.1.7:
63176365
once "^1.3.0"
63186366
path-is-absolute "^1.0.0"
63196367

6368+
glob@^11.0.3:
6369+
version "11.0.3"
6370+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
6371+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
6372+
dependencies:
6373+
foreground-child "^3.3.1"
6374+
jackspeak "^4.1.1"
6375+
minimatch "^10.0.3"
6376+
minipass "^7.1.2"
6377+
package-json-from-dist "^1.0.0"
6378+
path-scurry "^2.0.0"
6379+
63206380
glob@^7.1.2, glob@^7.1.3, glob@^7.1.6:
63216381
version "7.2.3"
63226382
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -7460,6 +7520,13 @@ iterate-value@^1.0.0:
74607520
es-get-iterator "^1.0.2"
74617521
iterate-iterator "^1.0.1"
74627522

7523+
jackspeak@^4.1.1:
7524+
version "4.1.1"
7525+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
7526+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
7527+
dependencies:
7528+
"@isaacs/cliui" "^8.0.2"
7529+
74637530
js-base64@3.7.7:
74647531
version "3.7.7"
74657532
resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-3.7.7.tgz#e51b84bf78fbf5702b9541e2cb7bfcb893b43e79"
@@ -8091,6 +8158,11 @@ lowercase-keys@^3.0.0:
80918158
resolved "https://registry.yarnpkg.com/lowercase-keys/-/lowercase-keys-3.0.0.tgz#c5e7d442e37ead247ae9db117a9d0a467c89d4f2"
80928159
integrity sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==
80938160

8161+
lru-cache@^11.0.0:
8162+
version "11.1.0"
8163+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
8164+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
8165+
80948166
lru-cache@^6.0.0:
80958167
version "6.0.0"
80968168
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -8274,6 +8346,13 @@ minimatch@3.0.4:
82748346
dependencies:
82758347
brace-expansion "^1.1.7"
82768348

8349+
minimatch@^10.0.3:
8350+
version "10.0.3"
8351+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
8352+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
8353+
dependencies:
8354+
"@isaacs/brace-expansion" "^5.0.0"
8355+
82778356
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
82788357
version "3.1.2"
82798358
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8311,6 +8390,11 @@ minipass@^2.6.0, minipass@^2.9.0:
83118390
safe-buffer "^5.1.2"
83128391
yallist "^3.0.0"
83138392

8393+
minipass@^7.1.2:
8394+
version "7.1.2"
8395+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
8396+
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
8397+
83148398
minizlib@^1.3.3:
83158399
version "1.3.3"
83168400
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.3.3.tgz#2290de96818a34c29551c8a8d301216bd65a861d"
@@ -9043,6 +9127,11 @@ p-try@^2.0.0:
90439127
resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6"
90449128
integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
90459129

9130+
package-json-from-dist@^1.0.0:
9131+
version "1.0.1"
9132+
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
9133+
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
9134+
90469135
package-json@^8.1.0:
90479136
version "8.1.1"
90489137
resolved "https://registry.yarnpkg.com/package-json/-/package-json-8.1.1.tgz#3e9948e43df40d1e8e78a85485f1070bf8f03dc8"
@@ -9184,6 +9273,14 @@ path-parse@^1.0.7:
91849273
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
91859274
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
91869275

9276+
path-scurry@^2.0.0:
9277+
version "2.0.0"
9278+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
9279+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
9280+
dependencies:
9281+
lru-cache "^11.0.0"
9282+
minipass "^7.1.2"
9283+
91879284
path-to-regexp@0.1.7:
91889285
version "0.1.7"
91899286
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10509,6 +10606,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2:
1050910606
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
1051010607
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
1051110608

10609+
signal-exit@^4.0.1:
10610+
version "4.1.0"
10611+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
10612+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
10613+
1051210614
signed-varint@^2.0.1:
1051310615
version "2.0.1"
1051410616
resolved "https://registry.yarnpkg.com/signed-varint/-/signed-varint-2.0.1.tgz#50a9989da7c98c2c61dad119bc97470ef8528129"
@@ -10730,6 +10832,15 @@ string-format@^2.0.0:
1073010832
resolved "https://registry.yarnpkg.com/string-format/-/string-format-2.0.0.tgz#f2df2e7097440d3b65de31b6d40d54c96eaffb9b"
1073110833
integrity sha512-bbEs3scLeYNXLecRRuk6uJxdXUSj6le/8rNPHChIJTn2V79aXVTR1EH2OH5zLKKoz0V02fOUKZZcw01pLUShZA==
1073210834

10835+
"string-width-cjs@npm:string-width@^4.2.0":
10836+
version "4.2.3"
10837+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
10838+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10839+
dependencies:
10840+
emoji-regex "^8.0.0"
10841+
is-fullwidth-code-point "^3.0.0"
10842+
strip-ansi "^6.0.1"
10843+
1073310844
string-width@^1.0.1:
1073410845
version "1.0.2"
1073510846
resolved "https://registry.yarnpkg.com/string-width/-/string-width-1.0.2.tgz#118bdf5b8cdc51a2a7e70d211e07e2b0b9b107d3"
@@ -10747,7 +10858,7 @@ string-width@^1.0.1:
1074710858
is-fullwidth-code-point "^2.0.0"
1074810859
strip-ansi "^4.0.0"
1074910860

10750-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.2.3:
10861+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.3:
1075110862
version "4.2.3"
1075210863
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1075310864
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10765,6 +10876,15 @@ string-width@^3.0.0, string-width@^3.1.0:
1076510876
is-fullwidth-code-point "^2.0.0"
1076610877
strip-ansi "^5.1.0"
1076710878

10879+
string-width@^5.0.1, string-width@^5.1.2:
10880+
version "5.1.2"
10881+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
10882+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
10883+
dependencies:
10884+
eastasianwidth "^0.2.0"
10885+
emoji-regex "^9.2.2"
10886+
strip-ansi "^7.0.1"
10887+
1076810888
string.prototype.trim@^1.2.9:
1076910889
version "1.2.9"
1077010890
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz#b6fa326d72d2c78b6df02f7759c73f8f6274faa4"
@@ -10830,6 +10950,13 @@ string_decoder@~1.1.1:
1083010950
dependencies:
1083110951
safe-buffer "~5.1.0"
1083210952

10953+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10954+
version "6.0.1"
10955+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
10956+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10957+
dependencies:
10958+
ansi-regex "^5.0.1"
10959+
1083310960
strip-ansi@^3.0.0, strip-ansi@^3.0.1:
1083410961
version "3.0.1"
1083510962
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf"
@@ -10858,6 +10985,13 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1085810985
dependencies:
1085910986
ansi-regex "^5.0.1"
1086010987

10988+
strip-ansi@^7.0.1:
10989+
version "7.1.0"
10990+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
10991+
integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==
10992+
dependencies:
10993+
ansi-regex "^6.0.1"
10994+
1086110995
strip-bom@^2.0.0:
1086210996
version "2.0.0"
1086310997
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
@@ -13244,6 +13378,15 @@ workerpool@6.0.0:
1324413378
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.0.tgz#85aad67fa1a2c8ef9386a1b43539900f61d03d58"
1324513379
integrity sha512-fU2OcNA/GVAJLLyKUoHkAgIhKb0JoCpSjLC/G2vYKxUjVmQwGbRVeoPJ1a8U4pnVofz4AQV5Y/NEw8oKqxEBtA==
1324613380

13381+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
13382+
version "7.0.0"
13383+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
13384+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
13385+
dependencies:
13386+
ansi-styles "^4.0.0"
13387+
string-width "^4.1.0"
13388+
strip-ansi "^6.0.0"
13389+
1324713390
wrap-ansi@^2.0.0:
1324813391
version "2.1.0"
1324913392
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85"
@@ -13261,6 +13404,15 @@ wrap-ansi@^5.1.0:
1326113404
string-width "^3.0.0"
1326213405
strip-ansi "^5.0.0"
1326313406

13407+
wrap-ansi@^8.1.0:
13408+
version "8.1.0"
13409+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
13410+
integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==
13411+
dependencies:
13412+
ansi-styles "^6.1.0"
13413+
string-width "^5.0.1"
13414+
strip-ansi "^7.0.1"
13415+
1326413416
wrappy@1:
1326513417
version "1.0.2"
1326613418
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"

0 commit comments

Comments
 (0)