Skip to content

Commit 6c27191

Browse files
Update typescript-eslint monorepo to v8
1 parent 58eacf0 commit 6c27191

File tree

2 files changed

+100
-78
lines changed

2 files changed

+100
-78
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@types/nearley": "2.11.5",
3636
"@types/node": "20.16.1",
3737
"@types/yargs": "17.0.33",
38-
"@typescript-eslint/eslint-plugin": "6.21.0",
39-
"@typescript-eslint/parser": "6.21.0",
38+
"@typescript-eslint/eslint-plugin": "8.15.0",
39+
"@typescript-eslint/parser": "8.15.0",
4040
"eslint": "8.57.0",
4141
"eslint-config-love": "43.1.0",
4242
"eslint-config-prettier": "8.10.0",

yarn.lock

Lines changed: 98 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@
159159
dependencies:
160160
eslint-visitor-keys "^3.3.0"
161161

162-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
163-
version "4.10.0"
164-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
165-
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
162+
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.6.1":
163+
version "4.12.1"
164+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
165+
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
166166

167167
"@eslint/eslintrc@^2.1.4":
168168
version "2.1.4"
@@ -589,11 +589,6 @@
589589
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
590590
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
591591

592-
"@types/json-schema@^7.0.12":
593-
version "7.0.15"
594-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
595-
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
596-
597592
"@types/json5@^0.0.29":
598593
version "0.0.29"
599594
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -618,11 +613,6 @@
618613
dependencies:
619614
undici-types "~6.19.2"
620615

621-
"@types/semver@^7.5.0":
622-
version "7.5.8"
623-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
624-
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
625-
626616
"@types/yargs-parser@*":
627617
version "21.0.3"
628618
resolved "https://registry.yarnpkg.com/@types/yargs-parser/-/yargs-parser-21.0.3.tgz#815e30b786d2e8f0dcd85fd5bcf5e1a04d008f15"
@@ -635,24 +625,33 @@
635625
dependencies:
636626
"@types/yargs-parser" "*"
637627

638-
"@typescript-eslint/eslint-plugin@6.21.0":
639-
version "6.21.0"
640-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz#30830c1ca81fd5f3c2714e524c4303e0194f9cd3"
641-
integrity sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==
628+
"@typescript-eslint/eslint-plugin@8.15.0":
629+
version "8.15.0"
630+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.15.0.tgz#c95c6521e70c8b095a684d884d96c0c1c63747d2"
631+
integrity sha512-+zkm9AR1Ds9uLWN3fkoeXgFppaQ+uEVtfOV62dDmsy9QCNqlRHWNEck4yarvRNrvRcHQLGfqBNui3cimoz8XAg==
642632
dependencies:
643-
"@eslint-community/regexpp" "^4.5.1"
644-
"@typescript-eslint/scope-manager" "6.21.0"
645-
"@typescript-eslint/type-utils" "6.21.0"
646-
"@typescript-eslint/utils" "6.21.0"
647-
"@typescript-eslint/visitor-keys" "6.21.0"
648-
debug "^4.3.4"
633+
"@eslint-community/regexpp" "^4.10.0"
634+
"@typescript-eslint/scope-manager" "8.15.0"
635+
"@typescript-eslint/type-utils" "8.15.0"
636+
"@typescript-eslint/utils" "8.15.0"
637+
"@typescript-eslint/visitor-keys" "8.15.0"
649638
graphemer "^1.4.0"
650-
ignore "^5.2.4"
639+
ignore "^5.3.1"
651640
natural-compare "^1.4.0"
652-
semver "^7.5.4"
653-
ts-api-utils "^1.0.1"
641+
ts-api-utils "^1.3.0"
642+
643+
"@typescript-eslint/parser@8.15.0":
644+
version "8.15.0"
645+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.15.0.tgz#92610da2b3af702cfbc02a46e2a2daa6260a9045"
646+
integrity sha512-7n59qFpghG4uazrF9qtGKBZXn7Oz4sOMm8dwNWDQY96Xlm2oX67eipqcblDj+oY1lLCbf1oltMZFpUso66Kl1A==
647+
dependencies:
648+
"@typescript-eslint/scope-manager" "8.15.0"
649+
"@typescript-eslint/types" "8.15.0"
650+
"@typescript-eslint/typescript-estree" "8.15.0"
651+
"@typescript-eslint/visitor-keys" "8.15.0"
652+
debug "^4.3.4"
654653

655-
"@typescript-eslint/parser@6.21.0", "@typescript-eslint/parser@^6.4.0":
654+
"@typescript-eslint/parser@^6.4.0":
656655
version "6.21.0"
657656
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
658657
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
@@ -671,21 +670,34 @@
671670
"@typescript-eslint/types" "6.21.0"
672671
"@typescript-eslint/visitor-keys" "6.21.0"
673672

