Skip to content

Commit 59cd12b

Browse files
Update dependency eslint-config-xo to v0.46.0
1 parent c9b6651 commit 59cd12b

File tree

2 files changed

+183
-5
lines changed

2 files changed

+183
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"dotenv": "16.4.5",
2828
"eslint": "8.57.0",
2929
"eslint-config-prettier": "8.10.0",
30-
"eslint-config-xo": "0.43.1",
30+
"eslint-config-xo": "0.46.0",
3131
"eslint-config-xo-typescript": "0.57.0",
3232
"ethereum-waffle": "3.4.4",
3333
"hardhat": "2.9.9",

yarn.lock

Lines changed: 182 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@
5858
dependencies:
5959
eslint-visitor-keys "^3.3.0"
6060

61+
"@eslint-community/eslint-utils@^4.4.0":
62+
version "4.4.0"
63+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
64+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
65+
dependencies:
66+
eslint-visitor-keys "^3.3.0"
67+
6168
"@eslint-community/regexpp@^4.4.0":
6269
version "4.4.0"
6370
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
@@ -776,6 +783,54 @@
776783
dependencies:
777784
antlr4ts "^0.5.0-alpha.4"
778785

786+
"@stylistic/eslint-plugin-js@2.6.1", "@stylistic/eslint-plugin-js@^2.6.1":
787+
version "2.6.1"
788+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-js/-/eslint-plugin-js-2.6.1.tgz#97e4f689c6bbe3661cd5fb1fd4dbb5e2e7a42cfa"
789+
integrity sha512-iLOiVzcvqzDGD9U0EuVOX680v+XOPiPAjkxWj+Q6iV2GLOM5NB27tKVOpJY7AzBhidwpRbaLTgg3T4UzYx09jw==
790+
dependencies:
791+
"@types/eslint" "^9.6.0"
792+
acorn "^8.12.1"
793+
eslint-visitor-keys "^4.0.0"
794+
espree "^10.1.0"
795+
796+
"@stylistic/eslint-plugin-jsx@2.6.1":
797+
version "2.6.1"
798+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-jsx/-/eslint-plugin-jsx-2.6.1.tgz#a7ba8242a27a8956455789dfcc087f5231fb4a7c"
799+
integrity sha512-5qHLXqxfY6jubAQfDqrifv41fx7gaqA9svDaChxMI6JiHpEBfh+PXxmm3g+B8gJCYVBTC62Rjl0Ny5QabK58bw==
800+
dependencies:
801+
"@stylistic/eslint-plugin-js" "^2.6.1"
802+
"@types/eslint" "^9.6.0"
803+
estraverse "^5.3.0"
804+
picomatch "^4.0.2"
805+
806+
"@stylistic/eslint-plugin-plus@2.6.1":
807+
version "2.6.1"
808+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-plus/-/eslint-plugin-plus-2.6.1.tgz#5b9ea3c659726835a7418d51bb818ba4dccb6b3d"
809+
integrity sha512-z/IYu/q8ipApzNam5utSU+BrXg4pK/Gv9xNbr4eWv/bZppvTWJU62xCO4nw/6r2dHNPnqc7uCHEC7GMlBnPY0A==
810+
dependencies:
811+
"@types/eslint" "^9.6.0"
812+
"@typescript-eslint/utils" "^8.0.0"
813+
814+
"@stylistic/eslint-plugin-ts@2.6.1":
815+
version "2.6.1"
816+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin-ts/-/eslint-plugin-ts-2.6.1.tgz#76a90c732139b43e17c98c2c1eea1bc7a549cef6"
817+
integrity sha512-Mxl1VMorEG1Hc6oBYPD0+KIJOWkjEF1R0liL7wWgKfwpqOkgmnh5lVdZBrYyfRKOE4RlGcwEFTNai1IW6orgVg==
818+
dependencies:
819+
"@stylistic/eslint-plugin-js" "2.6.1"
820+
"@types/eslint" "^9.6.0"
821+
"@typescript-eslint/utils" "^8.0.0"
822+
823+
"@stylistic/eslint-plugin@^2.6.1":
824+
version "2.6.1"
825+
resolved "https://registry.yarnpkg.com/@stylistic/eslint-plugin/-/eslint-plugin-2.6.1.tgz#6ccddd1ba275cb2407d9abf546982177b872a603"
826+
integrity sha512-UT0f4t+3sQ/GKW7875NiIIjZJ1Bh4gd7JNfoIkwIQyWqO7wGd0Pqzu0Ho30Ka8MNF5lm++SkVeqAk26vGxoUpg==
827+
dependencies:
828+
"@stylistic/eslint-plugin-js" "2.6.1"
829+
"@stylistic/eslint-plugin-jsx" "2.6.1"
830+
"@stylistic/eslint-plugin-plus" "2.6.1"
831+
"@stylistic/eslint-plugin-ts" "2.6.1"
832+
"@types/eslint" "^9.6.0"
833+
779834
"@szmarczak/http-timer@^1.1.2":
780835
version "1.1.2"
781836
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-1.1.2.tgz#b1665e2c461a2cd92f4c1bbf50d5454de0d4b421"
@@ -841,6 +896,24 @@
841896
dependencies:
842897
dotenv "*"
843898

