Skip to content

Commit 0b8d69d

Browse files
Update typescript-eslint monorepo to v8
1 parent f1193a5 commit 0b8d69d

File tree

2 files changed

+113
-95
lines changed

2 files changed

+113
-95
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/node": "22.19.1",
5353
"@types/ramda": "0.31.1",
5454
"@types/sinon": "17.0.4",
55-
"@typescript-eslint/eslint-plugin": "5.62.0",
56-
"@typescript-eslint/parser": "5.62.0",
55+
"@typescript-eslint/eslint-plugin": "8.48.0",
56+
"@typescript-eslint/parser": "8.48.0",
5757
"ava": "5.3.1",
5858
"bl": "6.1.4",
5959
"dotenv": "16.6.1",

yarn.lock

Lines changed: 111 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,17 @@
9696
dependencies:
9797
eslint-visitor-keys "^3.3.0"
9898

99-
"@eslint-community/regexpp@^4.4.0":
100-
version "4.4.0"
101-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
102-
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
99+
"@eslint-community/eslint-utils@^4.7.0":
100+
version "4.9.0"
101+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
102+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
103+
dependencies:
104+
eslint-visitor-keys "^3.4.3"
105+
106+
"@eslint-community/regexpp@^4.10.0":
107+
version "4.12.2"
108+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.2.tgz#bccdf615bcf7b6e8db830ec0b8d21c9a25de597b"
109+
integrity sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==
103110

104111
"@eslint-community/regexpp@^4.6.1":
105112
version "4.6.2"
@@ -970,11 +977,6 @@
970977
dependencies:
971978
"@types/node" "*"
972979

973-
"@types/semver@^7.3.12":
974-
version "7.3.12"
975-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.12.tgz#920447fdd78d76b19de0438b7f60df3c4a80bf1c"
976-
integrity sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==
977-
978980
979981
version "17.0.4"
980982
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-17.0.4.tgz#fd9a3e8e07eea1a3f4a6f82a972c899e5778f369"
@@ -987,30 +989,39 @@
987989
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.1.tgz#b49c2c70150141a15e0fa7e79cf1f92a72934ce3"
988990
integrity sha512-0kSuKjAS0TrGLJ0M/+8MaFkGsQhZpB6pxOmvS3K8FYI72K//YmdfoW9X2qPsAKh1mkwxGD5zib9s1FIFed6E8g==
989991

990-
"@typescript-eslint/eslint-plugin@5.62.0":
991-
version "5.62.0"
992-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
993-
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
992+
"@typescript-eslint/eslint-plugin@8.48.0":
993+
version "8.48.0"
994+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.0.tgz#cdc9bdbe947713f658eb6109eeeea5d746824cf4"
995+
integrity sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==
994996
dependencies:
995-
"@eslint-community/regexpp" "^4.4.0"
996-
"@typescript-eslint/scope-manager" "5.62.0"
997-
"@typescript-eslint/type-utils" "5.62.0"
998-
"@typescript-eslint/utils" "5.62.0"
999-
debug "^4.3.4"
997+
"@eslint-community/regexpp" "^4.10.0"
998+
"@typescript-eslint/scope-manager" "8.48.0"
999+
"@typescript-eslint/type-utils" "8.48.0"
1000+
"@typescript-eslint/utils" "8.48.0"
1001+
"@typescript-eslint/visitor-keys" "8.48.0"
10001002
graphemer "^1.4.0"
1001-
ignore "^5.2.0"
1002-
natural-compare-lite "^1.4.0"
1003-
semver "^7.3.7"
1004-
tsutils "^3.21.0"
1003+
ignore "^7.0.0"
1004+
natural-compare "^1.4.0"
1005+
ts-api-utils "^2.1.0"
10051006

1006-
"@typescript-eslint/parser@5.62.0":
1007-
version "5.62.0"
1008-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
1009-
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
1007+
"@typescript-eslint/parser@8.48.0":
1008+
version "8.48.0"
1009+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.0.tgz#fc39ea9b1c8b2414c1f4b625277629e12a940e6b"
1010+
integrity sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==
10101011
dependencies:
1011-
"@typescript-eslint/scope-manager" "5.62.0"
1012-
"@typescript-eslint/types" "5.62.0"
1013-
"@typescript-eslint/typescript-estree" "5.62.0"
1012+
"@typescript-eslint/scope-manager" "8.48.0"
1013+
"@typescript-eslint/types" "8.48.0"
1014+
"@typescript-eslint/typescript-estree" "8.48.0"
1015+
"@typescript-eslint/visitor-keys" "8.48.0"
1016+
debug "^4.3.4"
1017+
1018+
"@typescript-eslint/[email protected]":
1019+
version "8.48.0"
1020+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz#c21f6f897fbc4e61c7b1e20906ea1d59594ccc2d"
1021+
integrity sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==
1022+
dependencies:
1023+
"@typescript-eslint/tsconfig-utils" "^8.48.0"
1024+
"@typescript-eslint/types" "^8.48.0"
10141025
debug "^4.3.4"
10151026