674-
"@typescript-eslint/type-utils@6.21.0":
675-
version "6.21.0"
676-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
677-
integrity sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==
673+
"@typescript-eslint/scope-manager@8.15.0":
674+
version "8.15.0"
675+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.15.0.tgz#28a1a0f13038f382424f45a988961acaca38f7c6"
676+
integrity sha512-QRGy8ADi4J7ii95xz4UoiymmmMd/zuy9azCaamnZ3FM8T5fZcex8UfJcjkiEZjJSztKfEBe3dZ5T/5RHAmw2mA==
678677
dependencies:
679-
"@typescript-eslint/typescript-estree" "6.21.0"
680-
"@typescript-eslint/utils" "6.21.0"
678+
"@typescript-eslint/types" "8.15.0"
679+
"@typescript-eslint/visitor-keys" "8.15.0"
680+
681+
"@typescript-eslint/type-utils@8.15.0":
682+
version "8.15.0"
683+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.15.0.tgz#a6da0f93aef879a68cc66c73fe42256cb7426c72"
684+
integrity sha512-UU6uwXDoI3JGSXmcdnP5d8Fffa2KayOhUUqr/AiBnG1Gl7+7ut/oyagVeSkh7bxQ0zSXV9ptRh/4N15nkCqnpw==
685+
dependencies:
686+
"@typescript-eslint/typescript-estree" "8.15.0"
687+
"@typescript-eslint/utils" "8.15.0"
681688
debug "^4.3.4"
682-
ts-api-utils "^1.0.1"
689+
ts-api-utils "^1.3.0"
683690

684691
"@typescript-eslint/types@6.21.0":
685692
version "6.21.0"
686693
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
687694
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
688695

696+
"@typescript-eslint/types@8.15.0":
697+
version "8.15.0"
698+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.15.0.tgz#4958edf3d83e97f77005f794452e595aaf6430fc"
699+
integrity sha512-n3Gt8Y/KyJNe0S3yDCD2RVKrHBC4gTUcLTebVBXacPy091E6tNspFLKRXlk3hwT4G55nfr1n2AdFqi/XMxzmPQ==
700+
689701
"@typescript-eslint/typescript-estree@6.21.0":
690702
version "6.21.0"
691703
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
@@ -700,18 +712,29 @@
700712
semver "^7.5.4"
701713
ts-api-utils "^1.0.1"
702714

703-
"@typescript-eslint/utils@6.21.0":
704-
version "6.21.0"
705-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
706-
integrity sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==
715+
"@typescript-eslint/typescript-estree@8.15.0":
716+
version "8.15.0"
717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.15.0.tgz#915c94e387892b114a2a2cc0df2d7f19412c8ba7"
718+
integrity sha512-1eMp2JgNec/niZsR7ioFBlsh/Fk0oJbhaqO0jRyQBMgkz7RrFfkqF9lYYmBoGBaSiLnu8TAPQTwoTUiSTUW9dg==
719+
dependencies:
720+
"@typescript-eslint/types" "8.15.0"
721+
"@typescript-eslint/visitor-keys" "8.15.0"
722+
debug "^4.3.4"
723+
fast-glob "^3.3.2"
724+
is-glob "^4.0.3"
725+
minimatch "^9.0.4"
726+
semver "^7.6.0"
727+
ts-api-utils "^1.3.0"
728+
729+
"@typescript-eslint/utils@8.15.0":
730+
version "8.15.0"
731+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.15.0.tgz#ac04679ad19252776b38b81954b8e5a65567cef6"
732+
integrity sha512-k82RI9yGhr0QM3Dnq+egEpz9qB6Un+WLYhmoNcvl8ltMEededhh7otBVVIDDsEEttauwdY/hQoSsOv13lxrFzQ==
707733
dependencies:
708734
"@eslint-community/eslint-utils" "^4.4.0"
709-
"@types/json-schema" "^7.0.12"
710-
"@types/semver" "^7.5.0"
711-
"@typescript-eslint/scope-manager" "6.21.0"
712-
"@typescript-eslint/types" "6.21.0"
713-
"@typescript-eslint/typescript-estree" "6.21.0"
714-
semver "^7.5.4"
735+
"@typescript-eslint/scope-manager" "8.15.0"
736+
"@typescript-eslint/types" "8.15.0"
737+
"@typescript-eslint/typescript-estree" "8.15.0"
715738

716739
"@typescript-eslint/visitor-keys@6.21.0":
717740
version "6.21.0"
@@ -721,6 +744,14 @@
721744
"@typescript-eslint/types" "6.21.0"
722745
eslint-visitor-keys "^3.4.1"
723746

