Skip to content

Commit e1a5e03

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

File tree

2 files changed

+155
-98
lines changed

2 files changed

+155
-98
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.3.0",
32+
"@typescript-eslint/parser": "6.2.1",
3333
"eslint": "8.23.0",
3434
"eslint-config-standard": "17.0.0",
3535
"eslint-plugin-import": "2.26.0",

yarn.lock

+153-96
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.6.2"
14+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.6.2.tgz#1816b5f6948029c5eaacb0703b850ee0cb37d8f8"
15+
integrity sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
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,140 @@
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.12"
79+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
80+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
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.0"
89+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
90+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
91+
92+
"@typescript-eslint/eslint-plugin@6.3.0":
93+
version "6.3.0"
94+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.3.0.tgz#e751e148aab7ccaf8a7bfd370f7ce9e6bdd1f3f4"
95+
integrity sha512-IZYjYZ0ifGSLZbwMqIip/nOamFiWJ9AH+T/GYNZBWkVcyNQOFGtSMoWV7RvY4poYCMZ/4lHzNl796WOSNxmk8A==
96+
dependencies:
97+
"@eslint-community/regexpp" "^4.5.1"
98+
"@typescript-eslint/scope-manager" "6.3.0"
99+
"@typescript-eslint/type-utils" "6.3.0"
100+
"@typescript-eslint/utils" "6.3.0"
101+
"@typescript-eslint/visitor-keys" "6.3.0"
102+
debug "^4.3.4"
103+
graphemer "^1.4.0"
104+
ignore "^5.2.4"
105+
natural-compare "^1.4.0"
106+
natural-compare-lite "^1.4.0"
107+
semver "^7.5.4"
108+
ts-api-utils "^1.0.1"
109+
110+
"@typescript-eslint/parser@6.2.1":
111+
version "6.2.1"
112+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.2.1.tgz#e18a31eea1cca8841a565f1701960c8123ed07f9"
113+
integrity sha512-Ld+uL1kYFU8e6btqBFpsHkwQ35rw30IWpdQxgOqOh4NfxSDH6uCkah1ks8R/RgQqI5hHPXMaLy9fbFseIe+dIg==
114+
dependencies:
115+
"@typescript-eslint/scope-manager" "6.2.1"
116+
"@typescript-eslint/types" "6.2.1"
117+
"@typescript-eslint/typescript-estree" "6.2.1"
118+
"@typescript-eslint/visitor-keys" "6.2.1"
83119
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"
89120

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==
121+
"@typescript-eslint/scope-manager@6.2.1":
122+
version "6.2.1"
123+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.2.1.tgz#b6f43a867b84e5671fe531f2b762e0b68f7cf0c4"
124+
integrity sha512-UCqBF9WFqv64xNsIEPfBtenbfodPXsJ3nPAr55mGPkQIkiQvgoWNo+astj9ZUfJfVKiYgAZDMnM6dIpsxUMp3Q==
94125
dependencies:
95-
"@typescript-eslint/scope-manager" "5.29.0"
96-
"@typescript-eslint/types" "5.29.0"
97-
"@typescript-eslint/typescript-estree" "5.29.0"
98-
debug "^4.3.4"
126+
"@typescript-eslint/types" "6.2.1"
127+
"@typescript-eslint/visitor-keys" "6.2.1"
99128

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==
129+
"@typescript-eslint/scope-manager@6.3.0":
130+
version "6.3.0"
131+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.3.0.tgz#6b74e338c4b88d5e1dfc1a28c570dd5cf8c86b09"
132+
integrity sha512-WlNFgBEuGu74ahrXzgefiz/QlVb+qg8KDTpknKwR7hMH+lQygWyx0CQFoUmMn1zDkQjTBBIn75IxtWss77iBIQ==
104133
dependencies:
105-
"@typescript-eslint/types" "5.29.0"
106-
"@typescript-eslint/visitor-keys" "5.29.0"
134+
"@typescript-eslint/types" "6.3.0"
135+
"@typescript-eslint/visitor-keys" "6.3.0"
107136

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==
137+
"@typescript-eslint/type-utils@6.3.0":
138+
version "6.3.0"
139+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.3.0.tgz#3bf89ccd36621ddec1b7f8246afe467c67adc247"
140+
integrity sha512-7Oj+1ox1T2Yc8PKpBvOKWhoI/4rWFd1j7FA/rPE0lbBPXTKjdbtC+7Ev0SeBjEKkIhKWVeZSP+mR7y1Db1CdfQ==
112141
dependencies:
113-
"@typescript-eslint/utils" "5.29.0"
142+
"@typescript-eslint/typescript-estree" "6.3.0"
143+
"@typescript-eslint/utils" "6.3.0"
114144
debug "^4.3.4"
115-
tsutils "^3.21.0"
145+
ts-api-utils "^1.0.1"
116146

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==
147+
"@typescript-eslint/types@6.2.1":
148+
version "6.2.1"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.2.1.tgz#7fcdeceb503aab601274bf5e210207050d88c8ab"
150+
integrity sha512-528bGcoelrpw+sETlyM91k51Arl2ajbNT9L4JwoXE2dvRe1yd8Q64E4OL7vHYw31mlnVsf+BeeLyAZUEQtqahQ==
121151

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==
152+
"@typescript-eslint/types@6.3.0":
153+
version "6.3.0"
154+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.3.0.tgz#84517f1427923e714b8418981e493b6635ab4c9d"
155+
integrity sha512-K6TZOvfVyc7MO9j60MkRNWyFSf86IbOatTKGrpTQnzarDZPYPVy0oe3myTMq7VjhfsUAbNUW8I5s+2lZvtx1gg==
156+
157+
"@typescript-eslint/typescript-estree@6.2.1":
158+
version "6.2.1"
159+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.2.1.tgz#2af6e90c1e91cb725a5fe1682841a3f74549389e"
160+
integrity sha512-G+UJeQx9AKBHRQBpmvr8T/3K5bJa485eu+4tQBxFq0KoT22+jJyzo1B50JDT9QdC1DEmWQfdKsa8ybiNWYsi0Q==
126161
dependencies:
127-
"@typescript-eslint/types" "5.29.0"
128-
"@typescript-eslint/visitor-keys" "5.29.0"
162+
"@typescript-eslint/types" "6.2.1"
163+
"@typescript-eslint/visitor-keys" "6.2.1"
129164
debug "^4.3.4"
130165
globby "^11.1.0"
131166
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"
167+
semver "^7.5.4"
168+
ts-api-utils "^1.0.1"
146169

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==
170+
"@typescript-eslint/typescript-estree@6.3.0":
171+
version "6.3.0"
172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.3.0.tgz#20e1e10e2f51cdb9e19a2751215cac92c003643c"
173+
integrity sha512-Xh4NVDaC4eYKY4O3QGPuQNp5NxBAlEvNQYOqJquR2MePNxO11E5K3t5x4M4Mx53IZvtpW+mBxIT0s274fLUocg==
151174
dependencies:
152-
"@typescript-eslint/types" "5.29.0"
153-
eslint-visitor-keys "^3.3.0"
175+
"@typescript-eslint/types" "6.3.0"
176+
"@typescript-eslint/visitor-keys" "6.3.0"
177+
debug "^4.3.4"
178+
globby "^11.1.0"
179+
is-glob "^4.0.3"
180+
semver "^7.5.4"
181+
ts-api-utils "^1.0.1"
182+
183+
"@typescript-eslint/utils@6.3.0":
184+
version "6.3.0"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.3.0.tgz#0898c5e374372c2092ca1b979ea7ee9cc020ce84"
186+
integrity sha512-hLLg3BZE07XHnpzglNBG8P/IXq/ZVXraEbgY7FM0Cnc1ehM8RMdn9mat3LubJ3KBeYXXPxV1nugWbQPjGeJk6Q==
187+
dependencies:
188+
"@eslint-community/eslint-utils" "^4.4.0"
189+
"@types/json-schema" "^7.0.12"
190+
"@types/semver" "^7.5.0"
191+
"@typescript-eslint/scope-manager" "6.3.0"
192+
"@typescript-eslint/types" "6.3.0"
193+
"@typescript-eslint/typescript-estree" "6.3.0"
194+
semver "^7.5.4"
195+
196+
"@typescript-eslint/visitor-keys@6.2.1":
197+
version "6.2.1"
198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.2.1.tgz#442e7c09fe94b715a54ebe30e967987c3c41fbf4"
199+
integrity sha512-iTN6w3k2JEZ7cyVdZJTVJx2Lv7t6zFA8DCrJEHD2mwfc16AEvvBWVhbFh34XyG2NORCd0viIgQY1+u7kPI0WpA==
200+
dependencies:
201+
"@typescript-eslint/types" "6.2.1"
202+
eslint-visitor-keys "^3.4.1"
203+
204+
"@typescript-eslint/visitor-keys@6.3.0":
205+
version "6.3.0"
206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.3.0.tgz#8d09aa3e389ae0971426124c155ac289afbe450a"
207+
integrity sha512-kEhRRj7HnvaSjux1J9+7dBen15CdWmDnwrpyiHsFX6Qx2iW5LOBUgNefOFeh2PjWPlNwN8TOn6+4eBU3J/gupw==
208+
dependencies:
209+
"@typescript-eslint/types" "6.3.0"
210+
eslint-visitor-keys "^3.4.1"
154211

