Skip to content

Commit 1e874e7

Browse files
chore(deps): update typescript-eslint monorepo to v6.13.2
1 parent a860bb8 commit 1e874e7

File tree

1 file changed

+67
-62
lines changed

1 file changed

+67
-62
lines changed

yarn.lock

Lines changed: 67 additions & 62 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.10.0"
26+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
27+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
28+
29+
"@eslint-community/regexpp@^4.6.1":
2530
version "4.9.1"
2631
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.9.1.tgz#449dfa81a57a1d755b09aa58d826c1262e4283b4"
2732
integrity sha512-Y27x+MBLjXa+0JWDhykM3+JE+il3kHKAEqabfEWq3SDhZjLYb6/BHL/JKFnH3fe207JaXkyDo685Oc2Glt6ifA==
@@ -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.14"
129-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.14.tgz#74a97a5573980802f32c8e47b663530ab3b6b7d1"
130-
integrity sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==
133+
version "7.0.15"
134+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
135+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
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.4"
139-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
140-
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
143+
version "7.5.6"
144+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
145+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
141146

142147
"@typescript-eslint/eslint-plugin@^6.1.0":
143-
version "6.9.0"
144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.9.0.tgz#fdb6f3821c0167e3356e9d89c80e8230b2e401f4"
145-
integrity sha512-lgX7F0azQwRPB7t7WAyeHWVfW1YJ9NIgd9mvGhfQpRY56X6AVf8mwM8Wol+0z4liE7XX3QOt8MN1rUKCfSjRIA==
148+
version "6.13.2"
149+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.13.2.tgz#2e03506c5362a65e43cb132c37c9ce2d3cb51470"
150+
integrity sha512-3+9OGAWHhk4O1LlcwLBONbdXsAhLjyCFogJY/cWy2lxdVJ2JrcTF2pTGMaLl2AE7U1l31n8Py4a8bx5DLf/0dQ==
146151
dependencies:
147152
"@eslint-community/regexpp" "^4.5.1"
148-
"@typescript-eslint/scope-manager" "6.9.0"
149-
"@typescript-eslint/type-utils" "6.9.0"
150-
"@typescript-eslint/utils" "6.9.0"
151-
"@typescript-eslint/visitor-keys" "6.9.0"
153+
"@typescript-eslint/scope-manager" "6.13.2"
154+
"@typescript-eslint/type-utils" "6.13.2"
155+
"@typescript-eslint/utils" "6.13.2"
156+
"@typescript-eslint/visitor-keys" "6.13.2"
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.9.0"
161-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.9.0.tgz#2b402cadeadd3f211c25820e5433413347b27391"
162-
integrity sha512-GZmjMh4AJ/5gaH4XF2eXA8tMnHWP+Pm1mjQR2QN4Iz+j/zO04b9TOvJYOX2sCNIQHtRStKTxRY1FX7LhpJT4Gw==
163-
dependencies:
164-
"@typescript-eslint/scope-manager" "6.9.0"
165-
"@typescript-eslint/types" "6.9.0"
166-
"@typescript-eslint/typescript-estree" "6.9.0"
167-
"@typescript-eslint/visitor-keys" "6.9.0"
165+
version "6.13.2"
166+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.13.2.tgz#390b79cc9a57a5f904d197a201cc4b6bc4f9afb9"
167+
integrity sha512-MUkcC+7Wt/QOGeVlM8aGGJZy1XV5YKjTpq9jK6r6/iLsGXhBVaGP5N0UYvFsu9BFlSpwY9kMretzdBH01rkRXg==
168+
dependencies:
169+
"@typescript-eslint/scope-manager" "6.13.2"
170+
"@typescript-eslint/types" "6.13.2"
171+
"@typescript-eslint/typescript-estree" "6.13.2"
172+
"@typescript-eslint/visitor-keys" "6.13.2"
168173
debug "^4.3.4"
169174

170-
"@typescript-eslint/scope-manager@6.9.0":
171-
version "6.9.0"
172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.9.0.tgz#2626e9a7fe0e004c3e25f3b986c75f584431134e"
173-
integrity sha512-1R8A9Mc39n4pCCz9o79qRO31HGNDvC7UhPhv26TovDsWPBDx+Sg3rOZdCELIA3ZmNoWAuxaMOT7aWtGRSYkQxw==
175+
"@typescript-eslint/scope-manager@6.13.2":
176+
version "6.13.2"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.13.2.tgz#5fa4e4adace028dafac212c770640b94e7b61052"
178+
integrity sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==
174179
dependencies:
175-
"@typescript-eslint/types" "6.9.0"
176-
"@typescript-eslint/visitor-keys" "6.9.0"
180+
"@typescript-eslint/types" "6.13.2"
181+
"@typescript-eslint/visitor-keys" "6.13.2"
177182

