Skip to content

Commit 789f4f3

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.46.1 to 5.47.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.46.1 to 5.47.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.47.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 3f268d4 commit 789f4f3

File tree

1 file changed

+6
-40
lines changed

1 file changed

+6
-40
lines changed

Diff for: yarn.lock

+6-40
Original file line numberDiff line numberDiff line change
@@ -805,23 +805,15 @@
805805
tsutils "^3.21.0"
806806

807807
"@typescript-eslint/parser@^5.10.2":
808-
version "5.46.1"
809-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.1.tgz#1fc8e7102c1141eb64276c3b89d70da8c0ba5699"
810-
integrity sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==
808+
version "5.47.0"
809+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.47.0.tgz#62e83de93499bf4b500528f74bf2e0554e3a6c8d"
810+
integrity sha512-udPU4ckK+R1JWCGdQC4Qa27NtBg7w020ffHqGyAK8pAgOVuNw7YaKXGChk+udh+iiGIJf6/E/0xhVXyPAbsczw==
811811
dependencies:
812-
"@typescript-eslint/scope-manager" "5.46.1"
813-
"@typescript-eslint/types" "5.46.1"
814-
"@typescript-eslint/typescript-estree" "5.46.1"
812+
"@typescript-eslint/scope-manager" "5.47.0"
813+
"@typescript-eslint/types" "5.47.0"
814+
"@typescript-eslint/typescript-estree" "5.47.0"
815815
debug "^4.3.4"
816816

817-
"@typescript-eslint/[email protected]":
818-
version "5.46.1"
819-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz#70af8425c79bbc1178b5a63fb51102ddf48e104a"
820-
integrity sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==
821-
dependencies:
822-
"@typescript-eslint/types" "5.46.1"
823-
"@typescript-eslint/visitor-keys" "5.46.1"
824-
825817
"@typescript-eslint/[email protected]":
826818
version "5.47.0"
827819
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.47.0.tgz#f58144a6b0ff58b996f92172c488813aee9b09df"
@@ -840,29 +832,11 @@
840832
debug "^4.3.4"
841833
tsutils "^3.21.0"
842834

843-
"@typescript-eslint/[email protected]":
844-
version "5.46.1"
845-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.1.tgz#4e9db2107b9a88441c4d5ecacde3bb7a5ebbd47e"
846-
integrity sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==
847-
848835
"@typescript-eslint/[email protected]":
849836
version "5.47.0"
850837
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.47.0.tgz#67490def406eaa023dbbd8da42ee0d0c9b5229d3"
851838
integrity sha512-eslFG0Qy8wpGzDdYKu58CEr3WLkjwC5Usa6XbuV89ce/yN5RITLe1O8e+WFEuxnfftHiJImkkOBADj58ahRxSg==
852839

853-
"@typescript-eslint/[email protected]":
854-
version "5.46.1"
855-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz#5358088f98a8f9939355e0996f9c8f41c25eced2"
856-
integrity sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==
857-
dependencies:
858-
"@typescript-eslint/types" "5.46.1"
859-
"@typescript-eslint/visitor-keys" "5.46.1"
860-
debug "^4.3.4"
861-
globby "^11.1.0"
862-
is-glob "^4.0.3"
863-
semver "^7.3.7"
864-
tsutils "^3.21.0"
865-
866840
"@typescript-eslint/[email protected]":
867841
version "5.47.0"
868842
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.47.0.tgz#ed971a11c5c928646d6ba7fc9dfdd6e997649aca"
@@ -890,14 +864,6 @@
890864
eslint-utils "^3.0.0"
891865
semver "^7.3.7"
892866

893-
"@typescript-eslint/[email protected]":
894-
version "5.46.1"
895-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz#126cc6fe3c0f83608b2b125c5d9daced61394242"
896-
integrity sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==
897-
dependencies:
898-
"@typescript-eslint/types" "5.46.1"
899-
eslint-visitor-keys "^3.3.0"
900-
901867
"@typescript-eslint/[email protected]":
902868
version "5.47.0"
903869
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.47.0.tgz#4aca4efbdf6209c154df1f7599852d571b80bb45"

0 commit comments

Comments
 (0)