Skip to content

Commit 0fe098b

Browse files
Merge pull request #782 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.5
chore(deps-dev): bump @typescript-eslint/parser from 5.59.2 to 5.59.5
2 parents 256edcc + 2009d67 commit 0fe098b

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
@@ -904,13 +904,13 @@
904904
tsutils "^3.21.0"
905905

906906
"@typescript-eslint/parser@^5.10.2":
907-
version "5.59.2"
908-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.2.tgz#c2c443247901d95865b9f77332d9eee7c55655e8"
909-
integrity sha512-uq0sKyw6ao1iFOZZGk9F8Nro/8+gfB5ezl1cA06SrqbgJAt0SRoFhb9pXaHvkrxUpZaoLxt8KlovHNk8Gp6/HQ==
907+
version "5.59.5"
908+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
909+
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
910910
dependencies:
911-
"@typescript-eslint/scope-manager" "5.59.2"
912-
"@typescript-eslint/types" "5.59.2"
913-
"@typescript-eslint/typescript-estree" "5.59.2"
911+
"@typescript-eslint/scope-manager" "5.59.5"
912+
"@typescript-eslint/types" "5.59.5"
913+
"@typescript-eslint/typescript-estree" "5.59.5"
914914
debug "^4.3.4"
915915

916916
"@typescript-eslint/[email protected]":
@@ -921,6 +921,14 @@
921921
"@typescript-eslint/types" "5.59.2"
922922
"@typescript-eslint/visitor-keys" "5.59.2"
923923

924+
"@typescript-eslint/[email protected]":
925+
version "5.59.5"
926+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
927+
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
928+
dependencies:
929+
"@typescript-eslint/types" "5.59.5"
930+
"@typescript-eslint/visitor-keys" "5.59.5"
931+
924932
"@typescript-eslint/[email protected]":
925933
version "5.59.2"
926934
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.2.tgz#0729c237503604cd9a7084b5af04c496c9a4cdcf"
@@ -936,6 +944,11 @@
936944
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.2.tgz#b511d2b9847fe277c5cb002a2318bd329ef4f655"
937945
integrity sha512-LbJ/HqoVs2XTGq5shkiKaNTuVv5tTejdHgfdjqRUGdYhjW1crm/M7og2jhVskMt8/4wS3T1+PfFvL1K3wqYj4w==
938946

947+
"@typescript-eslint/[email protected]":
948+
version "5.59.5"
949+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
950+
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
951+
939952
"@typescript-eslint/[email protected]":
940953
version "5.59.2"
941954
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz#6e2fabd3ba01db5d69df44e0b654c0b051fe9936"
@@ -949,6 +962,19 @@
949962
semver "^7.3.7"
950963
tsutils "^3.21.0"
951964

965+
"@typescript-eslint/[email protected]":
966+
version "5.59.5"
967+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
968+
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
969+
dependencies:
970+
"@typescript-eslint/types" "5.59.5"
971+
"@typescript-eslint/visitor-keys" "5.59.5"
972+
debug "^4.3.4"
973+
globby "^11.1.0"
974+
is-glob "^4.0.3"
975+
semver "^7.3.7"
976+
tsutils "^3.21.0"
977+
952978
"@typescript-eslint/[email protected]":
953979
version "5.59.2"
954980
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.2.tgz#0c45178124d10cc986115885688db6abc37939f4"
@@ -971,6 +997,14 @@
971997
"@typescript-eslint/types" "5.59.2"
972998
eslint-visitor-keys "^3.3.0"
973999

1000+
"@typescript-eslint/[email protected]":
1001+
version "5.59.5"
1002+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
1003+
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
1004+
dependencies:
1005+
"@typescript-eslint/types" "5.59.5"
1006+
eslint-visitor-keys "^3.3.0"
1007+
9741008
acorn-jsx@^5.3.2:
9751009
version "5.3.2"
9761010
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)