Skip to content

Commit 77a5a6f

Browse files
chore(deps): update dependency @typescript-eslint/eslint-plugin to v6
1 parent 3b8fa17 commit 77a5a6f

File tree

2 files changed

+108
-87
lines changed

2 files changed

+108
-87
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/node": "^18.15.11",
1818
"@types/react": "^18.0.37",
19-
"@typescript-eslint/eslint-plugin": "^5.59.0",
19+
"@typescript-eslint/eslint-plugin": "^6.7.0",
2020
"eslint": "^8.38.0",
2121
"eslint-config-next": "^13.3.0",
2222
"eslint-config-prettier": "^8.8.0",

yarn.lock

Lines changed: 107 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,23 @@
2424
dependencies:
2525
eslint-visitor-keys "^3.3.0"
2626

27+
"@eslint-community/eslint-utils@^4.4.0":
28+
version "4.4.0"
29+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
30+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
31+
dependencies:
32+
eslint-visitor-keys "^3.3.0"
33+
2734
"@eslint-community/regexpp@^4.4.0":
2835
version "4.4.0"
2936
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.4.0.tgz#3e61c564fcd6b921cb789838631c5ee44df09403"
3037
integrity sha512-A9983Q0LnDGdLPjxyXQ00sbV+K+O+ko2Dr+CZigbHWtX9pNfxlaBkMR8X1CztI73zuEyEBXTVjx7CE+/VSwDiQ==
3138

39+
"@eslint-community/regexpp@^4.5.1":
40+
version "4.8.0"
41+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.0.tgz#11195513186f68d42fbf449f9a7136b2c0c92005"
42+
integrity sha512-JylOEEzDiOryeUnFbQz+oViCXS0KsvR1mvHkoMiu5+UiBvy+RYX7tzlIIIEstF/gVa2tj9AQXk3dgnxv6KxhFg==
43+
3244
"@eslint/eslintrc@^2.0.2":
3345
version "2.0.2"
3446
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.2.tgz#01575e38707add677cf73ca1589abba8da899a02"
@@ -170,10 +182,10 @@
170182
dependencies:
171183
tslib "^2.4.0"
172184

173-
"@types/json-schema@^7.0.9":
174-
version "7.0.9"
175-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
176-
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
185+
"@types/json-schema@^7.0.12":
186+
version "7.0.12"
187+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
188+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
177189

178190
"@types/json5@^0.0.29":
179191
version "0.0.29"
@@ -204,26 +216,27 @@
204216
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
205217
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
206218

207-
"@types/semver@^7.3.12":
208-
version "7.3.13"
209-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
210-
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
211-
212-
"@typescript-eslint/eslint-plugin@^5.59.0":
213-
version "5.59.0"
214-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.0.tgz#c0e10eeb936debe5d1c3433cf36206a95befefd0"
215-
integrity sha512-p0QgrEyrxAWBecR56gyn3wkG15TJdI//eetInP3zYRewDh0XS+DhB3VUAd3QqvziFsfaQIoIuZMxZRB7vXYaYw==
216-
dependencies:
217-
"@eslint-community/regexpp" "^4.4.0"
218-
"@typescript-eslint/scope-manager" "5.59.0"
219-
"@typescript-eslint/type-utils" "5.59.0"
220-
"@typescript-eslint/utils" "5.59.0"
219+
"@types/semver@^7.5.0":
220+
version "7.5.1"
221+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.1.tgz#0480eeb7221eb9bc398ad7432c9d7e14b1a5a367"
222+
integrity sha512-cJRQXpObxfNKkFAZbJl2yjWtJCqELQIdShsogr1d2MilP8dKD9TE/nEKHkJgUNHdGKCQaf9HbIynuV2csLGVLg==
223+
224+
"@typescript-eslint/eslint-plugin@^6.7.0":
225+
version "6.7.0"
226+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.0.tgz#ed2a38867190f8a688af85ad7c8a74670b8b3675"
227+
integrity sha512-gUqtknHm0TDs1LhY12K2NA3Rmlmp88jK9Tx8vGZMfHeNMLE3GH2e9TRub+y+SOjuYgtOmok+wt1AyDPZqxbNag==
228+
dependencies:
229+
"@eslint-community/regexpp" "^4.5.1"
230+
"@typescript-eslint/scope-manager" "6.7.0"
231+
"@typescript-eslint/type-utils" "6.7.0"
232+
"@typescript-eslint/utils" "6.7.0"
233+
"@typescript-eslint/visitor-keys" "6.7.0"
221234
debug "^4.3.4"
222-
grapheme-splitter "^1.0.4"
223-
ignore "^5.2.0"
224-
natural-compare-lite "^1.4.0"
225-
semver "^7.3.7"
226-
tsutils "^3.21.0"
235+
graphemer "^1.4.0"
236+
ignore "^5.2.4"
237+
natural-compare "^1.4.0"
238+
semver "^7.5.4"
239+
ts-api-utils "^1.0.1"
227240