10161027
"@typescript-eslint/[email protected]":
@@ -1021,33 +1032,39 @@
10211032
"@typescript-eslint/types" "5.18.0"
10221033
"@typescript-eslint/visitor-keys" "5.18.0"
10231034

1024-
"@typescript-eslint/scope-manager@5.62.0":
1025-
version "5.62.0"
1026-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
1027-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
1035+
"@typescript-eslint/scope-manager@8.48.0":
1036+
version "8.48.0"
1037+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz#8306afdf409364d4e434813f0df9a8557ddff751"
1038+
integrity sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==
10281039
dependencies:
1029-
"@typescript-eslint/types" "5.62.0"
1030-
"@typescript-eslint/visitor-keys" "5.62.0"
1040+
"@typescript-eslint/types" "8.48.0"
1041+
"@typescript-eslint/visitor-keys" "8.48.0"
1042+
1043+
"@typescript-eslint/[email protected]", "@typescript-eslint/tsconfig-utils@^8.48.0":
1044+
version "8.48.0"
1045+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz#05cf091cd9f24a8e047783ff979136df6cf1be04"
1046+
integrity sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==
10311047

1032-
"@typescript-eslint/type-utils@5.62.0":
1033-
version "5.62.0"
1034-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
1035-
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
1048+
"@typescript-eslint/type-utils@8.48.0":
1049+
version "8.48.0"
1050+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.0.tgz#eb4e0e60e545b448112f291b6652eeddb16db83f"
1051+
integrity sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==
10361052
dependencies:
1037-
"@typescript-eslint/typescript-estree" "5.62.0"
1038-
"@typescript-eslint/utils" "5.62.0"
1053+
"@typescript-eslint/types" "8.48.0"
1054+
"@typescript-eslint/typescript-estree" "8.48.0"
1055+
"@typescript-eslint/utils" "8.48.0"
10391056
debug "^4.3.4"
1040-
tsutils "^3.21.0"
1057+
ts-api-utils "^2.1.0"
10411058

10421059
"@typescript-eslint/[email protected]":
10431060
version "5.18.0"
10441061
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.18.0.tgz#4f0425d85fdb863071680983853c59a62ce9566e"
10451062
integrity sha512-bhV1+XjM+9bHMTmXi46p1Led5NP6iqQcsOxgx7fvk6gGiV48c6IynY0apQb7693twJDsXiVzNXTflhplmaiJaw==
10461063

1047-
"@typescript-eslint/types@5.62.0":
1048-
version "5.62.0"
1049-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1050-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1064+
"@typescript-eslint/types@8.48.0", "@typescript-eslint/types@^8.48.0":
1065+
version "8.48.0"
1066+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz#f0dc5cf27217346e9b0d90556911e01d90d0f2a5"
1067+
integrity sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==
10511068

10521069
"@typescript-eslint/[email protected]":
10531070
version "5.18.0"
@@ -1062,32 +1079,30 @@
10621079
semver "^7.3.5"
10631080
tsutils "^3.21.0"
10641081

1065-
"@typescript-eslint/typescript-estree@5.62.0":
1066-
version "5.62.0"
1067-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1068-
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1082+
"@typescript-eslint/typescript-estree@8.48.0":
1083+
version "8.48.0"
1084+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz#38b340524ce34ce0e46ca541a86cf6cad8872e5b"
1085+
integrity sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==
10691086
dependencies:
1070-
"@typescript-eslint/types" "5.62.0"
1071-
"@typescript-eslint/visitor-keys" "5.62.0"
1087+
"@typescript-eslint/project-service" "8.48.0"
1088+
"@typescript-eslint/tsconfig-utils" "8.48.0"
1089+
"@typescript-eslint/types" "8.48.0"
1090+
"@typescript-eslint/visitor-keys" "8.48.0"
10721091
debug "^4.3.4"
1073-
globby "^11.1.0"
1074-
is-glob "^4.0.3"
1075-
semver "^7.3.7"
1076-
tsutils "^3.21.0"
1092+
minimatch "^9.0.4"
1093+
semver "^7.6.0"
1094+
tinyglobby "^0.2.15"
1095+
ts-api-utils "^2.1.0"
10771096

1078-
"@typescript-eslint/utils@5.62.0":
1079-
version "5.62.0"
1080-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
1081-
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
1097+
"@typescript-eslint/utils@8.48.0":
1098+
version "8.48.0"
1099+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz#c1196befb664f50be10692c781c7fc7624c1a5f9"
1100+
integrity sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==
10821101
dependencies:
1083-
"@eslint-community/eslint-utils" "^4.2.0"
1084-
"@types/json-schema" "^7.0.9"
1085-
"@types/semver" "^7.3.12"
1086-
"@typescript-eslint/scope-manager" "5.62.0"
1087-
"@typescript-eslint/types" "5.62.0"
1088-
"@typescript-eslint/typescript-estree" "5.62.0"
1089-
eslint-scope "^5.1.1"
1090-
semver "^7.3.7"
1102+
"@eslint-community/eslint-utils" "^4.7.0"
1103+
"@typescript-eslint/scope-manager" "8.48.0"
1104+
"@typescript-eslint/types" "8.48.0"
1105+
"@typescript-eslint/typescript-estree" "8.48.0"
10911106

