Skip to content

Commit e1dca1c

Browse files
chore(deps): update dependency nyc to v18
1 parent 379eace commit e1dca1c

2 files changed

Lines changed: 83 additions & 84 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"husky": "9.1.7",
100100
"lint-staged": "16.2.7",
101101
"mocha": "11.7.5",
102-
"nyc": "17.1.0",
102+
"nyc": "18.0.0",
103103
"prettier": "3.7.4",
104104
"pretty-quick": "4.2.2",
105105
"should": "13.2.3",

yarn.lock

Lines changed: 82 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,11 @@ balanced-match@^1.0.0:
10031003
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
10041004
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
10051005

1006+
balanced-match@^4.0.2:
1007+
version "4.0.4"
1008+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1009+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1010+
10061011
bluebird@^3.7.2:
10071012
version "3.7.2"
10081013
resolved "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz"
@@ -1028,6 +1033,13 @@ brace-expansion@^2.0.1:
10281033
dependencies:
10291034
balanced-match "^1.0.0"
10301035

1036+
brace-expansion@^5.0.5:
1037+
version "5.0.6"
1038+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
1039+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
1040+
dependencies:
1041+
balanced-match "^4.0.2"
1042+
10311043
braces@^3.0.3:
10321044
version "3.0.3"
10331045
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
@@ -1374,7 +1386,7 @@ cross-spawn@^7.0.0:
13741386
shebang-command "^2.0.0"
13751387
which "^2.0.1"
13761388

1377-
cross-spawn@^7.0.6:
1389+
cross-spawn@^7.0.3, cross-spawn@^7.0.6:
13781390
version "7.0.6"
13791391
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
13801392
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
@@ -2559,10 +2571,6 @@ fromentries@^1.2.0:
25592571
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
25602572
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
25612573

2562-
fs.realpath@^1.0.0:
2563-
version "1.0.0"
2564-
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
2565-
25662574
function-bind@^1.1.1:
25672575
version "1.1.1"
25682576
resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
@@ -2769,17 +2777,14 @@ glob@^10.4.5:
27692777
package-json-from-dist "^1.0.0"
27702778
path-scurry "^1.11.1"
27712779

2772-
glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
2773-
version "7.2.0"
2774-
resolved "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz"
2775-
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
2780+
glob@^13.0.3, glob@^13.0.6:
2781+
version "13.0.6"
2782+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
2783+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
27762784
dependencies:
2777-
fs.realpath "^1.0.0"
2778-
inflight "^1.0.4"
2779-
inherits "2"
2780-
minimatch "^3.0.4"
2781-
once "^1.3.0"
2782-
path-is-absolute "^1.0.0"
2785+
minimatch "^10.2.2"
2786+
minipass "^7.1.3"
2787+
path-scurry "^2.0.2"
27832788

27842789
globals@^11.1.0:
27852790
version "11.12.0"
@@ -3010,17 +3015,6 @@ indent-string@^4.0.0:
30103015
resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz"
30113016
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==
30123017

3013-
inflight@^1.0.4:
3014-
version "1.0.6"
3015-
resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz"
3016-
dependencies:
3017-
once "^1.3.0"
3018-
wrappy "1"
3019-
3020-
inherits@2:
3021-
version "2.0.3"
3022-
resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz"
3023-
30243018
internal-slot@^1.0.3:
30253019
version "1.0.3"
30263020
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
@@ -3453,7 +3447,7 @@ isexe@^2.0.0:
34533447
resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
34543448
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
34553449

3456-
istanbul-lib-coverage@^3.0.0, istanbul-lib-coverage@^3.0.0-alpha.1:
3450+
istanbul-lib-coverage@^3.0.0:
34573451
version "3.2.0"
34583452
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz#189e7909d0a39fa5a3dfad5b03f71947770191d3"
34593453
integrity sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==
@@ -3481,18 +3475,16 @@ istanbul-lib-instrument@^6.0.2:
34813475
istanbul-lib-coverage "^3.2.0"
34823476
semver "^7.5.4"
34833477