747+
"@typescript-eslint/visitor-keys@8.15.0":
748+
version "8.15.0"
749+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.15.0.tgz#9ea5a85eb25401d2aa74ec8a478af4e97899ea12"
750+
integrity sha512-h8vYOulWec9LhpwfAdZf2bjr8xIp0KNKnpgqSz0qqYYKAW/QZKw3ktRndbiAtUz4acH4QLQavwZBYCc0wulA/Q==
751+
dependencies:
752+
"@typescript-eslint/types" "8.15.0"
753+
eslint-visitor-keys "^4.2.0"
754+
724755
"@ungap/structured-clone@^1.2.0":
725756
version "1.2.0"
726757
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
@@ -1538,6 +1569,11 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
15381569
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
15391570
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
15401571

1572+
eslint-visitor-keys@^4.2.0:
1573+
version "4.2.0"
1574+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
1575+
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
1576+
15411577
eslint@8.57.0:
15421578
version "8.57.0"
15431579
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.0.tgz#c786a6fd0e0b68941aaf624596fb987089195668"
@@ -1647,7 +1683,7 @@ fast-diff@^1.1.2:
16471683
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
16481684
integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
16491685

1650-
fast-glob@3.3.2, fast-glob@^3.2.9:
1686+
fast-glob@3.3.2, fast-glob@^3.2.9, fast-glob@^3.3.2:
16511687
version "3.3.2"
16521688
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
16531689
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
@@ -1934,10 +1970,10 @@ human-signals@^5.0.0:
19341970
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-5.0.0.tgz#42665a284f9ae0dade3ba41ebc37eb4b852f3a28"
19351971
integrity sha512-AXcZb6vzzrFAUE61HnN4mpLqd/cSIwNQjtNWR0euPm6y0iqx3G4gOXaIDdtdDwZmhwe82LA6+zinmW4UBWVePQ==
19361972

1937-
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.2.4:
1938-
version "5.3.1"
1939-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
1940-
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
1973+
ignore@^5.1.1, ignore@^5.2.0, ignore@^5.3.1:
1974+
version "5.3.2"
1975+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
1976+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
19411977

19421978
import-fresh@^3.2.1, import-fresh@^3.3.0:
19431979
version "3.3.0"
@@ -2327,13 +2363,6 @@ lru-cache@^10.0.0:
23272363
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.0.tgz#0bd445ca57363465900f4d1f9bd8db343a4d95c3"
23282364
integrity sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==
23292365

2330-
lru-cache@^6.0.0:
2331-
version "6.0.0"
2332-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2333-
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2334-
dependencies:
2335-
yallist "^4.0.0"
2336-
23372366
magic-string@^0.30.5:
23382367
version "0.30.8"
23392368
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.8.tgz#14e8624246d2bedba70d5462aa99ac9681844613"
@@ -2388,10 +2417,10 @@ minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
23882417
dependencies:
23892418
brace-expansion "^1.1.7"
23902419

2391-
minimatch@^9.0.0:
2392-
version "9.0.4"
2393-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
2394-
integrity sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==
2420+
minimatch@^9.0.0, minimatch@^9.0.4:
2421+
version "9.0.5"
2422+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2423+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
23952424
dependencies:
23962425
brace-expansion "^2.0.1"
23972426

@@ -2847,12 +2876,10 @@ semver@^6.3.1:
28472876
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
28482877
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
28492878

2850-
semver@^7.0.0, semver@^7.3.8, semver@^7.5.4:
2851-
version "7.6.0"
2852-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
2853-
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
2854-
dependencies:
2855-
lru-cache "^6.0.0"
2879+
semver@^7.0.0, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0:
2880+
version "7.6.3"
2881+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
2882+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
28562883

28572884
set-function-length@^1.2.1:
28582885
version "1.2.2"
@@ -3054,10 +3081,10 @@ to-regex-range@^5.0.1:
30543081
dependencies:
30553082
is-number "^7.0.0"
30563083

3057-
ts-api-utils@^1.0.1:
3058-
version "1.3.0"
3059-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3060-
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3084+
ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
3085+
version "1.4.0"
3086+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.4.0.tgz#709c6f2076e511a81557f3d07a0cbd566ae8195c"
3087+
integrity sha512-032cPxaEKwM+GT3vA5JXNzIaizx388rhsSW79vGRNGXfRRAdEAn2mvk36PvK5HnOchyWZ7afLEXqYCvPCrzuzQ==
30613088

30623089
ts-node@10.9.2:
30633090
version "10.9.2"
@@ -3313,11 +3340,6 @@ y18n@^5.0.5:
33133340
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
33143341
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==
33153342

3316-
yallist@^4.0.0:
3317-
version "4.0.0"
3318-
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
3319-
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3320-
33213343
yaml@2.5.0:
33223344
version "2.5.0"
33233345
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.5.0.tgz#c6165a721cf8000e91c36490a41d7be25176cf5d"

0 commit comments

Comments
 (0)