Skip to content

Commit 7430862

Browse files
Merge pull request #708 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.52.0
chore(deps-dev): bump @typescript-eslint/parser from 5.51.0 to 5.52.0
2 parents 38b1ecc + 97980c0 commit 7430862

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.51.0"
905-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.51.0.tgz#2d74626652096d966ef107f44b9479f02f51f271"
906-
integrity sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==
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==
907907
dependencies:
908-
"@typescript-eslint/scope-manager" "5.51.0"
909-
"@typescript-eslint/types" "5.51.0"
910-
"@typescript-eslint/typescript-estree" "5.51.0"
908+
"@typescript-eslint/scope-manager" "5.52.0"
909+
"@typescript-eslint/types" "5.52.0"
910+
"@typescript-eslint/typescript-estree" "5.52.0"
911911
debug "^4.3.4"
912912

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

921+
"@typescript-eslint/[email protected]":
922+
version "5.52.0"
923+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.52.0.tgz#a993d89a0556ea16811db48eabd7c5b72dcb83d1"
924+
integrity sha512-AR7sxxfBKiNV0FWBSARxM8DmNxrwgnYMPwmpkC1Pl1n+eT8/I2NAUPuwDy/FmDcC6F8pBfmOcaxcxRHspgOBMw==
925+
dependencies:
926+
"@typescript-eslint/types" "5.52.0"
927+
"@typescript-eslint/visitor-keys" "5.52.0"
928+
921929
"@typescript-eslint/[email protected]":
922930
version "5.51.0"
923931
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz#7af48005531700b62a20963501d47dfb27095988"
@@ -933,6 +941,11 @@
933941
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
934942
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
935943

944+
"@typescript-eslint/[email protected]":
945+
version "5.52.0"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.52.0.tgz#19e9abc6afb5bd37a1a9bea877a1a836c0b3241b"
947+
integrity sha512-oV7XU4CHYfBhk78fS7tkum+/Dpgsfi91IIDy7fjCyq2k6KB63M6gMC0YIvy+iABzmXThCRI6xpCEyVObBdWSDQ==
948+
936949
"@typescript-eslint/[email protected]":
937950
version "5.51.0"
938951
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
@@ -946,6 +959,19 @@
946959
semver "^7.3.7"
947960
tsutils "^3.21.0"
948961

962+
"@typescript-eslint/[email protected]":
963+
version "5.52.0"
964+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.52.0.tgz#6408cb3c2ccc01c03c278cb201cf07e73347dfca"
965+
integrity sha512-WeWnjanyEwt6+fVrSR0MYgEpUAuROxuAH516WPjUblIrClzYJj0kBbjdnbQXLpgAN8qbEuGywiQsXUVDiAoEuQ==
966+
dependencies:
967+
"@typescript-eslint/types" "5.52.0"
968+
"@typescript-eslint/visitor-keys" "5.52.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.51.0"
951977
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.51.0.tgz#074f4fabd5b12afe9c8aa6fdee881c050f8b4d47"
@@ -968,6 +994,14 @@
968994
"@typescript-eslint/types" "5.51.0"
969995
eslint-visitor-keys "^3.3.0"
970996

997+
"@typescript-eslint/[email protected]":
998+
version "5.52.0"
999+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.52.0.tgz#e38c971259f44f80cfe49d97dbffa38e3e75030f"
1000+
integrity sha512-qMwpw6SU5VHCPr99y274xhbm+PRViK/NATY6qzt+Et7+mThGuFSl/ompj2/hrBlRP/kq+BFdgagnOSgw9TB0eA==
1001+
dependencies:
1002+
"@typescript-eslint/types" "5.52.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)