3484-
istanbul-lib-processinfo@^2.0.2:
3485-
version "2.0.2"
3486-
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz#e1426514662244b2f25df728e8fd1ba35fe53b9c"
3487-
integrity sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==
3478+
istanbul-lib-processinfo@^3.0.0:
3479+
version "3.0.1"
3480+
resolved "https://registry.yarnpkg.com/istanbul-lib-processinfo/-/istanbul-lib-processinfo-3.0.1.tgz#2d5eaa48df7ea081fe816bceaf4b41591c079b4e"
3481+
integrity sha512-s3mX05h5wGZeScG6XnOanygPh4SJu5ujMc9YbvpnLGXWy1cRiGbp0NdVcjHxgoZt3WfQppfBsa0y+gWdYJ2pGQ==
34883482
dependencies:
34893483
archy "^1.0.0"
3490-
cross-spawn "^7.0.0"
3491-
istanbul-lib-coverage "^3.0.0-alpha.1"
3492-
make-dir "^3.0.0"
3484+
cross-spawn "^7.0.3"
3485+
istanbul-lib-coverage "^3.2.0"
34933486
p-map "^3.0.0"
3494-
rimraf "^3.0.0"
3495-
uuid "^3.3.3"
3487+
rimraf "^6.1.3"
34963488

34973489
istanbul-lib-report@^3.0.0:
34983490
version "3.0.0"
@@ -3728,6 +3720,11 @@ lru-cache@^10.2.0:
37283720
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
37293721
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
37303722

3723+
lru-cache@^11.0.0:
3724+
version "11.5.1"
3725+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.1.tgz#f3daa3540847b9737ebc02499ddb36765e54db4a"
3726+
integrity sha512-RPimw/7aMdv2oqRrxKwvZXcPfwBrn/JZ2xYcY9Hus/6LaS3VOAKVWKWgNLCFSiOm1ESXinjsDlidVU7JlnCN2A==
3727+
37313728
lru-cache@^5.1.1:
37323729
version "5.1.1"
37333730
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -3809,7 +3806,14 @@ mimic-function@^5.0.0:
38093806
resolved "https://registry.yarnpkg.com/mimic-function/-/mimic-function-5.0.1.tgz#acbe2b3349f99b9deaca7fb70e48b83e94e67076"
38103807
integrity sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==
38113808

3812-
minimatch@^3.0.4, minimatch@^3.1.2:
3809+
minimatch@^10.2.2:
3810+
version "10.2.5"
3811+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3812+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
3813+
dependencies:
3814+
brace-expansion "^5.0.5"
3815+
3816+
minimatch@^3.1.2:
38133817
version "3.1.2"
38143818
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
38153819
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
@@ -3840,6 +3844,11 @@ minimist@^1.2.0, minimist@^1.2.6:
38403844
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
38413845
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
38423846

3847+
minipass@^7.1.3:
3848+
version "7.1.3"
3849+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
3850+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
3851+
38433852
mocha@11.7.5:
38443853
version "11.7.5"
38453854
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.7.5.tgz#58f5bbfa5e0211ce7e5ee6128107cefc2515a627"
@@ -3911,10 +3920,10 @@ nth-check@^2.0.1:
39113920
dependencies:
39123921
boolbase "^1.0.0"
39133922

