Skip to content

Commit a94e743

Browse files
Update typescript-eslint monorepo to v8
1 parent 5f5dbab commit a94e743

File tree

2 files changed

+116
-95
lines changed

2 files changed

+116
-95
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
],
2828
"devDependencies": {
2929
"@rubensworks/eslint-config": "^1.0.1",
30-
"@typescript-eslint/eslint-plugin": "^5.0.0",
31-
"@typescript-eslint/parser": "^5.0.0",
30+
"@typescript-eslint/eslint-plugin": "^8.0.0",
31+
"@typescript-eslint/parser": "^8.0.0",
3232
"eslint": "^7.9.0",
3333
"eslint-config-es": "3.28.30",
3434
"eslint-import-resolver-typescript": "^2.3.0",

yarn.lock

Lines changed: 114 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,18 @@
220220
lodash "^4.17.19"
221221
to-fast-properties "^2.0.0"
222222

223+
"@eslint-community/eslint-utils@^4.4.0":
224+
version "4.4.0"
225+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
226+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
227+
dependencies:
228+
eslint-visitor-keys "^3.3.0"
229+
230+
"@eslint-community/regexpp@^4.10.0":
231+
version "4.11.0"
232+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
233+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
234+
223235
"@eslint/eslintrc@^0.3.0":
224236
version "0.3.0"
225237
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
@@ -296,11 +308,6 @@
296308
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
297309
integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
298310

299-
"@types/json-schema@^7.0.9":
300-
version "7.0.11"
301-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
302-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
303-
304311
"@types/json5@^0.0.29":
305312
version "0.0.29"
306313
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
@@ -374,20 +381,20 @@
374381
regexpp "^3.0.0"
375382
tsutils "^3.17.1"
376383

377-
"@typescript-eslint/eslint-plugin@^5.0.0":
378-
version "5.29.0"
379-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
380-
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
381-
dependencies:
382-
"@typescript-eslint/scope-manager" "5.29.0"
383-
"@typescript-eslint/type-utils" "5.29.0"
384-
"@typescript-eslint/utils" "5.29.0"
385-
debug "^4.3.4"
386-
functional-red-black-tree "^1.0.1"
387-
ignore "^5.2.0"
388-
regexpp "^3.2.0"
389-
semver "^7.3.7"
390-
tsutils "^3.21.0"
384+
"@typescript-eslint/eslint-plugin@^8.0.0":
385+
version "8.0.0"
386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0.tgz#0fee96f6b691e4bfb9c260fd77d1c86bfbac4f56"
387+
integrity sha512-STIZdwEQRXAHvNUS6ILDf5z3u95Gc8jzywunxSNqX00OooIemaaNIA0vEgynJlycL5AjabYLLrIyHd4iazyvtg==
388+
dependencies:
389+
"@eslint-community/regexpp" "^4.10.0"
390+
"@typescript-eslint/scope-manager" "8.0.0"
391+
"@typescript-eslint/type-utils" "8.0.0"
392+
"@typescript-eslint/utils" "8.0.0"
393+
"@typescript-eslint/visitor-keys" "8.0.0"
394+
graphemer "^1.4.0"
395+
ignore "^5.3.1"
396+
natural-compare "^1.4.0"
397+
ts-api-utils "^1.3.0"
391398

392399
"@typescript-eslint/[email protected]":
393400
version "2.34.0"
@@ -433,14 +440,15 @@
433440
"@typescript-eslint/typescript-estree" "4.22.1"
434441
debug "^4.1.1"
435442

436-
"@typescript-eslint/parser@^5.0.0":
437-
version "5.29.0"
438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
439-
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
443+
"@typescript-eslint/parser@^8.0.0":
444+
version "8.0.0"
445+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.0.0.tgz#5a5030cf8123176b5a0abd966f99e5f9f110652d"
446+
integrity sha512-pS1hdZ+vnrpDIxuFXYQpLTILglTjSYJ9MbetZctrUawogUsPdz31DIIRZ9+rab0LhYNTsk88w4fIzVheiTbWOQ==
440447
dependencies:
441-
"@typescript-eslint/scope-manager" "5.29.0"
442-
"@typescript-eslint/types" "5.29.0"
443-
"@typescript-eslint/typescript-estree" "5.29.0"
448+
"@typescript-eslint/scope-manager" "8.0.0"
449+
"@typescript-eslint/types" "8.0.0"
450+
"@typescript-eslint/typescript-estree" "8.0.0"
451+
"@typescript-eslint/visitor-keys" "8.0.0"
444452
debug "^4.3.4"
445453

446454
"@typescript-eslint/[email protected]":
@@ -459,22 +467,23 @@
459467
"@typescript-eslint/types" "4.22.1"
460468
"@typescript-eslint/visitor-keys" "4.22.1"
461469

462-
"@typescript-eslint/scope-manager@5.29.0":
463-
version "5.29.0"
464-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
465-
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
470+
"@typescript-eslint/scope-manager@8.0.0":
471+
version "8.0.0"
472+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.0.0.tgz#d14df46c9e43c53af7699dfa800cd615d7dfc118"
473+
integrity sha512-V0aa9Csx/ZWWv2IPgTfY7T4agYwJyILESu/PVqFtTFz9RIS823mAze+NbnBI8xiwdX3iqeQbcTYlvB04G9wyQw==
466474
dependencies:
467-
"@typescript-eslint/types" "5.29.0"
468-
"@typescript-eslint/visitor-keys" "5.29.0"
475+
"@typescript-eslint/types" "8.0.0"
476+
"@typescript-eslint/visitor-keys" "8.0.0"
469477

470-
"@typescript-eslint/type-utils@5.29.0":
471-
version "5.29.0"
472-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
473-
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
478+
"@typescript-eslint/type-utils@8.0.0":
479+
version "8.0.0"
480+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.0.0.tgz#facecaf0736bfe8394b9290382f300554cf90884"
481+
integrity sha512-mJAFP2mZLTBwAn5WI4PMakpywfWFH5nQZezUQdSKV23Pqo6o9iShQg1hP2+0hJJXP2LnZkWPphdIq4juYYwCeg==
474482
dependencies:
475-
"@typescript-eslint/utils" "5.29.0"
483+
"@typescript-eslint/typescript-estree" "8.0.0"
484+
"@typescript-eslint/utils" "8.0.0"
476485
debug "^4.3.4"
477-
tsutils "^3.21.0"
486+
ts-api-utils "^1.3.0"
478487

479488
"@typescript-eslint/[email protected]":
480489
version "4.14.1"
@@ -486,10 +495,10 @@
486495
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.1.tgz#bf99c6cec0b4a23d53a61894816927f2adad856a"
487496
integrity sha512-2HTkbkdAeI3OOcWbqA8hWf/7z9c6gkmnWNGz0dKSLYLWywUlkOAQ2XcjhlKLj5xBFDf8FgAOF5aQbnLRvgNbCw==
488497

489-
"@typescript-eslint/types@5.29.0":
490-
version "5.29.0"
491-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
492-
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
498+
"@typescript-eslint/types@8.0.0":
499+
version "8.0.0"
500+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.0.0.tgz#7195ea9369fe5ee46b958d7ffca6bd26511cce18"
501+
integrity sha512-wgdSGs9BTMWQ7ooeHtu5quddKKs5Z5dS+fHLbrQI+ID0XWJLODGMHRfhwImiHoeO2S5Wir2yXuadJN6/l4JRxw==
493502

494503
"@typescript-eslint/[email protected]":
495504
version "2.34.0"
@@ -531,30 +540,29 @@
531540
semver "^7.3.2"
532541
tsutils "^3.17.1"
533542

534-
"@typescript-eslint/typescript-estree@5.29.0":
535-
version "5.29.0"
536-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
537-
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
543+
"@typescript-eslint/typescript-estree@8.0.0":
544+
version "8.0.0"
545+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0.tgz#d172385ced7cb851a038b5c834c245a97a0f9cf6"
546+
integrity sha512-5b97WpKMX+Y43YKi4zVcCVLtK5F98dFls3Oxui8LbnmRsseKenbbDinmvxrWegKDMmlkIq/XHuyy0UGLtpCDKg==
538547
dependencies:
539-
"@typescript-eslint/types" "5.29.0"
540-
"@typescript-eslint/visitor-keys" "5.29.0"
548+
"@typescript-eslint/types" "8.0.0"
549+
"@typescript-eslint/visitor-keys" "8.0.0"
541550
debug "^4.3.4"
542551
globby "^11.1.0"
543552
is-glob "^4.0.3"
544-
semver "^7.3.7"
545-
tsutils "^3.21.0"
546-
547-
"@typescript-eslint/[email protected]":
548-
version "5.29.0"
549-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
550-
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
551-
dependencies:
552-
"@types/json-schema" "^7.0.9"
553-
"@typescript-eslint/scope-manager" "5.29.0"
554-
"@typescript-eslint/types" "5.29.0"
555-
"@typescript-eslint/typescript-estree" "5.29.0"
556-
eslint-scope "^5.1.1"
557-
eslint-utils "^3.0.0"
553+
minimatch "^9.0.4"
554+
semver "^7.6.0"
555+
ts-api-utils "^1.3.0"
556+
557+
"@typescript-eslint/[email protected]":
558+
version "8.0.0"
559+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.0.0.tgz#1794d6f4b37ec253172a173dc938ae68651b9b99"
560+
integrity sha512-k/oS/A/3QeGLRvOWCg6/9rATJL5rec7/5s1YmdS0ZU6LHveJyGFwBvLhSRBv6i9xaj7etmosp+l+ViN1I9Aj/Q==
561+
dependencies:
562+
"@eslint-community/eslint-utils" "^4.4.0"
563+
"@typescript-eslint/scope-manager" "8.0.0"
564+
"@typescript-eslint/types" "8.0.0"
565+
"@typescript-eslint/typescript-estree" "8.0.0"
558566

559567
"@typescript-eslint/[email protected]":
560568
version "4.14.1"
@@ -572,13 +580,13 @@
572580
"@typescript-eslint/types" "4.22.1"
573581
eslint-visitor-keys "^2.0.0"
574582

575-
"@typescript-eslint/visitor-keys@5.29.0":
576-
version "5.29.0"
577-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
578-
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
583+
"@typescript-eslint/visitor-keys@8.0.0":
584+
version "8.0.0"
585+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0.tgz#224a67230190d267e6e78586bd7d8dfbd32ae4f3"
586+
integrity sha512-oN0K4nkHuOyF3PVMyETbpP5zp6wfyOvm7tWhTMfoqxSSsPmJIh6JNASuZDlODE8eE+0EB9uar+6+vxr9DBTYOA==
579587
dependencies:
580-
"@typescript-eslint/types" "5.29.0"
581-
eslint-visitor-keys "^3.3.0"
588+
"@typescript-eslint/types" "8.0.0"
589+
eslint-visitor-keys "^3.4.3"
582590

583591
abab@^2.0.3:
584592
version "2.0.5"
@@ -808,6 +816,13 @@ brace-expansion@^1.1.7:
808816
balanced-match "^1.0.0"
809817
concat-map "0.0.1"
810818

819+
brace-expansion@^2.0.1:
820+
version "2.0.1"
821+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
822+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
823+
dependencies:
824+
balanced-match "^1.0.0"
825+
811826
braces@^3.0.1, braces@^3.0.2:
812827
version "3.0.2"
813828
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -1521,13 +1536,6 @@ eslint-utils@^2.0.0, eslint-utils@^2.1.0:
15211536
dependencies:
15221537
eslint-visitor-keys "^1.1.0"
15231538

1524-
eslint-utils@^3.0.0:
1525-
version "3.0.0"
1526-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
1527-
integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
1528-
dependencies:
1529-
eslint-visitor-keys "^2.0.0"
1530-
15311539
eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.3.0:
15321540
version "1.3.0"
15331541
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
@@ -1543,6 +1551,11 @@ eslint-visitor-keys@^3.3.0:
15431551
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
15441552
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
15451553

1554+
eslint-visitor-keys@^3.4.3:
1555+
version "3.4.3"
1556+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
1557+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
1558+
15461559
eslint@^6.3.0:
15471560
version "6.8.0"
15481561
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.8.0.tgz#62262d6729739f9275723824302fb227c8c93ffb"
@@ -2005,6 +2018,11 @@ graceful-fs@^4.1.2:
20052018
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
20062019
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==
20072020

2021+
graphemer@^1.4.0:
2022+
version "1.4.0"
2023+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
2024+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
2025+
20082026
har-schema@^2.0.0:
20092027
version "2.0.0"
20102028
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"
@@ -2118,6 +2136,11 @@ ignore@^5.2.0:
21182136
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
21192137
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
21202138

2139+
ignore@^5.3.1:
2140+
version "5.3.1"
2141+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
2142+
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
2143+
21212144
import-fresh@^3.0.0, import-fresh@^3.2.1:
21222145
version "3.3.0"
21232146
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -2722,6 +2745,13 @@ minimatch@^3.0.4:
27222745
dependencies:
27232746
brace-expansion "^1.1.7"
27242747

2748+
minimatch@^9.0.4:
2749+
version "9.0.5"
2750+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
2751+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
2752+
dependencies:
2753+
brace-expansion "^2.0.1"
2754+
27252755
27262756
version "4.1.0"
27272757
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
@@ -3335,11 +3365,6 @@ regexpp@^3.0.0, regexpp@^3.1.0:
33353365
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
33363366
integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
33373367

3338-
regexpp@^3.2.0:
3339-
version "3.2.0"
3340-
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.2.0.tgz#0425a2768d8f23bad70ca4b90461fa2f1213e1b2"
3341-
integrity sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
3342-
33433368
33443369
version "1.1.4"
33453370
resolved "https://registry.yarnpkg.com/request-promise-core/-/request-promise-core-1.1.4.tgz#3eedd4223208d419867b78ce815167d10593a22f"
@@ -3515,12 +3540,10 @@ semver@^7.3.5:
35153540
dependencies:
35163541
lru-cache "^6.0.0"
35173542

3518-
semver@^7.3.7:
3519-
version "7.3.7"
3520-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
3521-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
3522-
dependencies:
3523-
lru-cache "^6.0.0"
3543+
semver@^7.6.0:
3544+
version "7.6.3"
3545+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
3546+
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
35243547

35253548
shebang-command@^1.2.0:
35263549
version "1.2.0"
@@ -3910,6 +3933,11 @@ trim-newlines@^3.0.0:
39103933
resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30"
39113934
integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA==
39123935

3936+
ts-api-utils@^1.3.0:
3937+
version "1.3.0"
3938+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
3939+
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
3940+
39133941
tsconfig-paths@^3.9.0:
39143942
version "3.9.0"
39153943
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -3932,13 +3960,6 @@ tsutils@^3.17.1:
39323960
dependencies:
39333961
tslib "^1.8.1"
39343962

3935-
tsutils@^3.21.0:
3936-
version "3.21.0"
3937-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
3938-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
3939-
dependencies:
3940-
tslib "^1.8.1"
3941-
39423963
tunnel-agent@^0.6.0:
39433964
version "0.6.0"
39443965
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"

0 commit comments

Comments
 (0)