228241
"@typescript-eslint/parser@^5.42.0":
229242
version "5.42.1"
@@ -243,33 +256,33 @@
243256
"@typescript-eslint/types" "5.42.1"
244257
"@typescript-eslint/visitor-keys" "5.42.1"
245258

246-
"@typescript-eslint/scope-manager@5.59.0":
247-
version "5.59.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.0.tgz#86501d7a17885710b6716a23be2e93fc54a4fe8c"
249-
integrity sha512-tsoldKaMh7izN6BvkK6zRMINj4Z2d6gGhO2UsI8zGZY3XhLq1DndP3Ycjhi1JwdwPRwtLMW4EFPgpuKhbCGOvQ==
259+
"@typescript-eslint/scope-manager@6.7.0":
260+
version "6.7.0"
261+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz#6b3c22187976e2bf5ed0dc0d9095f1f2cbd1d106"
262+
integrity sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==
250263
dependencies:
251-
"@typescript-eslint/types" "5.59.0"
252-
"@typescript-eslint/visitor-keys" "5.59.0"
264+
"@typescript-eslint/types" "6.7.0"
265+
"@typescript-eslint/visitor-keys" "6.7.0"
253266

254-
"@typescript-eslint/type-utils@5.59.0":
255-
version "5.59.0"
256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.0.tgz#8e8d1420fc2265989fa3a0d897bde37f3851e8c9"
257-
integrity sha512-d/B6VSWnZwu70kcKQSCqjcXpVH+7ABKH8P1KNn4K7j5PXXuycZTPXF44Nui0TEm6rbWGi8kc78xRgOC4n7xFgA==
267+
"@typescript-eslint/type-utils@6.7.0":
268+
version "6.7.0"
269+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.0.tgz#21a013d4c7f96255f5e64ac59fb41301d1e052ba"
270+
integrity sha512-f/QabJgDAlpSz3qduCyQT0Fw7hHpmhOzY/Rv6zO3yO+HVIdPfIWhrQoAyG+uZVtWAIS85zAyzgAFfyEr+MgBpg==
258271
dependencies:
259-
"@typescript-eslint/typescript-estree" "5.59.0"
260-
"@typescript-eslint/utils" "5.59.0"
272+
"@typescript-eslint/typescript-estree" "6.7.0"
273+
"@typescript-eslint/utils" "6.7.0"
261274
debug "^4.3.4"
262-
tsutils "^3.21.0"
275+
ts-api-utils "^1.0.1"
263276

264277
"@typescript-eslint/[email protected]":
265278
version "5.42.1"
266279
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.42.1.tgz#0d4283c30e9b70d2aa2391c36294413de9106df2"
267280
integrity sha512-Qrco9dsFF5lhalz+lLFtxs3ui1/YfC6NdXu+RAGBa8uSfn01cjO7ssCsjIsUs484vny9Xm699FSKwpkCcqwWwA==
268281

269-
"@typescript-eslint/types@5.59.0":
270-
version "5.59.0"
271-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.0.tgz#3fcdac7dbf923ec5251545acdd9f1d42d7c4fe32"
272-
integrity sha512-yR2h1NotF23xFFYKHZs17QJnB51J/s+ud4PYU4MqdZbzeNxpgUr05+dNeCN/bb6raslHvGdd6BFCkVhpPk/ZeA==
282+
"@typescript-eslint/types@6.7.0":
283+
version "6.7.0"
284+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.0.tgz#8de8ba9cafadc38e89003fe303e219c9250089ae"
285+
integrity sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==
273286