3914-
nyc@17.1.0:
3915-
version "17.1.0"
3916-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.1.0.tgz#b6349a401a62ffeb912bd38ea9a018839fdb6eb1"
3917-
integrity sha512-U42vQ4czpKa0QdI1hu950XuNhYqgoM+ZF1HT+VuUHL9hPfDPVvNQyltmMqdE9bUHMVa+8yNbc3QKTj8zQhlVxQ==
3923+
nyc@18.0.0:
3924+
version "18.0.0"
3925+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-18.0.0.tgz#644c75c5cba4e8c571674016ac7f714fb143f20c"
3926+
integrity sha512-G5UyHinFkB1BxqGTrmZdB6uIYH0+v7ZnVssuflUDi+J+RhKWyAhRT1RCehBSI6jLFLuUUgFDyLt49mUtdO1XeQ==
39183927
dependencies:
39193928
"@istanbuljs/load-nyc-config" "^1.0.0"
39203929
"@istanbuljs/schema" "^0.1.2"
@@ -3925,11 +3934,11 @@ nyc@17.1.0:
39253934
find-up "^4.1.0"
39263935
foreground-child "^3.3.0"
39273936
get-package-type "^0.1.0"
3928-
glob "^7.1.6"
3937+
glob "^13.0.6"
39293938
istanbul-lib-coverage "^3.0.0"
39303939
istanbul-lib-hook "^3.0.0"
39313940
istanbul-lib-instrument "^6.0.2"
3932-
istanbul-lib-processinfo "^2.0.2"
3941+
istanbul-lib-processinfo "^3.0.0"
39333942
istanbul-lib-report "^3.0.0"
39343943
istanbul-lib-source-maps "^4.0.0"
39353944
istanbul-reports "^3.0.2"
@@ -3938,10 +3947,10 @@ nyc@17.1.0:
39383947
p-map "^3.0.0"
39393948
process-on-spawn "^1.0.0"
39403949
resolve-from "^5.0.0"
3941-
rimraf "^3.0.0"
3950+
rimraf "^6.1.3"
39423951
signal-exit "^3.0.2"
3943-
spawn-wrap "^2.0.0"
3944-
test-exclude "^6.0.0"
3952+
spawn-wrap "^3.0.0"
3953+
test-exclude "^8.0.0"
39453954
yargs "^15.0.2"
39463955

39473956
object-assign@^4.1.1:
@@ -4078,13 +4087,6 @@ object.values@^1.2.1:
40784087
define-properties "^1.2.1"
40794088
es-object-atoms "^1.0.0"
40804089

4081-
once@^1.3.0:
4082-
version "1.4.0"
4083-
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
4084-
integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==
4085-
dependencies:
4086-
wrappy "1"
4087-
40884090
onetime@^7.0.0:
40894091
version "7.0.0"
40904092
resolved "https://registry.yarnpkg.com/onetime/-/onetime-7.0.0.tgz#9f16c92d8c9ef5120e3acd9dd9957cceecc1ab60"
@@ -4163,7 +4165,7 @@ package-hash@^4.0.0:
41634165
lodash.flattendeep "^4.4.0"
41644166
release-zalgo "^1.0.0"
41654167

4166-
package-json-from-dist@^1.0.0:
4168+
package-json-from-dist@^1.0.0, package-json-from-dist@^1.0.1:
41674169
version "1.0.1"
41684170
resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz#4f1471a010827a86f94cfd9b0727e36d267de505"
41694171
integrity sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==
@@ -4209,10 +4211,6 @@ path-exists@^4.0.0:
42094211
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
42104212
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
42114213

4212-
path-is-absolute@^1.0.0:
4213-
version "1.0.1"
4214-
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
4215-
42164214
path-key@^3.1.0:
42174215
version "3.1.1"
42184216
resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz"
@@ -4231,6 +4229,14 @@ path-scurry@^1.11.1:
42314229
lru-cache "^10.2.0"
42324230
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
42334231

4232+
path-scurry@^2.0.2:
4233+
version "2.0.2"
4234+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
4235+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
4236+
dependencies:
4237+
lru-cache "^11.0.0"
4238+
minipass "^7.1.2"
4239+
42344240
pend@~1.2.0:
42354241
version "1.2.0"
42364242
resolved "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz"
@@ -4491,12 +4497,13 @@ rfdc@^1.4.1:
44914497
resolved "https://registry.yarnpkg.com/rfdc/-/rfdc-1.4.1.tgz#778f76c4fb731d93414e8f925fbecf64cce7f6ca"
44924498
integrity sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==
44934499

