Skip to content

Commit b22a352

Browse files
chore(deps): update typescript-eslint monorepo to v6.14.0
1 parent 48089e6 commit b22a352

1 file changed

Lines changed: 64 additions & 64 deletions

File tree

yarn.lock

Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@
132132
eslint-visitor-keys "^3.3.0"
133133

134134
"@eslint-community/regexpp@^4.5.1":
135-
version "4.8.2"
136-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.8.2.tgz#26585b7c0ba36362893d3a3c206ee0c57c389616"
137-
integrity sha512-0MGxAVt1m/ZK+LTJp/j0qF7Hz97D9O/FH9Ms3ltnyIdDD57cbb1ACIQTkbHvNXtWDv5TPq7w5Kq56+cNukbo7g==
135+
version "4.10.0"
136+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
137+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
138138

139139
"@eslint-community/regexpp@^4.6.1":
140140
version "4.8.1"
@@ -287,9 +287,9 @@
287287
integrity sha512-nyZiWXt6gBG7Jj7BYB4zdHXyrhcAjJH8qv+BUsO8FMJR5be7H5ETOaibB3uvXeX5lc57LWkecNJv03q0+JpbXA==
288288

289289
"@types/json-schema@^7.0.12":
290-
version "7.0.13"
291-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.13.tgz#02c24f4363176d2d18fc8b70b9f3c54aba178a85"
292-
integrity sha512-RbSSoHliUbnXj3ny0CNFOoxrIDV6SUGyStHsvDqosw6CkdPV8TtWGlfecuK4ToyMEAql6pzNxgCFKanovUzlgQ==
290+
version "7.0.15"
291+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
292+
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
293293

294294
"@types/json5@^0.0.29":
295295
version "0.0.29"
@@ -307,20 +307,20 @@
307307
integrity sha512-cOxcXsQ2sxiwkykdJqvyFS+MLQPLvIdwh5l6gNg8qF6s+C7XSkEWOZjK+XhUZd+mYvHV/180g2cnCcIl4l06Pw==
308308

309309
"@types/semver@^7.5.0":
310-
version "7.5.3"
311-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.3.tgz#9a726e116beb26c24f1ccd6850201e1246122e04"
312-
integrity sha512-OxepLK9EuNEIPxWNME+C6WwbRAOOI2o2BaQEGzz5Lu2e4Z5eDnEo+/aVEDMIXywoJitJ7xWd641wrGLZdtwRyw==
310+
version "7.5.6"
311+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
312+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
313313

314314
"@typescript-eslint/eslint-plugin@^6.0.0":
315-
version "6.7.3"
316-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.7.3.tgz#d98046e9f7102d49a93d944d413c6055c47fafd7"
317-
integrity sha512-vntq452UHNltxsaaN+L9WyuMch8bMd9CqJ3zhzTPXXidwbf5mqqKCVXEuvRZUqLJSTLeWE65lQwyXsRGnXkCTA==
315+
version "6.14.0"
316+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.14.0.tgz#fc1ab5f23618ba590c87e8226ff07a760be3dd7b"
317+
integrity sha512-1ZJBykBCXaSHG94vMMKmiHoL0MhNHKSVlcHVYZNw+BKxufhqQVTOawNpwwI1P5nIFZ/4jLVop0mcY6mJJDFNaw==
318318
dependencies:
319319
"@eslint-community/regexpp" "^4.5.1"
320-
"@typescript-eslint/scope-manager" "6.7.3"
321-
"@typescript-eslint/type-utils" "6.7.3"
322-
"@typescript-eslint/utils" "6.7.3"
323-
"@typescript-eslint/visitor-keys" "6.7.3"
320+
"@typescript-eslint/scope-manager" "6.14.0"
321+
"@typescript-eslint/type-utils" "6.14.0"
322+
"@typescript-eslint/utils" "6.14.0"
323+
"@typescript-eslint/visitor-keys" "6.14.0"
324324
debug "^4.3.4"
325325
graphemer "^1.4.0"
326326
ignore "^5.2.4"
@@ -329,71 +329,71 @@
329329
ts-api-utils "^1.0.1"
330330