155212
acorn-jsx@^5.3.2:
156213
version "5.3.2"
@@ -446,14 +503,6 @@ eslint-plugin-promise@6.0.1:
446503
resolved "https://registry.yarnpkg.com/eslint-plugin-promise/-/eslint-plugin-promise-6.0.1.tgz#a8cddf96a67c4059bdabf4d724a29572188ae423"
447504
integrity sha512-uM4Tgo5u3UWQiroOyDEsYcVMOo7re3zmno0IZmB5auxoaQNIceAbXEkSt8RNrKtaYehARHG06pYK6K1JhtP0Zw==
448505

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-
457506
eslint-scope@^7.1.1:
458507
version "7.1.1"
459508
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -491,6 +540,11 @@ eslint-visitor-keys@^3.3.0:
491540
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz#f6480fa6b1f30efe2d1968aa8ac745b862469826"
492541
integrity sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==
493542

543+
eslint-visitor-keys@^3.4.1:
544+
version "3.4.2"
545+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz#8c2095440eca8c933bedcadf16fefa44dbe9ba5f"
546+
integrity sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==
547+
494548
eslint@8.23.0:
495549
version "8.23.0"
496550
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.23.0.tgz#a184918d288820179c6041bb3ddcc99ce6eea040"
@@ -559,11 +613,6 @@ esrecurse@^4.3.0:
559613
dependencies:
560614
estraverse "^5.2.0"
561615

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-
567616
estraverse@^5.1.0, estraverse@^5.2.0:
568617
version "5.3.0"
569618
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -724,6 +773,11 @@ grapheme-splitter@^1.0.4:
724773
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
725774
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
726775

