Skip to content

Commit 85ce06b

Browse files
authoredJun 5, 2023
chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.59.8 to 5.59.9. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.59.9/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d1c1c4 commit 85ce06b

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed
 

‎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/scope-manager@5.59.8":
@@ -941,6 +941,14 @@
941941
"@typescript-eslint/types" "5.59.8"
942942
"@typescript-eslint/visitor-keys" "5.59.8"
943943

944+
"@typescript-eslint/scope-manager@5.59.9":
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/type-utils@5.59.8":
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/types@5.59.9":
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/typescript-estree@5.59.8":
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/typescript-estree@5.59.9":
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/utils@5.59.8":
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/visitor-keys@5.59.9":
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)
Please sign in to comment.