Skip to content

Commit a0f5d7c

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.60.1 to 5.61.0. - [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.61.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc5b8b3 commit a0f5d7c

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
@@ -929,13 +929,13 @@
929929
tsutils "^3.21.0"
930930

931931
"@typescript-eslint/parser@^5.10.2":
932-
version "5.60.1"
933-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.1.tgz#0f2f58209c0862a73e3d5a56099abfdfa21d0fd3"
934-
integrity sha512-pHWlc3alg2oSMGwsU/Is8hbm3XFbcrb6P5wIxcQW9NsYBfnrubl/GhVVD/Jm/t8HXhA2WncoIRfBtnCgRGV96Q==
932+
version "5.61.0"
933+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
934+
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
935935
dependencies:
936-
"@typescript-eslint/scope-manager" "5.60.1"
937-
"@typescript-eslint/types" "5.60.1"
938-
"@typescript-eslint/typescript-estree" "5.60.1"
936+
"@typescript-eslint/scope-manager" "5.61.0"
937+
"@typescript-eslint/types" "5.61.0"
938+
"@typescript-eslint/typescript-estree" "5.61.0"
939939
debug "^4.3.4"
940940

941941
"@typescript-eslint/[email protected]":
@@ -946,6 +946,14 @@
946946
"@typescript-eslint/types" "5.60.1"
947947
"@typescript-eslint/visitor-keys" "5.60.1"
948948

949+
"@typescript-eslint/[email protected]":
950+
version "5.61.0"
951+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
952+
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
953+
dependencies:
954+
"@typescript-eslint/types" "5.61.0"
955+
"@typescript-eslint/visitor-keys" "5.61.0"
956+
949957
"@typescript-eslint/[email protected]":
950958
version "5.60.1"
951959
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.1.tgz#17770540e98d65ab4730c7aac618003f702893f4"
@@ -961,6 +969,11 @@
961969
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.1.tgz#a17473910f6b8d388ea83c9d7051af89c4eb7561"
962970
integrity sha512-zDcDx5fccU8BA0IDZc71bAtYIcG9PowaOwaD8rjYbqwK7dpe/UMQl3inJ4UtUK42nOCT41jTSCwg76E62JpMcg==
963971

972+
"@typescript-eslint/[email protected]":
973+
version "5.61.0"
974+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
975+
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
976+
964977
"@typescript-eslint/[email protected]":
965978
version "5.60.1"
966979
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.1.tgz#8c71824b7165b64d5ebd7aa42968899525959834"
@@ -974,6 +987,19 @@
974987
semver "^7.3.7"
975988
tsutils "^3.21.0"
976989

990+
"@typescript-eslint/[email protected]":
991+
version "5.61.0"
992+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
993+
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
994+
dependencies:
995+
"@typescript-eslint/types" "5.61.0"
996+
"@typescript-eslint/visitor-keys" "5.61.0"
997+
debug "^4.3.4"
998+
globby "^11.1.0"
999+
is-glob "^4.0.3"
1000+
semver "^7.3.7"
1001+
tsutils "^3.21.0"
1002+
9771003
"@typescript-eslint/[email protected]":
9781004
version "5.60.1"
9791005
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.1.tgz#6861ebedbefba1ac85482d2bdef6f2ff1eb65b80"
@@ -996,6 +1022,14 @@
9961022
"@typescript-eslint/types" "5.60.1"
9971023
eslint-visitor-keys "^3.3.0"
9981024

1025+
"@typescript-eslint/[email protected]":
1026+
version "5.61.0"
1027+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
1028+
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
1029+
dependencies:
1030+
"@typescript-eslint/types" "5.61.0"
1031+
eslint-visitor-keys "^3.3.0"
1032+
9991033
acorn-jsx@^5.3.2:
10001034
version "5.3.2"
10011035
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)