899+
"@types/eslint@^9.6.0":
900+
version "9.6.0"
901+
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-9.6.0.tgz#51d4fe4d0316da9e9f2c80884f2c20ed5fb022ff"
902+
integrity sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==
903+
dependencies:
904+
"@types/estree" "*"
905+
"@types/json-schema" "*"
906+
907+
"@types/estree@*":
908+
version "1.0.5"
909+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
910+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
911+
912+
"@types/json-schema@*":
913+
version "7.0.15"
914+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
915+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
916+
844917
"@types/json-schema@^7.0.9":
845918
version "7.0.9"
846919
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
@@ -960,6 +1033,14 @@
9601033
"@typescript-eslint/types" "5.62.0"
9611034
"@typescript-eslint/visitor-keys" "5.62.0"
9621035

1036+
"@typescript-eslint/scope-manager@8.0.0":
1037+
version "8.0.0"
1038+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
1039+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
1040+
dependencies:
1041+
"@typescript-eslint/types" "8.0.0"
1042+
"@typescript-eslint/visitor-keys" "8.0.0"
1043+
9631044
"@typescript-eslint/type-utils@5.62.0":
9641045
version "5.62.0"
9651046
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
@@ -975,6 +1056,11 @@
9751056
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
9761057
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
9771058

1059+
"@typescript-eslint/types@8.0.0":
1060+
version "8.0.0"
1061+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
1062+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
1063+
9781064
"@typescript-eslint/typescript-estree@5.62.0":
9791065
version "5.62.0"
9801066
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
@@ -988,6 +1074,20 @@
9881074
semver "^7.3.7"
9891075
tsutils "^3.21.0"
9901076

1077+
"@typescript-eslint/typescript-estree@8.0.0":
1078+
version "8.0.0"
1079+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
1080+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
1081+
dependencies:
1082+
"@typescript-eslint/types" "8.0.0"
1083+
"@typescript-eslint/visitor-keys" "8.0.0"
1084+
debug "^4.3.4"
1085+
globby "^11.1.0"
1086+
is-glob "^4.0.3"
1087+
minimatch "^9.0.4"
1088+
semver "^7.6.0"
1089+
ts-api-utils "^1.3.0"
1090+
9911091
"@typescript-eslint/utils@5.62.0":
9921092
version "5.62.0"
9931093
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
@@ -1002,6 +1102,16 @@
10021102
eslint-scope "^5.1.1"
10031103
semver "^7.3.7"
10041104

1105+
"@typescript-eslint/utils@^8.0.0":
1106+
version "8.0.0"
1107+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
1108+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
1109+
dependencies:
1110+
"@eslint-community/eslint-utils" "^4.4.0"
1111+
"@typescript-eslint/scope-manager" "8.0.0"
1112+
"@typescript-eslint/types" "8.0.0"
1113+
"@typescript-eslint/typescript-estree" "8.0.0"
1114+
10051115
"@typescript-eslint/visitor-keys@5.62.0":
10061116
version "5.62.0"
10071117
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
@@ -1010,6 +1120,14 @@
10101120
"@typescript-eslint/types" "5.62.0"
10111121
eslint-visitor-keys "^3.3.0"
10121122

1123+
"@typescript-eslint/visitor-keys@8.0.0":
1124+
version "8.0.0"
1125+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
1126+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
1127+
dependencies:
1128+
"@typescript-eslint/types" "8.0.0"
1129+
eslint-visitor-keys "^3.4.3"
1130+
10131131
"@ungap/promise-all-settled@1.1.2":
10141132
version "1.1.2"
10151133
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
@@ -1105,6 +1223,11 @@ acorn@^6.0.7:
11051223
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.2.tgz#35866fd710528e92de10cf06016498e47e39e1e6"
11061224
integrity sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==
11071225

1226+
acorn@^8.12.0, acorn@^8.12.1:
1227+
version "8.12.1"
1228+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.12.1.tgz#71616bdccbe25e27a54439e0046e89ca76df2248"
1229+
integrity sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==
1230+
11081231
acorn@^8.4.1:
11091232
version "8.4.1"
11101233
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.4.1.tgz#56c36251fc7cabc7096adc18f05afe814321a28c"
@@ -2044,6 +2167,13 @@ brace-expansion@^1.1.7:
20442167
balanced-match "^1.0.0"
20452168
concat-map "0.0.1"
20462169

2170+
brace-expansion@^2.0.1:
2171+
version "2.0.1"
2172+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2173+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2174+
dependencies:
2175+
balanced-match "^1.0.0"
2176+
20472177
braces@^2.3.1:
20482178
version "2.3.2"
20492179
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -3198,12 +3328,14 @@ eslint-config-xo-typescript@0.57.0:
31983328
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.57.0.tgz#a1b5fe010657cbdea237a9ebfbd1e4e231b1b899"
31993329
integrity sha512-u+qcTaADHn2/+hbDqZHRWiAps8JS6BcRsJKAADFxYHIPpYqQeQv9mXuhRe/1+ikfZAIz9hlG1V+Lkj8J7nf34A==
32003330

