Skip to content

Commit 5787071

Browse files
authored
Merge pull request #25 from HelloScrape/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
Bump @typescript-eslint/parser from 5.48.0 to 5.62.0
2 parents 769e0a9 + 62c2771 commit 5787071

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@sveltejs/adapter-netlify": "^1.0.0-next.88",
2121
"@sveltejs/kit": "^1.15.2",
2222
"@typescript-eslint/eslint-plugin": "^5.45.0",
23-
"@typescript-eslint/parser": "^5.45.0",
23+
"@typescript-eslint/parser": "^5.62.0",
2424
"eslint": "^8.50.0",
2525
"eslint-config-prettier": "^8.5.0",
2626
"eslint-plugin-svelte3": "^4.0.0",

yarn.lock

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -537,14 +537,14 @@
537537
semver "^7.3.7"
538538
tsutils "^3.21.0"
539539

540-
"@typescript-eslint/parser@^5.45.0":
541-
version "5.48.0"
542-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.48.0.tgz#02803355b23884a83e543755349809a50b7ed9ba"
543-
integrity sha512-1mxNA8qfgxX8kBvRDIHEzrRGrKHQfQlbW6iHyfHYS0Q4X1af+S6mkLNtgCOsGVl8+/LUPrqdHMssAemkrQ01qg==
544-
dependencies:
545-
"@typescript-eslint/scope-manager" "5.48.0"
546-
"@typescript-eslint/types" "5.48.0"
547-
"@typescript-eslint/typescript-estree" "5.48.0"
540+
"@typescript-eslint/parser@^5.62.0":
541+
version "5.62.0"
542+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
543+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
544+
dependencies:
545+
"@typescript-eslint/scope-manager" "5.62.0"
546+
"@typescript-eslint/types" "5.62.0"
547+
"@typescript-eslint/typescript-estree" "5.62.0"
548548
debug "^4.3.4"
549549

550550
"@typescript-eslint/[email protected]":
@@ -555,6 +555,14 @@
555555
"@typescript-eslint/types" "5.48.0"
556556
"@typescript-eslint/visitor-keys" "5.48.0"
557557

558+
"@typescript-eslint/[email protected]":
559+
version "5.62.0"
560+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
561+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
562+
dependencies:
563+
"@typescript-eslint/types" "5.62.0"
564+
"@typescript-eslint/visitor-keys" "5.62.0"
565+
558566
"@typescript-eslint/[email protected]":
559567
version "5.48.0"
560568
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.48.0.tgz#40496dccfdc2daa14a565f8be80ad1ae3882d6d6"
@@ -570,6 +578,11 @@
570578
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.48.0.tgz#d725da8dfcff320aab2ac6f65c97b0df30058449"
571579
integrity sha512-UTe67B0Ypius0fnEE518NB2N8gGutIlTojeTg4nt0GQvikReVkurqxd2LvYa9q9M5MQ6rtpNyWTBxdscw40Xhw==
572580

581+
"@typescript-eslint/[email protected]":
582+
version "5.62.0"
583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
584+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
585+
573586
"@typescript-eslint/[email protected]":
574587
version "5.48.0"
575588
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.0.tgz#a7f04bccb001003405bb5452d43953a382c2fac2"
@@ -583,6 +596,19 @@
583596
semver "^7.3.7"
584597
tsutils "^3.21.0"
585598

599+
"@typescript-eslint/[email protected]":
600+
version "5.62.0"
601+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
602+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
603+
dependencies:
604+
"@typescript-eslint/types" "5.62.0"
605+
"@typescript-eslint/visitor-keys" "5.62.0"
606+
debug "^4.3.4"
607+
globby "^11.1.0"
608+
is-glob "^4.0.3"
609+
semver "^7.3.7"
610+
tsutils "^3.21.0"
611+
586612
"@typescript-eslint/[email protected]":
587613
version "5.48.0"
588614
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.48.0.tgz#eee926af2733f7156ad8d15e51791e42ce300273"
@@ -605,6 +631,14 @@
605631
"@typescript-eslint/types" "5.48.0"
606632
eslint-visitor-keys "^3.3.0"
607633

634+
"@typescript-eslint/[email protected]":
635+
version "5.62.0"
636+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
637+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
638+
dependencies:
639+
"@typescript-eslint/types" "5.62.0"
640+
eslint-visitor-keys "^3.3.0"
641+
608642
acorn-jsx@^5.3.2:
609643
version "5.3.2"
610644
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz#7ed5bb55908b3b2f1bc55c6af1653bada7f07937"

0 commit comments

Comments
 (0)