Skip to content

Commit 47c4577

Browse files
Merge pull request #811 from vue-a11y/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.9
chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9
2 parents 7d1c1c4 + 85ce06b commit 47c4577

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
@@ -924,13 +924,13 @@
924924
tsutils "^3.21.0"
925925

926926
"@typescript-eslint/parser@^5.10.2":
927-
version "5.59.8"
928-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
929-
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
927+
version "5.59.9"
928+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
929+
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
930930
dependencies:
931-
"@typescript-eslint/scope-manager" "5.59.8"
932-
"@typescript-eslint/types" "5.59.8"
933-
"@typescript-eslint/typescript-estree" "5.59.8"
931+
"@typescript-eslint/scope-manager" "5.59.9"
932+
"@typescript-eslint/types" "5.59.9"
933+
"@typescript-eslint/typescript-estree" "5.59.9"
934934
debug "^4.3.4"
935935

936936
"@typescript-eslint/[email protected]":
@@ -941,6 +941,14 @@
941941
"@typescript-eslint/types" "5.59.8"
942942
"@typescript-eslint/visitor-keys" "5.59.8"
943943

944+
"@typescript-eslint/[email protected]":
945+
version "5.59.9"
946+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
947+
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
948+
dependencies:
949+
"@typescript-eslint/types" "5.59.9"
950+
"@typescript-eslint/visitor-keys" "5.59.9"
951+
944952
"@typescript-eslint/[email protected]":
945953
version "5.59.8"
946954
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
@@ -956,6 +964,11 @@
956964
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
957965
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
958966

967+
"@typescript-eslint/[email protected]":
968+
version "5.59.9"
969+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
970+
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
971+
959972
"@typescript-eslint/[email protected]":
960973
version "5.59.8"
961974
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
@@ -969,6 +982,19 @@
969982
semver "^7.3.7"
970983
tsutils "^3.21.0"
971984

985+
"@typescript-eslint/[email protected]":
986+
version "5.59.9"
987+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
988+
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
989+
dependencies:
990+
"@typescript-eslint/types" "5.59.9"
991+
"@typescript-eslint/visitor-keys" "5.59.9"
992+
debug "^4.3.4"
993+
globby "^11.1.0"
994+
is-glob "^4.0.3"
995+
semver "^7.3.7"
996+
tsutils "^3.21.0"
997+
972998
"@typescript-eslint/[email protected]":
973999
version "5.59.8"
9741000
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
@@ -991,6 +1017,14 @@
9911017
"@typescript-eslint/types" "5.59.8"
9921018
eslint-visitor-keys "^3.3.0"
9931019

1020+
"@typescript-eslint/[email protected]":
1021+
version "5.59.9"
1022+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
1023+
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
1024+
dependencies:
1025+
"@typescript-eslint/types" "5.59.9"
1026+
eslint-visitor-keys "^3.3.0"
1027+
9941028
acorn-jsx@^5.3.2:
9951029
version "5.3.2"
9961030
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)