Skip to content

Commit c8b50f9

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.61.0 to 5.62.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.62.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 e48e343 commit c8b50f9

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
@@ -956,13 +956,13 @@
956956
tsutils "^3.21.0"
957957

958958
"@typescript-eslint/parser@^5.10.2":
959-
version "5.61.0"
960-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
961-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
959+
version "5.62.0"
960+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
961+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
962962
dependencies:
963-
"@typescript-eslint/scope-manager" "5.61.0"
964-
"@typescript-eslint/types" "5.61.0"
965-
"@typescript-eslint/typescript-estree" "5.61.0"
963+
"@typescript-eslint/scope-manager" "5.62.0"
964+
"@typescript-eslint/types" "5.62.0"
965+
"@typescript-eslint/typescript-estree" "5.62.0"
966966
debug "^4.3.4"
967967

968968
"@typescript-eslint/[email protected]":
@@ -973,6 +973,14 @@
973973
"@typescript-eslint/types" "5.61.0"
974974
"@typescript-eslint/visitor-keys" "5.61.0"
975975

976+
"@typescript-eslint/[email protected]":
977+
version "5.62.0"
978+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
979+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
980+
dependencies:
981+
"@typescript-eslint/types" "5.62.0"
982+
"@typescript-eslint/visitor-keys" "5.62.0"
983+
976984
"@typescript-eslint/[email protected]":
977985
version "5.61.0"
978986
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
@@ -988,6 +996,11 @@
988996
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
989997
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
990998

999+
"@typescript-eslint/[email protected]":
1000+
version "5.62.0"
1001+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
1002+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
1003+
9911004
"@typescript-eslint/[email protected]":
9921005
version "5.61.0"
9931006
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
@@ -1001,6 +1014,19 @@
10011014
semver "^7.3.7"
10021015
tsutils "^3.21.0"
10031016

1017+
"@typescript-eslint/[email protected]":
1018+
version "5.62.0"
1019+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
1020+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
1021+
dependencies:
1022+
"@typescript-eslint/types" "5.62.0"
1023+
"@typescript-eslint/visitor-keys" "5.62.0"
1024+
debug "^4.3.4"
1025+
globby "^11.1.0"
1026+
is-glob "^4.0.3"
1027+
semver "^7.3.7"
1028+
tsutils "^3.21.0"
1029+
10041030
"@typescript-eslint/[email protected]":
10051031
version "5.61.0"
10061032
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
@@ -1023,6 +1049,14 @@
10231049
"@typescript-eslint/types" "5.61.0"
10241050
eslint-visitor-keys "^3.3.0"
10251051

1052+
"@typescript-eslint/[email protected]":
1053+
version "5.62.0"
1054+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
1055+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
1056+
dependencies:
1057+
"@typescript-eslint/types" "5.62.0"
1058+
eslint-visitor-keys "^3.3.0"
1059+
10261060
acorn-jsx@^5.3.2:
10271061
version "5.3.2"
10281062
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)