Skip to content

Commit c6031fa

Browse files
chore(deps): update typescript-eslint monorepo to v6.7.3
1 parent 2168400 commit c6031fa

File tree

1 file changed

+61
-56
lines changed

1 file changed

+61
-56
lines changed

yarn.lock

Lines changed: 61 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@
2121
dependencies:
2222
eslint-visitor-keys "^3.3.0"
2323

24-
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
24+
"@eslint-community/regexpp@^4.5.1":
25+
version "4.8.1"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.1.tgz#8c4bb756cc2aa7eaf13cfa5e69c83afb3260c20c"
27+
integrity sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==
28+
29+
"@eslint-community/regexpp@^4.6.1":
2530
version "4.8.0"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
2732
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
@@ -125,30 +130,30 @@
125130
integrity sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==
126131

127132
"@types/json-schema@^7.0.12":
128-
version "7.0.12"
129-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
130-
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
133+
version "7.0.13"
134+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
135+
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
131136

132137
"@types/node@^8.10.66":
133138
version "8.10.66"
134139
resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3"
135140
integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==
136141

137142
"@types/semver@^7.5.0":
138-
version "7.5.1"
139-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
140-
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
143+
version "7.5.3"
144+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
145+
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
141146

142147
"@typescript-eslint/eslint-plugin@^6.1.0":
143-
version "6.7.0"
144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.0.tgz#ed2a38867190f8a688af85ad7c8a74670b8b3675"
145-
integrity sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==
148+
version "6.7.3"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
150+
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
146151
dependencies:
147152
"@eslint-community/regexpp" "^4.5.1"
148-
"@typescript-eslint/scope-manager" "6.7.0"
149-
"@typescript-eslint/type-utils" "6.7.0"
150-
"@typescript-eslint/utils" "6.7.0"
151-
"@typescript-eslint/visitor-keys" "6.7.0"
153+
"@typescript-eslint/scope-manager" "6.7.3"
154+
"@typescript-eslint/type-utils" "6.7.3"
155+
"@typescript-eslint/utils" "6.7.3"
156+
"@typescript-eslint/visitor-keys" "6.7.3"
152157
debug "^4.3.4"
153158
graphemer "^1.4.0"
154159
ignore "^5.2.4"
@@ -157,71 +162,71 @@
157162
ts-api-utils "^1.0.1"
158163

159164
"@typescript-eslint/parser@^6.1.0":
160-
version "6.7.0"
161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.0.tgz#332fe9c7ecf6783d3250b4c8a960bd4af0995807"
162-
integrity sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==
163-
dependencies:
164-
"@typescript-eslint/scope-manager" "6.7.0"
165-
"@typescript-eslint/types" "6.7.0"
166-
"@typescript-eslint/typescript-estree" "6.7.0"
167-
"@typescript-eslint/visitor-keys" "6.7.0"
165+
version "6.7.3"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
167+
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
168+
dependencies:
169+
"@typescript-eslint/scope-manager" "6.7.3"
170+
"@typescript-eslint/types" "6.7.3"
171+
"@typescript-eslint/typescript-estree" "6.7.3"
172+
"@typescript-eslint/visitor-keys" "6.7.3"
168173
debug "^4.3.4"
169174

170-
"@typescript-eslint/scope-manager@6.7.0":
171-
version "6.7.0"
172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz#6b3c22187976e2bf5ed0dc0d9095f1f2cbd1d106"
173-
integrity sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==
175+
"@typescript-eslint/scope-manager@6.7.3":
176+
version "6.7.3"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
178+
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
174179
dependencies:
175-
"@typescript-eslint/types" "6.7.0"
176-
"@typescript-eslint/visitor-keys" "6.7.0"
180+
"@typescript-eslint/types" "6.7.3"
181+
"@typescript-eslint/visitor-keys" "6.7.3"
177182

178-
"@typescript-eslint/type-utils@6.7.0":
179-
version "6.7.0"
180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.0.tgz#21a013d4c7f96255f5e64ac59fb41301d1e052ba"
181-
integrity sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==
183+
"@typescript-eslint/type-utils@6.7.3":
184+
version "6.7.3"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
186+
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
182187
dependencies:
183-
"@typescript-eslint/typescript-estree" "6.7.0"
184-
"@typescript-eslint/utils" "6.7.0"
188+
"@typescript-eslint/typescript-estree" "6.7.3"
189+
"@typescript-eslint/utils" "6.7.3"
185190
debug "^4.3.4"
186191
ts-api-utils "^1.0.1"
187192

188-
"@typescript-eslint/types@6.7.0":
189-
version "6.7.0"
190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.0.tgz#8de8ba9cafadc38e89003fe303e219c9250089ae"
191-
integrity sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==
193+
"@typescript-eslint/types@6.7.3":
194+
version "6.7.3"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
196+
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
192197

193-
"@typescript-eslint/typescript-estree@6.7.0":
194-
version "6.7.0"
195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz#20ce2801733bd46f02cc0f141f5b63fbbf2afb63"
196-
integrity sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==
198+
"@typescript-eslint/typescript-estree@6.7.3":
199+
version "6.7.3"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
201+
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
197202
dependencies:
198-
"@typescript-eslint/types" "6.7.0"
199-
"@typescript-eslint/visitor-keys" "6.7.0"
203+
"@typescript-eslint/types" "6.7.3"
204+
"@typescript-eslint/visitor-keys" "6.7.3"
200205
debug "^4.3.4"
201206
globby "^11.1.0"
202207
is-glob "^4.0.3"
203208
semver "^7.5.4"
204209
ts-api-utils "^1.0.1"
205210

206-
"@typescript-eslint/utils@6.7.0":
207-
version "6.7.0"
208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.0.tgz#61b6f1f1b82ad529abfcee074d21764e880886fb"
209-
integrity sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==
211+
"@typescript-eslint/utils@6.7.3":
212+
version "6.7.3"
213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
214+
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
210215
dependencies:
211216
"@eslint-community/eslint-utils" "^4.4.0"
212217
"@types/json-schema" "^7.0.12"
213218
"@types/semver" "^7.5.0"
214-
"@typescript-eslint/scope-manager" "6.7.0"
215-
"@typescript-eslint/types" "6.7.0"
216-
"@typescript-eslint/typescript-estree" "6.7.0"
219+
"@typescript-eslint/scope-manager" "6.7.3"
220+
"@typescript-eslint/types" "6.7.3"
221+
"@typescript-eslint/typescript-estree" "6.7.3"
217222
semver "^7.5.4"
218223

219-
"@typescript-eslint/visitor-keys@6.7.0":
220-
version "6.7.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz#34140ac76dfb6316d17012e4469acf3366ad3f44"
222-
integrity sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==
224+
"@typescript-eslint/visitor-keys@6.7.3":
225+
version "6.7.3"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
227+
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
223228
dependencies:
224-
"@typescript-eslint/types" "6.7.0"
229+
"@typescript-eslint/types" "6.7.3"
225230
eslint-visitor-keys "^3.4.1"
226231

227232
acorn-jsx@^5.3.2:

0 commit comments

Comments
 (0)