274287
"@typescript-eslint/[email protected]":
275288
version "5.42.1"
@@ -284,32 +297,31 @@
284297
semver "^7.3.7"
285298
tsutils "^3.21.0"
286299

287-
"@typescript-eslint/typescript-estree@5.59.0":
288-
version "5.59.0"
289-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.0.tgz#8869156ee1dcfc5a95be3ed0e2809969ea28e965"
290-
integrity sha512-sUNnktjmI8DyGzPdZ8dRwW741zopGxltGs/SAPgGL/AAgDpiLsCFLcMNSpbfXfmnNeHmK9h3wGmCkGRGAoUZAg==
300+
"@typescript-eslint/typescript-estree@6.7.0":
301+
version "6.7.0"
302+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz#20ce2801733bd46f02cc0f141f5b63fbbf2afb63"
303+
integrity sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==
291304
dependencies:
292-
"@typescript-eslint/types" "5.59.0"
293-
"@typescript-eslint/visitor-keys" "5.59.0"
305+
"@typescript-eslint/types" "6.7.0"
306+
"@typescript-eslint/visitor-keys" "6.7.0"
294307
debug "^4.3.4"
295308
globby "^11.1.0"
296309
is-glob "^4.0.3"
297-
semver "^7.3.7"
298-
tsutils "^3.21.0"
299-
300-
"@typescript-eslint/[email protected]":
301-
version "5.59.0"
302-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.0.tgz#063d066b3bc4850c18872649ed0da9ee72d833d5"
303-
integrity sha512-GGLFd+86drlHSvPgN/el6dRQNYYGOvRSDVydsUaQluwIW3HvbXuxyuD5JETvBt/9qGYe+lOrDk6gRrWOHb/FvA==
304-
dependencies:
305-
"@eslint-community/eslint-utils" "^4.2.0"
306-
"@types/json-schema" "^7.0.9"
307-
"@types/semver" "^7.3.12"
308-
"@typescript-eslint/scope-manager" "5.59.0"
309-
"@typescript-eslint/types" "5.59.0"
310-
"@typescript-eslint/typescript-estree" "5.59.0"
311-
eslint-scope "^5.1.1"
312-
semver "^7.3.7"
310+
semver "^7.5.4"
311+
ts-api-utils "^1.0.1"
312+
313+
"@typescript-eslint/[email protected]":
314+
version "6.7.0"
315+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.0.tgz#61b6f1f1b82ad529abfcee074d21764e880886fb"
316+
integrity sha512-MfCq3cM0vh2slSikQYqK2Gq52gvOhe57vD2RM3V4gQRZYX4rDPnKLu5p6cm89+LJiGlwEXU8hkYxhqqEC/V3qA==
317+
dependencies:
318+
"@eslint-community/eslint-utils" "^4.4.0"
319+
"@types/json-schema" "^7.0.12"
320+
"@types/semver" "^7.5.0"
321+
"@typescript-eslint/scope-manager" "6.7.0"
322+
"@typescript-eslint/types" "6.7.0"
323+
"@typescript-eslint/typescript-estree" "6.7.0"
324+
semver "^7.5.4"
313325

314326
"@typescript-eslint/[email protected]":
315327
version "5.42.1"
@@ -319,13 +331,13 @@
319331
"@typescript-eslint/types" "5.42.1"
320332
eslint-visitor-keys "^3.3.0"
321333

322-
"@typescript-eslint/visitor-keys@5.59.0":
323-
version "5.59.0"
324-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.0.tgz#a59913f2bf0baeb61b5cfcb6135d3926c3854365"
325-
integrity sha512-qZ3iXxQhanchCeaExlKPV3gDQFxMUmU35xfd5eCXB6+kUw1TUAbIy2n7QIrwz9s98DQLzNWyHp61fY0da4ZcbA==
334+
"@typescript-eslint/visitor-keys@6.7.0":
335+
version "6.7.0"
336+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz#34140ac76dfb6316d17012e4469acf3366ad3f44"
337+
integrity sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==
326338
dependencies:
327-
"@typescript-eslint/types" "5.59.0"
328-
eslint-visitor-keys "^3.3.0"
339+
"@typescript-eslint/types" "6.7.0"
340+
eslint-visitor-keys "^3.4.1"
329341