331331
"@typescript-eslint/parser@^6.0.0":
332-
version "6.7.3"
333-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.7.3.tgz#aaf40092a32877439e5957e18f2d6a91c82cc2fd"
334-
integrity sha512-TlutE+iep2o7R8Lf+yoer3zU6/0EAUc8QIBB3GYBc1KGz4c4TRm83xwXUZVPlZ6YCLss4r77jbu6j3sendJoiQ==
335-
dependencies:
336-
"@typescript-eslint/scope-manager" "6.7.3"
337-
"@typescript-eslint/types" "6.7.3"
338-
"@typescript-eslint/typescript-estree" "6.7.3"
339-
"@typescript-eslint/visitor-keys" "6.7.3"
332+
version "6.14.0"
333+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.14.0.tgz#a2d6a732e0d2b95c73f6a26ae7362877cc1b4212"
334+
integrity sha512-QjToC14CKacd4Pa7JK4GeB/vHmWFJckec49FR4hmIRf97+KXole0T97xxu9IFiPxVQ1DBWrQ5wreLwAGwWAVQA==
335+
dependencies:
336+
"@typescript-eslint/scope-manager" "6.14.0"
337+
"@typescript-eslint/types" "6.14.0"
338+
"@typescript-eslint/typescript-estree" "6.14.0"
339+
"@typescript-eslint/visitor-keys" "6.14.0"
340340
debug "^4.3.4"
341341

342-
"@typescript-eslint/scope-manager@6.7.3":
343-
version "6.7.3"
344-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.7.3.tgz#07e5709c9bdae3eaf216947433ef97b3b8b7d755"
345-
integrity sha512-wOlo0QnEou9cHO2TdkJmzF7DFGvAKEnB82PuPNHpT8ZKKaZu6Bm63ugOTn9fXNJtvuDPanBc78lGUGGytJoVzQ==
342+
"@typescript-eslint/scope-manager@6.14.0":
343+
version "6.14.0"
344+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
345+
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
346346
dependencies:
347-
"@typescript-eslint/types" "6.7.3"
348-
"@typescript-eslint/visitor-keys" "6.7.3"
347+
"@typescript-eslint/types" "6.14.0"
348+
"@typescript-eslint/visitor-keys" "6.14.0"
349349

350-
"@typescript-eslint/type-utils@6.7.3":
351-
version "6.7.3"
352-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.7.3.tgz#c2c165c135dda68a5e70074ade183f5ad68f3400"
353-
integrity sha512-Fc68K0aTDrKIBvLnKTZ5Pf3MXK495YErrbHb1R6aTpfK5OdSFj0rVN7ib6Tx6ePrZ2gsjLqr0s98NG7l96KSQw==
350+
"@typescript-eslint/type-utils@6.14.0":
351+
version "6.14.0"
352+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.14.0.tgz#ac9cb5ba0615c837f1a6b172feeb273d36e4f8af"
353+
integrity sha512-x6OC9Q7HfYKqjnuNu5a7kffIYs3No30isapRBJl1iCHLitD8O0lFbRcVGiOcuyN837fqXzPZ1NS10maQzZMKqw==
354354
dependencies:
355-
"@typescript-eslint/typescript-estree" "6.7.3"
356-
"@typescript-eslint/utils" "6.7.3"
355+
"@typescript-eslint/typescript-estree" "6.14.0"
356+
"@typescript-eslint/utils" "6.14.0"
357357
debug "^4.3.4"
358358
ts-api-utils "^1.0.1"
359359

360-
"@typescript-eslint/types@6.7.3":
361-
version "6.7.3"
362-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.7.3.tgz#0402b5628a63f24f2dc9d4a678e9a92cc50ea3e9"
363-
integrity sha512-4g+de6roB2NFcfkZb439tigpAMnvEIg3rIjWQ+EM7IBaYt/CdJt6em9BJ4h4UpdgaBWdmx2iWsafHTrqmgIPNw==
360+
"@typescript-eslint/types@6.14.0":
361+
version "6.14.0"
362+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
363+
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
364364