178-
"@typescript-eslint/type-utils@6.9.0":
179-
version "6.9.0"
180-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.9.0.tgz#23923c8c9677c2ad41457cf8e10a5f2946be1b04"
181-
integrity sha512-XXeahmfbpuhVbhSOROIzJ+b13krFmgtc4GlEuu1WBT+RpyGPIA4Y/eGnXzjbDj5gZLzpAXO/sj+IF/x2GtTMjQ==
183+
"@typescript-eslint/type-utils@6.13.2":
184+
version "6.13.2"
185+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.13.2.tgz#ebec2da14a6bb7122e0fd31eea72a382c39c6102"
186+
integrity sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==
182187
dependencies:
183-
"@typescript-eslint/typescript-estree" "6.9.0"
184-
"@typescript-eslint/utils" "6.9.0"
188+
"@typescript-eslint/typescript-estree" "6.13.2"
189+
"@typescript-eslint/utils" "6.13.2"
185190
debug "^4.3.4"
186191
ts-api-utils "^1.0.1"
187192

188-
"@typescript-eslint/types@6.9.0":
189-
version "6.9.0"
190-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.9.0.tgz#86a0cbe7ac46c0761429f928467ff3d92f841098"
191-
integrity sha512-+KB0lbkpxBkBSiVCuQvduqMJy+I1FyDbdwSpM3IoBS7APl4Bu15lStPjgBIdykdRqQNYqYNMa8Kuidax6phaEw==
193+
"@typescript-eslint/types@6.13.2":
194+
version "6.13.2"
195+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.13.2.tgz#c044aac24c2f6cefb8e921e397acad5417dd0ae6"
196+
integrity sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==
192197

193-
"@typescript-eslint/typescript-estree@6.9.0":
194-
version "6.9.0"
195-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.9.0.tgz#d0601b245be873d8fe49f3737f93f8662c8693d4"
196-
integrity sha512-NJM2BnJFZBEAbCfBP00zONKXvMqihZCrmwCaik0UhLr0vAgb6oguXxLX1k00oQyD+vZZ+CJn3kocvv2yxm4awQ==
198+
"@typescript-eslint/typescript-estree@6.13.2":
199+
version "6.13.2"
200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.13.2.tgz#ae556ee154c1acf025b48d37c3ef95a1d55da258"
201+
integrity sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==
197202
dependencies:
198-
"@typescript-eslint/types" "6.9.0"
199-
"@typescript-eslint/visitor-keys" "6.9.0"
203+
"@typescript-eslint/types" "6.13.2"
204+
"@typescript-eslint/visitor-keys" "6.13.2"
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.9.0":
207-
version "6.9.0"
208-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
209-
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
211+
"@typescript-eslint/utils@6.13.2":
212+
version "6.13.2"
213+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.13.2.tgz#8eb89e53adc6d703a879b131e528807245486f89"
214+
integrity sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==
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.9.0"
215-
"@typescript-eslint/types" "6.9.0"
216-
"@typescript-eslint/typescript-estree" "6.9.0"
219+
"@typescript-eslint/scope-manager" "6.13.2"
220+
"@typescript-eslint/types" "6.13.2"
221+
"@typescript-eslint/typescript-estree" "6.13.2"
217222
semver "^7.5.4"
218223

219-
"@typescript-eslint/visitor-keys@6.9.0":
220-
version "6.9.0"
221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.9.0.tgz#cc69421c10c4ac997ed34f453027245988164e80"
222-
integrity sha512-dGtAfqjV6RFOtIP8I0B4ZTBRrlTT8NHHlZZSchQx3qReaoDeXhYM++M4So2AgFK9ZB0emRPA6JI1HkafzA2Ibg==
224+
"@typescript-eslint/visitor-keys@6.13.2":
225+
version "6.13.2"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.13.2.tgz#e0a4a80cf842bb08e6127b903284166ac4a5594c"
227+
integrity sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==
223228
dependencies:
224-
"@typescript-eslint/types" "6.9.0"
229+
"@typescript-eslint/types" "6.13.2"
225230
eslint-visitor-keys "^3.4.1"
226231

227232
"@ungap/structured-clone@^1.2.0":
@@ -525,9 +530,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
525530
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
526531

527532
fast-glob@^3.2.9:
528-
version "3.3.1"
529-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
530-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
533+
version "3.3.2"
534+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
535+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
531536
dependencies:
532537
"@nodelib/fs.stat" "^2.0.2"
533538
"@nodelib/fs.walk" "^1.2.3"
@@ -663,9 +668,9 @@ has-flag@^4.0.0:
663668
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
664669

665670
ignore@^5.2.0, ignore@^5.2.4:
666-
version "5.2.4"
667-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
668-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
671+
version "5.3.0"
672+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
673+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
669674

670675
import-fresh@^3.2.1:
671676
version "3.3.0"

0 commit comments

Comments
 (0)