Skip to content

Commit 450769d

Browse files
Update typescript-eslint monorepo to v6
1 parent 18ba117 commit 450769d

File tree

2 files changed

+133
-101
lines changed

2 files changed

+133
-101
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"build": "yarn tsc"
2929
},
3030
"devDependencies": {
31-
"@typescript-eslint/eslint-plugin": "5.29.0",
32-
"@typescript-eslint/parser": "5.29.0",
31+
"@typescript-eslint/eslint-plugin": "6.16.0",
32+
"@typescript-eslint/parser": "6.16.0",
3333
"eslint": "8.23.0",
3434
"eslint-config-standard": "17.0.0",
3535
"eslint-plugin-import": "2.26.0",

yarn.lock

+131-99
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
# yarn lockfile v1
33

44

5+
"@eslint-community/eslint-utils@^4.4.0":
6+
version "4.4.0"
7+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
8+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
9+
dependencies:
10+
eslint-visitor-keys "^3.3.0"
11+
12+
"@eslint-community/regexpp@^4.5.1":
13+
version "4.10.0"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
15+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
16+
517
"@eslint/eslintrc@^1.3.1":
618
version "1.3.1"
719
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.1.tgz#de0807bfeffc37b964a7d0400e0c348ce5a2543d"
@@ -62,95 +74,106 @@
6274
"@nodelib/fs.scandir" "2.1.5"
6375
fastq "^1.6.0"
6476

65-
"@types/json-schema@^7.0.9":
66-
version "7.0.9"
67-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
68-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
77+
"@types/json-schema@^7.0.12":
78+
version "7.0.15"
79+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
80+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
6981

7082
"@types/json5@^0.0.29":
7183
version "0.0.29"
7284
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
7385
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
7486

75-
"@typescript-eslint/eslint-plugin@5.29.0":
76-
version "5.29.0"
77-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.29.0.tgz#c67794d2b0fd0b4a47f50266088acdc52a08aab6"
78-
integrity sha512-kgTsISt9pM53yRFQmLZ4npj99yGl3x3Pl7z4eA66OuTzAGC4bQB5H5fuLwPnqTKU3yyrrg4MIhjF17UYnL4c0w==
79-
dependencies:
80-
"@typescript-eslint/scope-manager" "5.29.0"
81-
"@typescript-eslint/type-utils" "5.29.0"
82-
"@typescript-eslint/utils" "5.29.0"
87+
"@types/semver@^7.5.0":
88+
version "7.5.6"
89+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
90+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
91+
92+
"@typescript-eslint/eslint-plugin@6.16.0":
93+
version "6.16.0"
94+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.16.0.tgz#cc29fbd208ea976de3db7feb07755bba0ce8d8bc"
95+
integrity sha512-O5f7Kv5o4dLWQtPX4ywPPa+v9G+1q1x8mz0Kr0pXUtKsevo+gIJHLkGc8RxaZWtP8RrhwhSNIWThnW42K9/0rQ==
96+
dependencies:
97+
"@eslint-community/regexpp" "^4.5.1"
98+
"@typescript-eslint/scope-manager" "6.16.0"
99+
"@typescript-eslint/type-utils" "6.16.0"
100+
"@typescript-eslint/utils" "6.16.0"
101+
"@typescript-eslint/visitor-keys" "6.16.0"
83102
debug "^4.3.4"
84-
functional-red-black-tree "^1.0.1"
85-
ignore "^5.2.0"
86-
regexpp "^3.2.0"
87-
semver "^7.3.7"
88-
tsutils "^3.21.0"
89-
90-
"@typescript-eslint/parser@5.29.0":
91-
version "5.29.0"
92-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.29.0.tgz#41314b195b34d44ff38220caa55f3f93cfca43cf"
93-
integrity sha512-ruKWTv+x0OOxbzIw9nW5oWlUopvP/IQDjB5ZqmTglLIoDTctLlAJpAQFpNPJP/ZI7hTT9sARBosEfaKbcFuECw==
94-
dependencies:
95-
"@typescript-eslint/scope-manager" "5.29.0"
96-
"@typescript-eslint/types" "5.29.0"
97-
"@typescript-eslint/typescript-estree" "5.29.0"
103+
graphemer "^1.4.0"
104+
ignore "^5.2.4"
105+
natural-compare "^1.4.0"
106+
semver "^7.5.4"
107+
ts-api-utils "^1.0.1"
108+
109+
"@typescript-eslint/parser@6.16.0":
110+
version "6.16.0"
111+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.16.0.tgz#36f39f63b126aa25af2ad2df13d9891e9fd5b40c"
112+
integrity sha512-H2GM3eUo12HpKZU9njig3DF5zJ58ja6ahj1GoHEHOgQvYxzoFJJEvC1MQ7T2l9Ha+69ZSOn7RTxOdpC/y3ikMw==
113+
dependencies:
114+
"@typescript-eslint/scope-manager" "6.16.0"
115+
"@typescript-eslint/types" "6.16.0"
116+
"@typescript-eslint/typescript-estree" "6.16.0"
117+
"@typescript-eslint/visitor-keys" "6.16.0"
98118
debug "^4.3.4"
99119

100-
"@typescript-eslint/scope-manager@5.29.0":
101-
version "5.29.0"
102-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.29.0.tgz#2a6a32e3416cb133e9af8dcf54bf077a916aeed3"
103-
integrity sha512-etbXUT0FygFi2ihcxDZjz21LtC+Eps9V2xVx09zFoN44RRHPrkMflidGMI+2dUs821zR1tDS6Oc9IXxIjOUZwA==
120+
"@typescript-eslint/scope-manager@6.16.0":
121+
version "6.16.0"
122+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
123+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
104124
dependencies:
105-
"@typescript-eslint/types" "5.29.0"
106-
"@typescript-eslint/visitor-keys" "5.29.0"
125+
"@typescript-eslint/types" "6.16.0"
126+
"@typescript-eslint/visitor-keys" "6.16.0"
107127

108-
"@typescript-eslint/type-utils@5.29.0":
109-
version "5.29.0"
110-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.29.0.tgz#241918001d164044020b37d26d5b9f4e37cc3d5d"
111-
integrity sha512-JK6bAaaiJozbox3K220VRfCzLa9n0ib/J+FHIwnaV3Enw/TO267qe0pM1b1QrrEuy6xun374XEAsRlA86JJnyg==
128+
"@typescript-eslint/type-utils@6.16.0":
129+
version "6.16.0"
130+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.16.0.tgz#5f21c3e49e540ad132dc87fc99af463c184d5ed1"
131+
integrity sha512-ThmrEOcARmOnoyQfYkHw/DX2SEYBalVECmoldVuH6qagKROp/jMnfXpAU/pAIWub9c4YTxga+XwgAkoA0pxfmg==
112132
dependencies:
113-
"@typescript-eslint/utils" "5.29.0"
133+
"@typescript-eslint/typescript-estree" "6.16.0"
134+
"@typescript-eslint/utils" "6.16.0"
114135
debug "^4.3.4"
115-
tsutils "^3.21.0"
136+
ts-api-utils "^1.0.1"
116137

117-
"@typescript-eslint/types@5.29.0":
118-
version "5.29.0"
119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.29.0.tgz#7861d3d288c031703b2d97bc113696b4d8c19aab"
120-
integrity sha512-X99VbqvAXOMdVyfFmksMy3u8p8yoRGITgU1joBJPzeYa0rhdf5ok9S56/itRoUSh99fiDoMtarSIJXo7H/SnOg==
138+
"@typescript-eslint/types@6.16.0":
139+
version "6.16.0"
140+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
141+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
121142

122-
"@typescript-eslint/typescript-estree@5.29.0":
123-
version "5.29.0"
124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.29.0.tgz#e83d19aa7fd2e74616aab2f25dfbe4de4f0b5577"
125-
integrity sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==
143+
"@typescript-eslint/typescript-estree@6.16.0":
144+
version "6.16.0"
145+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
146+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
126147
dependencies:
127-
"@typescript-eslint/types" "5.29.0"
128-
"@typescript-eslint/visitor-keys" "5.29.0"
148+
"@typescript-eslint/types" "6.16.0"
149+
"@typescript-eslint/visitor-keys" "6.16.0"
129150
debug "^4.3.4"
130151
globby "^11.1.0"
131152
is-glob "^4.0.3"
132-
semver "^7.3.7"
133-
tsutils "^3.21.0"
134-
135-
"@typescript-eslint/utils@5.29.0":
136-
version "5.29.0"
137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.29.0.tgz#775046effd5019667bd086bcf326acbe32cd0082"
138-
integrity sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==
139-
dependencies:
140-
"@types/json-schema" "^7.0.9"
141-
"@typescript-eslint/scope-manager" "5.29.0"
142-
"@typescript-eslint/types" "5.29.0"
143-
"@typescript-eslint/typescript-estree" "5.29.0"
144-
eslint-scope "^5.1.1"
145-
eslint-utils "^3.0.0"
146-
147-
"@typescript-eslint/visitor-keys@5.29.0":
148-
version "5.29.0"
149-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.29.0.tgz#7a4749fa7ef5160c44a451bf060ac1dc6dfb77ee"
150-
integrity sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==
151-
dependencies:
152-
"@typescript-eslint/types" "5.29.0"
153-
eslint-visitor-keys "^3.3.0"
153+
minimatch "9.0.3"
154+
semver "^7.5.4"
155+
ts-api-utils "^1.0.1"
156+
157+
"@typescript-eslint/utils@6.16.0":
158+
version "6.16.0"
159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
160+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
161+
dependencies:
162+
"@eslint-community/eslint-utils" "^4.4.0"
163+
"@types/json-schema" "^7.0.12"
164+
"@types/semver" "^7.5.0"
165+
"@typescript-eslint/scope-manager" "6.16.0"
166+
"@typescript-eslint/types" "6.16.0"
167+
"@typescript-eslint/typescript-estree" "6.16.0"
168+
semver "^7.5.4"
169+
170+
"@typescript-eslint/visitor-keys@6.16.0":
171+
version "6.16.0"
172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
173+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
174+
dependencies:
175+
"@typescript-eslint/types" "6.16.0"
176+
eslint-visitor-keys "^3.4.1"
154177

155178
acorn-jsx@^5.3.2:
156179
version "5.3.2"
@@ -227,6 +250,13 @@ brace-expansion@^1.1.7:
227250
balanced-match "^1.0.0"
228251
concat-map "0.0.1"
229252

253+
brace-expansion@^2.0.1:
254+
version "2.0.1"
255+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
256+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
257+
dependencies:
258+
balanced-match "^1.0.0"
259+
230260
braces@^3.0.1:
231261
version "3.0.2"
232262
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
@@ -446,14 +476,6 @@ eslint-plugin-promise@6.0.1:
446476
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423"
447477
integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==
448478

449-
eslint-scope@^5.1.1:
450-
version "5.1.1"
451-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
452-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
453-
dependencies:
454-
esrecurse "^4.3.0"
455-
estraverse "^4.1.1"
456-
457479
eslint-scope@^7.1.1:
458480
version "7.1.1"
459481
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -491,6 +513,11 @@ eslint-visitor-keys@^3.3.0:
491513
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
492514
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
493515

516+
eslint-visitor-keys@^3.4.1:
517+
version "3.4.3"
518+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
519+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
520+
494521
eslint@8.23.0:
495522
version "8.23.0"
496523
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
@@ -559,11 +586,6 @@ esrecurse@^4.3.0:
559586
dependencies:
560587
estraverse "^5.2.0"
561588

562-
estraverse@^4.1.1:
563-
version "4.3.0"
564-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
565-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
566-
567589
estraverse@^5.1.0, estraverse@^5.2.0:
568590
version "5.3.0"
569591
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -724,6 +746,11 @@ grapheme-splitter@^1.0.4:
724746
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
725747
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
726748

749+
graphemer@^1.4.0:
750+
version "1.4.0"
751+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
752+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
753+
727754
has-bigints@^1.0.1:
728755
version "1.0.1"
729756
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -758,6 +785,11 @@ ignore@^5.1.1, ignore@^5.2.0:
758785
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
759786
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
760787

788+
ignore@^5.2.4:
789+
version "5.3.0"
790+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
791+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
792+
761793
import-fresh@^3.0.0, import-fresh@^3.2.1:
762794
version "3.3.0"
763795
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -966,6 +998,13 @@ micromatch@^4.0.4:
966998
braces "^3.0.1"
967999
picomatch "^2.2.3"
9681000

1001+
minimatch@9.0.3:
1002+
version "9.0.3"
1003+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
1004+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
1005+
dependencies:
1006+
brace-expansion "^2.0.1"
1007+
9691008
minimatch@^3.0.4:
9701009
version "3.0.4"
9711010
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
@@ -1170,10 +1209,10 @@ semver@^6.1.0:
11701209
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
11711210
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
11721211

1173-
semver@^7.3.7:
1174-
version "7.3.7"
1175-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.7.tgz#12c5b649afdbf9049707796e22a4028814ce523f"
1176-
integrity sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==
1212+
semver@^7.5.4:
1213+
version "7.5.4"
1214+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1215+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
11771216
dependencies:
11781217
lru-cache "^6.0.0"
11791218

@@ -1260,6 +1299,11 @@ to-regex-range@^5.0.1:
12601299
dependencies:
12611300
is-number "^7.0.0"
12621301

1302+
ts-api-utils@^1.0.1:
1303+
version "1.0.3"
1304+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
1305+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
1306+
12631307
tsconfig-paths@^3.14.1:
12641308
version "3.14.1"
12651309
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
@@ -1270,18 +1314,6 @@ tsconfig-paths@^3.14.1:
12701314
minimist "^1.2.6"
12711315
strip-bom "^3.0.0"
12721316

1273-
tslib@^1.8.1:
1274-
version "1.14.1"
1275-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1276-
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1277-
1278-
tsutils@^3.21.0:
1279-
version "3.21.0"
1280-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
1281-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
1282-
dependencies:
1283-
tslib "^1.8.1"
1284-
12851317
type-check@^0.4.0, type-check@~0.4.0:
12861318
version "0.4.0"
12871319
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)