330342
acorn-jsx@^5.3.2:
331343
version "5.3.2"
@@ -884,14 +896,6 @@ eslint-plugin-react@^7.31.7:
884896
semver "^6.3.0"
885897
string.prototype.matchall "^4.0.7"
886898

887-
eslint-scope@^5.1.1:
888-
version "5.1.1"
889-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
890-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
891-
dependencies:
892-
esrecurse "^4.3.0"
893-
estraverse "^4.1.1"
894-
895899
eslint-scope@^7.1.1:
896900
version "7.1.1"
897901
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.1.1.tgz#fff34894c2f65e5226d3041ac480b4513a163642"
@@ -910,6 +914,11 @@ eslint-visitor-keys@^3.4.0:
910914
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.0.tgz#c7f0f956124ce677047ddbc192a68f999454dedc"
911915
integrity sha512-HPpKPUBQcAsZOsHAFwTtIKcYlCje62XB7SEAcxjtmW6TD1WVpkS6i6/hOVtTZIl4zGj/mBqpFVGvaDneik+VoQ==
912916

917+
eslint-visitor-keys@^3.4.1:
918+
version "3.4.3"
919+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
920+
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
921+
913922
eslint@^8.38.0:
914923
version "8.38.0"
915924
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.38.0.tgz#a62c6f36e548a5574dd35728ac3c6209bd1e2f1a"
@@ -979,11 +988,6 @@ esrecurse@^4.3.0:
979988
dependencies:
980989
estraverse "^5.2.0"
981990

982-
estraverse@^4.1.1:
983-
version "4.3.0"
984-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
985-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
986-
987991
estraverse@^5.1.0, estraverse@^5.2.0, estraverse@^5.3.0:
988992
version "5.3.0"
989993
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
@@ -1235,6 +1239,11 @@ grapheme-splitter@^1.0.4:
12351239
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
12361240
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
12371241

1242+
graphemer@^1.4.0:
1243+
version "1.4.0"
1244+
resolved "https://registry.yarnpkg.com/graphemer/-/graphemer-1.4.0.tgz#fb2f1d55e0e3a1849aeffc90c4fa0dd53a0e66c6"
1245+
integrity sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==
1246+
12381247
has-bigints@^1.0.1:
12391248
version "1.0.1"
12401249
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113"
@@ -1296,6 +1305,11 @@ ignore@^5.2.0:
12961305
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
12971306
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
12981307

1308+
ignore@^5.2.4:
1309+
version "5.2.4"
1310+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1311+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1312+
12991313
import-fresh@^3.0.0, import-fresh@^3.2.1:
13001314
version "3.3.0"
13011315
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b"
@@ -1715,11 +1729,6 @@ nanoid@^3.3.4:
17151729
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab"
17161730
integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
17171731

1718-
natural-compare-lite@^1.4.0:
1719-
version "1.4.0"
1720-
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
1721-
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
1722-
17231732
natural-compare@^1.4.0:
17241733
version "1.4.0"
17251734
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
@@ -2133,6 +2142,13 @@ semver@^7.3.7:
21332142
dependencies:
21342143
lru-cache "^6.0.0"
21352144

2145+
semver@^7.5.4:
2146+
version "7.5.4"
2147+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
2148+
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
2149+
dependencies:
2150+
lru-cache "^6.0.0"
2151+
21362152
shebang-command@^2.0.0:
21372153
version "2.0.0"
21382154
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
@@ -2367,6 +2383,11 @@ to-regex-range@^5.0.1:
23672383
dependencies:
23682384
is-number "^7.0.0"
23692385

2386+
ts-api-utils@^1.0.1:
2387+
version "1.0.3"
2388+
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
2389+
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
2390+
23702391
tsconfig-paths@^3.14.1:
23712392
version "3.14.1"
23722393
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz#ba0734599e8ea36c862798e920bcf163277b137a"

0 commit comments

Comments
 (0)