776+
graphemer@^1.4.0:
777+
version "1.4.0"
778+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
779+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
780+
727781
has-bigints@^1.0.1:
728782
version "1.0.1"
729783
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -758,6 +812,11 @@ ignore@^5.1.1, ignore@^5.2.0:
758812
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
759813
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
760814

815+
ignore@^5.2.4:
816+
version "5.2.4"
817+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
818+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
819+
761820
import-fresh@^3.0.0, import-fresh@^3.2.1:
762821
version "3.3.0"
763822
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1000,6 +1059,11 @@ ms@^2.1.1:
10001059
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.3.tgz#574c8138ce1d2b5861f0b44579dbadd60c6615b2"
10011060
integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==
10021061

1062+
natural-compare-lite@^1.4.0:
1063+
version "1.4.0"
1064+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1065+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1066+
10031067
natural-compare@^1.4.0:
10041068
version "1.4.0"
10051069
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -1170,10 +1234,10 @@ semver@^6.1.0:
11701234
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
11711235
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
11721236

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==
1237+
semver@^7.5.4:
1238+
version "7.5.4"
1239+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
1240+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
11771241
dependencies:
11781242
lru-cache "^6.0.0"
11791243

@@ -1260,6 +1324,11 @@ to-regex-range@^5.0.1:
12601324
dependencies:
12611325
is-number "^7.0.0"
12621326

1327+
ts-api-utils@^1.0.1:
1328+
version "1.0.1"
1329+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
1330+
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
1331+
12631332
tsconfig-paths@^3.14.1:
12641333
version "3.14.1"
12651334
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"
@@ -1270,18 +1339,6 @@ tsconfig-paths@^3.14.1:
12701339
minimist "^1.2.6"
12711340
strip-bom "^3.0.0"
12721341

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-
12851342
type-check@^0.4.0, type-check@~0.4.0:
12861343
version "0.4.0"
12871344
resolved "https://registry.yarnpkg.com/type-check/-/type-check-0.4.0.tgz#07b8203bfa7056c0657050e3ccd2c37730bab8f1"

0 commit comments

Comments
 (0)