Skip to content

Commit 6c5a023

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent c889d38 commit 6c5a023

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/jest": "27.5.2",
3131
"@types/node": "18.16.19",
3232
"@types/supertest": "2.0.12",
33-
"@typescript-eslint/eslint-plugin": "5.61.0",
34-
"@typescript-eslint/parser": "5.61.0",
33+
"@typescript-eslint/eslint-plugin": "5.62.0",
34+
"@typescript-eslint/parser": "5.62.0",
3535
"eslint": "8.44.0",
3636
"eslint-config-prettier": "8.8.0",
3737
"eslint-plugin-import": "2.27.5",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,88 +2093,88 @@
20932093
dependencies:
20942094
"@types/yargs-parser" "*"
20952095

2096-
"@typescript-eslint/eslint-plugin@5.61.0":
2097-
version "5.61.0"
2098-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
2099-
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
2096+
"@typescript-eslint/eslint-plugin@5.62.0":
2097+
version "5.62.0"
2098+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2099+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
21002100
dependencies:
21012101
"@eslint-community/regexpp" "^4.4.0"
2102-
"@typescript-eslint/scope-manager" "5.61.0"
2103-
"@typescript-eslint/type-utils" "5.61.0"
2104-
"@typescript-eslint/utils" "5.61.0"
2102+
"@typescript-eslint/scope-manager" "5.62.0"
2103+
"@typescript-eslint/type-utils" "5.62.0"
2104+
"@typescript-eslint/utils" "5.62.0"
21052105
debug "^4.3.4"
21062106
graphemer "^1.4.0"
21072107
ignore "^5.2.0"
21082108
natural-compare-lite "^1.4.0"
21092109
semver "^7.3.7"
21102110
tsutils "^3.21.0"
21112111

2112-
"@typescript-eslint/parser@5.61.0":
2113-
version "5.61.0"
2114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
2115-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
2112+
"@typescript-eslint/parser@5.62.0":
2113+
version "5.62.0"
2114+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2115+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
21162116
dependencies:
2117-
"@typescript-eslint/scope-manager" "5.61.0"
2118-
"@typescript-eslint/types" "5.61.0"
2119-
"@typescript-eslint/typescript-estree" "5.61.0"
2117+
"@typescript-eslint/scope-manager" "5.62.0"
2118+
"@typescript-eslint/types" "5.62.0"
2119+
"@typescript-eslint/typescript-estree" "5.62.0"
21202120
debug "^4.3.4"
21212121

2122-
"@typescript-eslint/scope-manager@5.61.0":
2123-
version "5.61.0"
2124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
2125-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
2122+
"@typescript-eslint/scope-manager@5.62.0":
2123+
version "5.62.0"
2124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2125+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
21262126
dependencies:
2127-
"@typescript-eslint/types" "5.61.0"
2128-
"@typescript-eslint/visitor-keys" "5.61.0"
2127+
"@typescript-eslint/types" "5.62.0"
2128+
"@typescript-eslint/visitor-keys" "5.62.0"
21292129

2130-
"@typescript-eslint/type-utils@5.61.0":
2131-
version "5.61.0"
2132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
2133-
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
2130+
"@typescript-eslint/type-utils@5.62.0":
2131+
version "5.62.0"
2132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2133+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
21342134
dependencies:
2135-
"@typescript-eslint/typescript-estree" "5.61.0"
2136-
"@typescript-eslint/utils" "5.61.0"
2135+
"@typescript-eslint/typescript-estree" "5.62.0"
2136+
"@typescript-eslint/utils" "5.62.0"
21372137
debug "^4.3.4"
21382138
tsutils "^3.21.0"
21392139

2140-
"@typescript-eslint/types@5.61.0":
2141-
version "5.61.0"
2142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
2143-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
2140+
"@typescript-eslint/types@5.62.0":
2141+
version "5.62.0"
2142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2143+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
21442144

2145-
"@typescript-eslint/typescript-estree@5.61.0":
2146-
version "5.61.0"
2147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
2148-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
2145+
"@typescript-eslint/typescript-estree@5.62.0":
2146+
version "5.62.0"
2147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2148+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
21492149
dependencies:
2150-
"@typescript-eslint/types" "5.61.0"
2151-
"@typescript-eslint/visitor-keys" "5.61.0"
2150+
"@typescript-eslint/types" "5.62.0"
2151+
"@typescript-eslint/visitor-keys" "5.62.0"
21522152
debug "^4.3.4"
21532153
globby "^11.1.0"
21542154
is-glob "^4.0.3"
21552155
semver "^7.3.7"
21562156
tsutils "^3.21.0"
21572157

2158-
"@typescript-eslint/utils@5.61.0":
2159-
version "5.61.0"
2160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
2161-
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
2158+
"@typescript-eslint/utils@5.62.0":
2159+
version "5.62.0"
2160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
2161+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
21622162
dependencies:
21632163
"@eslint-community/eslint-utils" "^4.2.0"
21642164
"@types/json-schema" "^7.0.9"
21652165
"@types/semver" "^7.3.12"
2166-
"@typescript-eslint/scope-manager" "5.61.0"
2167-
"@typescript-eslint/types" "5.61.0"
2168-
"@typescript-eslint/typescript-estree" "5.61.0"
2166+
"@typescript-eslint/scope-manager" "5.62.0"
2167+
"@typescript-eslint/types" "5.62.0"
2168+
"@typescript-eslint/typescript-estree" "5.62.0"
21692169
eslint-scope "^5.1.1"
21702170
semver "^7.3.7"
21712171

2172-
"@typescript-eslint/visitor-keys@5.61.0":
2173-
version "5.61.0"
2174-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
2175-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
2172+
"@typescript-eslint/visitor-keys@5.62.0":
2173+
version "5.62.0"
2174+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2175+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
21762176
dependencies:
2177-
"@typescript-eslint/types" "5.61.0"
2177+
"@typescript-eslint/types" "5.62.0"
21782178
eslint-visitor-keys "^3.3.0"
21792179

21802180
"@webassemblyjs/ast@1.11.5", "@webassemblyjs/ast@^1.11.5":

0 commit comments

Comments
 (0)