365-
"@typescript-eslint/typescript-estree@6.7.3":
366-
version "6.7.3"
367-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.3.tgz#ec5bb7ab4d3566818abaf0e4a8fa1958561b7279"
368-
integrity sha512-YLQ3tJoS4VxLFYHTw21oe1/vIZPRqAO91z6Uv0Ss2BKm/Ag7/RVQBcXTGcXhgJMdA4U+HrKuY5gWlJlvoaKZ5g==
365+
"@typescript-eslint/typescript-estree@6.14.0":
366+
version "6.14.0"
367+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
368+
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
369369
dependencies:
370-
"@typescript-eslint/types" "6.7.3"
371-
"@typescript-eslint/visitor-keys" "6.7.3"
370+
"@typescript-eslint/types" "6.14.0"
371+
"@typescript-eslint/visitor-keys" "6.14.0"
372372
debug "^4.3.4"
373373
globby "^11.1.0"
374374
is-glob "^4.0.3"
375375
semver "^7.5.4"
376376
ts-api-utils "^1.0.1"
377377

378-
"@typescript-eslint/utils@6.7.3":
379-
version "6.7.3"
380-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.7.3.tgz#96c655816c373135b07282d67407cb577f62e143"
381-
integrity sha512-vzLkVder21GpWRrmSR9JxGZ5+ibIUSudXlW52qeKpzUEQhRSmyZiVDDj3crAth7+5tmN1ulvgKaCU2f/bPRCzg==
378+
"@typescript-eslint/utils@6.14.0":
379+
version "6.14.0"
380+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
381+
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
382382
dependencies:
383383
"@eslint-community/eslint-utils" "^4.4.0"
384384
"@types/json-schema" "^7.0.12"
385385
"@types/semver" "^7.5.0"
386-
"@typescript-eslint/scope-manager" "6.7.3"
387-
"@typescript-eslint/types" "6.7.3"
388-
"@typescript-eslint/typescript-estree" "6.7.3"
386+
"@typescript-eslint/scope-manager" "6.14.0"
387+
"@typescript-eslint/types" "6.14.0"
388+
"@typescript-eslint/typescript-estree" "6.14.0"
389389
semver "^7.5.4"
390390

391-
"@typescript-eslint/visitor-keys@6.7.3":
392-
version "6.7.3"
393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.3.tgz#83809631ca12909bd2083558d2f93f5747deebb2"
394-
integrity sha512-HEVXkU9IB+nk9o63CeICMHxFWbHWr3E1mpilIQBe9+7L/lH97rleFLVtYsfnWB+JVMaiFnEaxvknvmIzX+CqVg==
391+
"@typescript-eslint/visitor-keys@6.14.0":
392+
version "6.14.0"
393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
394+
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
395395
dependencies:
396-
"@typescript-eslint/types" "6.7.3"
396+
"@typescript-eslint/types" "6.14.0"
397397
eslint-visitor-keys "^3.4.1"
398398

399399
acorn-jsx@^5.3.2:
@@ -1091,9 +1091,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
10911091
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
10921092

10931093
fast-glob@^3.2.9:
1094-
version "3.3.1"
1095-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.1.tgz#784b4e897340f3dbbef17413b3f11acf03c874c4"
1096-
integrity sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==
1094+
version "3.3.2"
1095+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
1096+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
10971097
dependencies:
10981098
"@nodelib/fs.stat" "^2.0.2"
10991099
"@nodelib/fs.walk" "^1.2.3"
@@ -1402,9 +1402,9 @@ ieee754@^1.2.1:
14021402
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
14031403

14041404
ignore@^5.2.0, ignore@^5.2.4:
1405-
version "5.2.4"
1406-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
1407-
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
1405+
version "5.3.0"
1406+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.0.tgz#67418ae40d34d6999c95ff56016759c718c82f78"
1407+
integrity sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==
14081408

14091409
import-fresh@^3.2.1:
14101410
version "3.3.0"

0 commit comments

Comments
 (0)