Skip to content

Commit b22c4f6

Browse files
authored
Merge pull request #845 from chantouchsek/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
chore(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.62.0
2 parents e79d2cb + 0866909 commit b22c4f6

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

yarn.lock

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,13 +2178,13 @@
21782178
tsutils "^3.21.0"
21792179

21802180
"@typescript-eslint/parser@^5.9.0":
2181-
version "5.59.8"
2182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.8.tgz#60cbb00671d86cf746044ab797900b1448188567"
2183-
integrity sha512-AnR19RjJcpjoeGojmwZtCwBX/RidqDZtzcbG3xHrmz0aHHoOcbWnpDllenRDmDvsV0RQ6+tbb09/kyc+UT9Orw==
2181+
version "5.62.0"
2182+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2183+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
21842184
dependencies:
2185-
"@typescript-eslint/scope-manager" "5.59.8"
2186-
"@typescript-eslint/types" "5.59.8"
2187-
"@typescript-eslint/typescript-estree" "5.59.8"
2185+
"@typescript-eslint/scope-manager" "5.62.0"
2186+
"@typescript-eslint/types" "5.62.0"
2187+
"@typescript-eslint/typescript-estree" "5.62.0"
21882188
debug "^4.3.4"
21892189

21902190
"@typescript-eslint/[email protected]":
@@ -2195,6 +2195,14 @@
21952195
"@typescript-eslint/types" "5.59.8"
21962196
"@typescript-eslint/visitor-keys" "5.59.8"
21972197

2198+
"@typescript-eslint/[email protected]":
2199+
version "5.62.0"
2200+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2201+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
2202+
dependencies:
2203+
"@typescript-eslint/types" "5.62.0"
2204+
"@typescript-eslint/visitor-keys" "5.62.0"
2205+
21982206
"@typescript-eslint/[email protected]":
21992207
version "5.59.8"
22002208
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz#aa6c029a9d7706d26bbd25eb4666398781df6ea2"
@@ -2210,6 +2218,11 @@
22102218
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.8.tgz#212e54414733618f5d0fd50b2da2717f630aebf8"
22112219
integrity sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==
22122220

2221+
"@typescript-eslint/[email protected]":
2222+
version "5.62.0"
2223+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2224+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
2225+
22132226
"@typescript-eslint/[email protected]":
22142227
version "5.59.8"
22152228
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz#801a7b1766481629481b3b0878148bd7a1f345d7"
@@ -2223,6 +2236,19 @@
22232236
semver "^7.3.7"
22242237
tsutils "^3.21.0"
22252238

2239+
"@typescript-eslint/[email protected]":
2240+
version "5.62.0"
2241+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2242+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
2243+
dependencies:
2244+
"@typescript-eslint/types" "5.62.0"
2245+
"@typescript-eslint/visitor-keys" "5.62.0"
2246+
debug "^4.3.4"
2247+
globby "^11.1.0"
2248+
is-glob "^4.0.3"
2249+
semver "^7.3.7"
2250+
tsutils "^3.21.0"
2251+
22262252
"@typescript-eslint/[email protected]":
22272253
version "5.59.8"
22282254
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.8.tgz#34d129f35a2134c67fdaf024941e8f96050dca2b"
@@ -2245,6 +2271,14 @@
22452271
"@typescript-eslint/types" "5.59.8"
22462272
eslint-visitor-keys "^3.3.0"
22472273

2274+
"@typescript-eslint/[email protected]":
2275+
version "5.62.0"
2276+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2277+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
2278+
dependencies:
2279+
"@typescript-eslint/types" "5.62.0"
2280+
eslint-visitor-keys "^3.3.0"
2281+
22482282
"@vitest/coverage-c8@^0.31.1":
22492283
version "0.31.1"
22502284
resolved "https://registry.yarnpkg.com/@vitest/coverage-c8/-/coverage-c8-0.31.1.tgz#bc242d85404e02723e89e4126bec9c727146638a"

0 commit comments

Comments
 (0)