3201-
eslint-config-xo@0.43.1:
3202-
version "0.43.1"
3203-
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.43.1.tgz#c2ac8993f6e429048c813f599265d1636a0bc060"
3204-
integrity sha512-azv1L2PysRA0NkZOgbndUpN+581L7wPqkgJOgxxw3hxwXAbJgD6Hqb/SjHRiACifXt/AvxCzE/jIKFAlI7XjvQ==
3331+
eslint-config-xo@0.46.0:
3332+
version "0.46.0"
3333+
resolved "https://registry.yarnpkg.com/eslint-config-xo/-/eslint-config-xo-0.46.0.tgz#2ebb7d8507d8babe456d76b3eb3d11e2ef0c89de"
3334+
integrity sha512-mjQUhdTCLQwHUFKf1hhSx1FFhm2jllr4uG2KjaW7gZHGAbjKoSypvo1eQvFk17lHx3bztYjZDDXQmkAZyaSlAg==
32053335
dependencies:
3336+
"@stylistic/eslint-plugin" "^2.6.1"
32063337
confusing-browser-globals "1.0.11"
3338+
globals "^15.3.0"
32073339

32083340
eslint-scope@^4.0.3:
32093341
version "4.0.3"
@@ -3256,6 +3388,11 @@ eslint-visitor-keys@^3.4.3:
32563388
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
32573389
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
32583390

3391+
eslint-visitor-keys@^4.0.0:
3392+
version "4.0.0"
3393+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
3394+
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
3395+
32593396
eslint@8.57.0:
32603397
version "8.57.0"
32613398
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -3342,6 +3479,15 @@ eslint@^5.6.0:
33423479
table "^5.2.3"
33433480
text-table "^0.2.0"
33443481

3482+
espree@^10.1.0:
3483+
version "10.1.0"
3484+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.1.0.tgz#8788dae611574c0f070691f522e4116c5a11fc56"
3485+
integrity sha512-M1M6CpiE6ffoigIOWYO9UDP8TMUw9kqb21tf+08IgDYjCsOvCuDt4jQcZmoYxx+w7zlKw9/N0KXfto+I8/FrXA==
3486+
dependencies:
3487+
acorn "^8.12.0"
3488+
acorn-jsx "^5.3.2"
3489+
eslint-visitor-keys "^4.0.0"
3490+
33453491
espree@^5.0.1:
33463492
version "5.0.1"
33473493
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a"
@@ -3405,6 +3551,11 @@ estraverse@^5.1.0, estraverse@^5.2.0:
34053551
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
34063552
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
34073553

3554+
estraverse@^5.3.0:
3555+
version "5.3.0"
3556+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
3557+
integrity sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==
3558+
34083559
esutils@^2.0.2:
34093560
version "2.0.3"
34103561
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -4474,6 +4625,11 @@ globals@^13.19.0:
44744625
dependencies:
44754626
type-fest "^0.20.2"
44764627

4628+
globals@^15.3.0:
4629+
version "15.9.0"
4630+
resolved "https://registry.yarnpkg.com/globals/-/globals-15.9.0.tgz#e9de01771091ffbc37db5714dab484f9f69ff399"
4631+
integrity sha512-SmSKyLLKFbSr6rptvP8izbyxJL4ILwqO9Jg23UA0sDlGlu58V59D1//I3vlc0KJphVdUR7vMjHIplYnzBxorQA==
4632+
44774633
globals@^9.18.0:
44784634
version "9.18.0"
44794635
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
@@ -6084,6 +6240,13 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
60846240
dependencies:
60856241
brace-expansion "^1.1.7"
60866242

6243+
minimatch@^9.0.4:
6244+
version "9.0.5"
6245+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
6246+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
6247+
dependencies:
6248+
brace-expansion "^2.0.1"
6249+
60876250
minimist@^1.2.0, minimist@^1.2.6, minimist@~1.2.6:
60886251
version "1.2.6"
60896252
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
@@ -6757,6 +6920,11 @@ picomatch@^2.3.1:
67576920
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
67586921
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
67596922

6923+
picomatch@^4.0.2:
6924+
version "4.0.2"
6925+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
6926+
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
6927+
67606928
pify@^2.0.0, pify@^2.3.0:
67616929
version "2.3.0"
67626930
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -7431,6 +7599,11 @@ semver@^7.3.8:
74317599
dependencies:
74327600
lru-cache "^6.0.0"
74337601

7602+
semver@^7.6.0:
7603+
version "7.6.3"
7604+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
7605+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
7606+
74347607
semver@~5.4.1:
74357608
version "5.4.1"
74367609
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -8181,6 +8354,11 @@ trim-right@^1.0.1:
81818354
resolved "https://registry.yarnpkg.com/true-case-path/-/true-case-path-2.2.1.tgz#c5bf04a5bbec3fd118be4084461b3a27c4d796bf"
81828355
integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==
81838356

8357+
ts-api-utils@^1.3.0:
8358+
version "1.3.0"
8359+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
8360+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
8361+
81848362
ts-essentials@^1.0.0:
81858363
version "1.0.4"
81868364
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)