Skip to content

Commit d27cd43

Browse files
chore: bump @typescript-eslint/parser from 5.61.0 to 5.62.0 (#6328)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1befd37 commit d27cd43

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

yarn.lock

+27-27
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,13 @@
371371
tsutils "^3.21.0"
372372

373373
"@typescript-eslint/parser@^5.41.0":
374-
version "5.61.0"
375-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
376-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
374+
version "5.62.0"
375+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
376+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
377377
dependencies:
378-
"@typescript-eslint/scope-manager" "5.61.0"
379-
"@typescript-eslint/types" "5.61.0"
380-
"@typescript-eslint/typescript-estree" "5.61.0"
378+
"@typescript-eslint/scope-manager" "5.62.0"
379+
"@typescript-eslint/types" "5.62.0"
380+
"@typescript-eslint/typescript-estree" "5.62.0"
381381
debug "^4.3.4"
382382

383383
"@typescript-eslint/[email protected]":
@@ -388,13 +388,13 @@
388388
"@typescript-eslint/types" "5.59.1"
389389
"@typescript-eslint/visitor-keys" "5.59.1"
390390

391-
"@typescript-eslint/scope-manager@5.61.0":
392-
version "5.61.0"
393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
394-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
391+
"@typescript-eslint/scope-manager@5.62.0":
392+
version "5.62.0"
393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
394+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
395395
dependencies:
396-
"@typescript-eslint/types" "5.61.0"
397-
"@typescript-eslint/visitor-keys" "5.61.0"
396+
"@typescript-eslint/types" "5.62.0"
397+
"@typescript-eslint/visitor-keys" "5.62.0"
398398

399399
"@typescript-eslint/[email protected]":
400400
version "5.59.1"
@@ -411,10 +411,10 @@
411411
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.1.tgz#03f3fedd1c044cb336ebc34cc7855f121991f41d"
412412
integrity sha512-dg0ICB+RZwHlysIy/Dh1SP+gnXNzwd/KS0JprD3Lmgmdq+dJAJnUPe1gNG34p0U19HvRlGX733d/KqscrGC1Pg==
413413

414-
"@typescript-eslint/types@5.61.0":
415-
version "5.61.0"
416-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
417-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
414+
"@typescript-eslint/types@5.62.0":
415+
version "5.62.0"
416+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
417+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
418418

419419
"@typescript-eslint/[email protected]":
420420
version "5.59.1"
@@ -429,13 +429,13 @@
429429
semver "^7.3.7"
430430
tsutils "^3.21.0"
431431

432-
"@typescript-eslint/typescript-estree@5.61.0":
433-
version "5.61.0"
434-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
435-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
432+
"@typescript-eslint/typescript-estree@5.62.0":
433+
version "5.62.0"
434+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
435+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
436436
dependencies:
437-
"@typescript-eslint/types" "5.61.0"
438-
"@typescript-eslint/visitor-keys" "5.61.0"
437+
"@typescript-eslint/types" "5.62.0"
438+
"@typescript-eslint/visitor-keys" "5.62.0"
439439
debug "^4.3.4"
440440
globby "^11.1.0"
441441
is-glob "^4.0.3"
@@ -464,12 +464,12 @@
464464
"@typescript-eslint/types" "5.59.1"
465465
eslint-visitor-keys "^3.3.0"
466466

467-
"@typescript-eslint/visitor-keys@5.61.0":
468-
version "5.61.0"
469-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
470-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
467+
"@typescript-eslint/visitor-keys@5.62.0":
468+
version "5.62.0"
469+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
470+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
471471
dependencies:
472-
"@typescript-eslint/types" "5.61.0"
472+
"@typescript-eslint/types" "5.62.0"
473473
eslint-visitor-keys "^3.3.0"
474474

475475
JSONStream@^1.3.5:

0 commit comments

Comments
 (0)