10921107
"@typescript-eslint/utils@^5.10.2":
10931108
version "5.18.0"
@@ -1109,13 +1124,13 @@
11091124
"@typescript-eslint/types" "5.18.0"
11101125
eslint-visitor-keys "^3.0.0"
11111126

1112-
"@typescript-eslint/visitor-keys@5.62.0":
1113-
version "5.62.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1115-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1127+
"@typescript-eslint/visitor-keys@8.48.0":
1128+
version "8.48.0"
1129+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz#6b07ef5661a85d08b01fbe4b8310a7311a6471af"
1130+
integrity sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==
11161131
dependencies:
1117-
"@typescript-eslint/types" "5.62.0"
1118-
eslint-visitor-keys "^3.3.0"
1132+
"@typescript-eslint/types" "8.48.0"
1133+
eslint-visitor-keys "^4.2.1"
11191134

11201135
"@ungap/structured-clone@^1.2.0":
11211136
version "1.2.0"
@@ -3474,6 +3489,11 @@ eslint-visitor-keys@^3.4.3:
34743489
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
34753490
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
34763491

3492+
eslint-visitor-keys@^4.2.1:
3493+
version "4.2.1"
3494+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
3495+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
3496+
34773497
34783498
version "8.57.1"
34793499
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.57.1.tgz#7df109654aba7e3bbe5c8eae533c5e461d3c6ca9"
@@ -4194,7 +4214,7 @@ fast-glob@^3.1.1:
41944214
merge2 "^1.3.0"
41954215
micromatch "^4.0.4"
41964216

4197-
fast-glob@^3.2.11, fast-glob@^3.2.9:
4217+
fast-glob@^3.2.11:
41984218
version "3.2.11"
41994219
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
42004220
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
@@ -4694,18 +4714,6 @@ globby@^11.0.4:
46944714
merge2 "^1.3.0"
46954715
slash "^3.0.0"
46964716

4697-
globby@^11.1.0:
4698-
version "11.1.0"
4699-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4700-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4701-
dependencies:
4702-
array-union "^2.1.0"
4703-
dir-glob "^3.0.1"
4704-
fast-glob "^3.2.9"
4705-
ignore "^5.2.0"
4706-
merge2 "^1.4.1"
4707-
slash "^3.0.0"
4708-
47094717
globby@^13.1.4:
47104718
version "13.1.4"
47114719
resolved "https://registry.yarnpkg.com/globby/-/globby-13.1.4.tgz#2f91c116066bcec152465ba36e5caa4a13c01317"
@@ -5014,6 +5022,11 @@ ignore@^5.2.0:
50145022
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
50155023
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
50165024

5025+
ignore@^7.0.0:
5026+
version "7.0.5"
5027+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
5028+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
5029+
50175030
immediate@^3.2.3:
50185031
version "3.3.0"
50195032
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -6876,11 +6889,6 @@ native-fetch@^3.0.0:
68766889
resolved "https://registry.yarnpkg.com/native-fetch/-/native-fetch-3.0.0.tgz#06ccdd70e79e171c365c75117959cf4fe14a09bb"
68776890
integrity sha512-G3Z7vx0IFb/FQ4JxvtqGABsOTIqRWvgQz6e+erkB+JJD6LrszQtMozEHI4EkmgZQvnGHrpLVzUWk7t4sJCIkVw==
68786891

6879-
natural-compare-lite@^1.4.0:
6880-
version "1.4.0"
6881-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
6882-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
6883-
68846892
natural-compare@^1.4.0:
68856893
version "1.4.0"
68866894
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -8259,6 +8267,11 @@ semver@^7.3.7:
82598267
dependencies:
82608268
lru-cache "^6.0.0"
82618269

8270+
semver@^7.6.0:
8271+
version "7.7.3"
8272+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
8273+
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
8274+
82628275
semver@~5.4.1:
82638276
version "5.4.1"
82648277
resolved "https://registry.yarnpkg.com/semver/-/semver-5.4.1.tgz#e059c09d8571f0540823733433505d3a2f00b18e"
@@ -8939,7 +8952,7 @@ timeout-abort-controller@^1.1.1:
89398952
abort-controller "^3.0.0"
89408953
retimer "^2.0.0"
89418954

8942-
tinyglobby@^0.2.14:
8955+
tinyglobby@^0.2.14, tinyglobby@^0.2.15:
89438956
version "0.2.15"
89448957
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
89458958
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==
@@ -9026,6 +9039,11 @@ trim-right@^1.0.1:
90269039
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
90279040
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=
90289041

9042+
ts-api-utils@^2.1.0:
9043+
version "2.1.0"
9044+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
9045+
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
9046+
90299047
ts-essentials@^1.0.0:
90309048
version "1.0.4"
90319049
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-1.0.4.tgz#ce3b5dade5f5d97cf69889c11bf7d2da8555b15a"

0 commit comments

Comments
 (0)