4494-
rimraf@^3.0.0:
4495-
version "3.0.2"
4496-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
4497-
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
4500+
rimraf@^6.1.3:
4501+
version "6.1.3"
4502+
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-6.1.3.tgz#afbee236b3bd2be331d4e7ce4493bac1718981af"
4503+
integrity sha512-LKg+Cr2ZF61fkcaK1UdkH2yEBBKnYjTyWzTJT6KNPcSPaiT7HSdhtMXQuN5wkTX0Xu72KQ1l8S42rlmexS2hSA==
44984504
dependencies:
4499-
glob "^7.1.3"
4505+
glob "^13.0.3"
4506+
package-json-from-dist "^1.0.1"
45004507

45014508
safe-array-concat@^1.0.1:
45024509
version "1.0.1"
@@ -4812,15 +4819,16 @@ source-map@^0.6.1:
48124819
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"
48134820
integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==
48144821

4815-
spawn-wrap@^2.0.0:
4816-
version "2.0.0"
4817-
resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-2.0.0.tgz#103685b8b8f9b79771318827aa78650a610d457e"
4818-
integrity sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==
4822+
spawn-wrap@^3.0.0:
4823+
version "3.0.0"
4824+
resolved "https://registry.yarnpkg.com/spawn-wrap/-/spawn-wrap-3.0.0.tgz#8f8c3e69e7f6afcf9404beacaa3241f645d6ea5c"
4825+
integrity sha512-z+s5vv4KzFPJVddGab0xX2n7kQPGMdNUX5l9T8EJqsXdKTWpcxmAqWHpsgHEXoC1taGBCc7b79bi62M5kdbrxQ==
48194826
dependencies:
4827+
cross-spawn "^7.0.6"
48204828
foreground-child "^2.0.0"
48214829
is-windows "^1.0.2"
48224830
make-dir "^3.0.0"
4823-
rimraf "^3.0.0"
4831+
rimraf "^6.1.3"
48244832
signal-exit "^3.0.2"
48254833
which "^2.0.1"
48264834

@@ -5110,14 +5118,14 @@ synckit@^0.11.7:
51105118
dependencies:
51115119
"@pkgr/core" "^0.2.4"
51125120

5113-
test-exclude@^6.0.0:
5114-
version "6.0.0"
5115-
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
5116-
integrity sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==
5121+
test-exclude@^8.0.0:
5122+
version "8.0.0"
5123+
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-8.0.0.tgz#85891add3fa46bb822b1b1579c7f8c9a3d04ebd8"
5124+
integrity sha512-ZOffsNrXYggvU1mDGHk54I96r26P8SyMjO5slMKSc7+IWmtB/MQKnEC2fP51imB3/pT6YK5cT5E8f+Dd9KdyOQ==
51175125
dependencies:
51185126
"@istanbuljs/schema" "^0.1.2"
5119-
glob "^7.1.4"
5120-
minimatch "^3.0.4"
5127+
glob "^13.0.6"
5128+
minimatch "^10.2.2"
51215129

51225130
tinyexec@^0.3.2:
51235131
version "0.3.2"
@@ -5426,11 +5434,6 @@ uri-js@^4.2.2:
54265434
dependencies:
54275435
punycode "^2.1.0"
54285436

5429-
uuid@^3.3.3:
5430-
version "3.4.0"
5431-
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
5432-
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
5433-
54345437
v8-compile-cache-lib@^3.0.1:
54355438
version "3.0.1"
54365439
resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
@@ -5640,10 +5643,6 @@ wrap-ansi@^9.0.0:
56405643
string-width "^7.0.0"
56415644
strip-ansi "^7.1.0"
56425645

5643-
wrappy@1:
5644-
version "1.0.2"
5645-
resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
5646-
56475646
write-file-atomic@^3.0.0:
56485647
version "3.0.3"
56495648
resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-3.0.3.tgz#56bd5c5a5c70481cd19c571bd39ab965a5de56e8"

0 commit comments

Comments
 (0)