Skip to content

Commit bfa4912

Browse files
Merge pull request #712 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.53.0
chore(deps-dev): bump @typescript-eslint/parser from 5.52.0 to 5.53.0
2 parents 7b7a89c + 6a3cf97 commit bfa4912

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

Diff for: yarn.lock

+40-6
Original file line numberDiff line numberDiff line change
@@ -901,13 +901,13 @@
901901
tsutils "^3.21.0"
902902

903903
"@typescript-eslint/parser@^5.10.2":
904-
version "5.52.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.52.0.tgz#73c136df6c0133f1d7870de7131ccf356f5be5a4"
906-
integrity sha512-e2KiLQOZRo4Y0D/b+3y08i3jsekoSkOYStROYmPUnGMEoA0h+k2qOH5H6tcjIc68WDvGwH+PaOrP1XRzLJ6QlA==
904+
version "5.53.0"
905+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
906+
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
907907
dependencies:
908-
"@typescript-eslint/scope-manager" "5.52.0"
909-
"@typescript-eslint/types" "5.52.0"
910-
"@typescript-eslint/typescript-estree" "5.52.0"
908+
"@typescript-eslint/scope-manager" "5.53.0"
909+
"@typescript-eslint/types" "5.53.0"
910+
"@typescript-eslint/typescript-estree" "5.53.0"
911911
debug "^4.3.4"
912912

913913
"@typescript-eslint/[email protected]":
@@ -918,6 +918,14 @@
918918
"@typescript-eslint/types" "5.52.0"
919919
"@typescript-eslint/visitor-keys" "5.52.0"
920920

921+
"@typescript-eslint/[email protected]":
922+
version "5.53.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
924+
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
925+
dependencies:
926+
"@typescript-eslint/types" "5.53.0"
927+
"@typescript-eslint/visitor-keys" "5.53.0"
928+
921929
"@typescript-eslint/[email protected]":
922930
version "5.52.0"
923931
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.52.0.tgz#9fd28cd02e6f21f5109e35496df41893f33167aa"
@@ -933,6 +941,11 @@
933941
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
934942
integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
935943

944+
"@typescript-eslint/[email protected]":
945+
version "5.53.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
947+
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
948+
936949
"@typescript-eslint/[email protected]":
937950
version "5.52.0"
938951
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz#6408cb3c2ccc01c03c278cb201cf07e73347dfca"
@@ -946,6 +959,19 @@
946959
semver "^7.3.7"
947960
tsutils "^3.21.0"
948961

962+
"@typescript-eslint/[email protected]":
963+
version "5.53.0"
964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
965+
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
966+
dependencies:
967+
"@typescript-eslint/types" "5.53.0"
968+
"@typescript-eslint/visitor-keys" "5.53.0"
969+
debug "^4.3.4"
970+
globby "^11.1.0"
971+
is-glob "^4.0.3"
972+
semver "^7.3.7"
973+
tsutils "^3.21.0"
974+
949975
"@typescript-eslint/[email protected]":
950976
version "5.52.0"
951977
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.52.0.tgz#b260bb5a8f6b00a0ed51db66bdba4ed5e4845a72"
@@ -968,6 +994,14 @@
968994
"@typescript-eslint/types" "5.52.0"
969995
eslint-visitor-keys "^3.3.0"
970996

997+
"@typescript-eslint/[email protected]":
998+
version "5.53.0"
999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
1000+
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
1001+
dependencies:
1002+
"@typescript-eslint/types" "5.53.0"
1003+
eslint-visitor-keys "^3.3.0"
1004+
9711005
acorn-jsx@^5.3.2:
9721006
version "5.3.2"
9731007
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)