Skip to content

Commit 2f68d9a

Browse files
chore(deps): update typescript-eslint monorepo to v5.57.0
1 parent 0c33ca4 commit 2f68d9a

File tree

2 files changed

+77
-52
lines changed

2 files changed

+77
-52
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
"@types/jest": "29.2.2",
5151
"@types/node": "18.11.9",
5252
"@types/supertest": "2.0.12",
53-
"@typescript-eslint/eslint-plugin": "5.40.0",
54-
"@typescript-eslint/parser": "5.40.0",
53+
"@typescript-eslint/eslint-plugin": "5.57.0",
54+
"@typescript-eslint/parser": "5.57.0",
5555
"eslint": "8.25.0",
5656
"eslint-config-prettier": "8.5.0",
5757
"eslint-plugin-prettier": "4.2.1",

yarn.lock

Lines changed: 75 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,18 @@
365365
dependencies:
366366
"@jridgewell/trace-mapping" "0.3.9"
367367

368+
"@eslint-community/eslint-utils@^4.2.0":
369+
version "4.4.0"
370+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
371+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
372+
dependencies:
373+
eslint-visitor-keys "^3.3.0"
374+
375+
"@eslint-community/regexpp@^4.4.0":
376+
version "4.5.0"
377+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.0.tgz#f6f729b02feee2c749f57e334b7a1b5f40a81724"
378+
integrity sha512-vITaYzIcNmjn5tF5uxcZ/ft7/RXGrMUIS9HalWckEOF6ESiwXKoMzAQf2UW0aVd6rnOeExTJVd5hmWXucBKGXQ==
379+
368380
"@eslint/eslintrc@^1.3.3":
369381
version "1.3.3"
370382
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.3.tgz#2b044ab39fdfa75b4688184f9e573ce3c5b0ff95"
@@ -1032,6 +1044,11 @@
10321044
resolved "https://registry.yarnpkg.com/@types/range-parser/-/range-parser-1.2.4.tgz#cd667bcfdd025213aafb7ca5915a932590acdcdc"
10331045
integrity sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==
10341046

1047+
"@types/semver@^7.3.12":
1048+
version "7.3.13"
1049+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
1050+
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
1051+
10351052
"@types/serve-static@*":
10361053
version "1.15.0"
10371054
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.15.0.tgz#c7930ff61afb334e121a9da780aac0d9b8f34155"
@@ -1072,85 +1089,88 @@
10721089
dependencies:
10731090
"@types/yargs-parser" "*"
10741091

1075-
"@typescript-eslint/eslint-plugin@5.40.0":
1076-
version "5.40.0"
1077-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.40.0.tgz#0159bb71410eec563968288a17bd4478cdb685bd"
1078-
integrity sha512-FIBZgS3DVJgqPwJzvZTuH4HNsZhHMa9SjxTKAZTlMsPw/UzpEjcf9f4dfgDJEHjK+HboUJo123Eshl6niwEm/Q==
1092+
"@typescript-eslint/eslint-plugin@5.57.0":
1093+
version "5.57.0"
1094+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.57.0.tgz#52c8a7a4512f10e7249ca1e2e61f81c62c34365c"
1095+
integrity sha512-itag0qpN6q2UMM6Xgk6xoHa0D0/P+M17THnr4SVgqn9Rgam5k/He33MA7/D7QoJcdMxHFyX7U9imaBonAX/6qA==
10791096
dependencies:
1080-
"@typescript-eslint/scope-manager" "5.40.0"
1081-
"@typescript-eslint/type-utils" "5.40.0"
1082-
"@typescript-eslint/utils" "5.40.0"
1097+
"@eslint-community/regexpp" "^4.4.0"
1098+
"@typescript-eslint/scope-manager" "5.57.0"
1099+
"@typescript-eslint/type-utils" "5.57.0"
1100+
"@typescript-eslint/utils" "5.57.0"
10831101
debug "^4.3.4"
1102+
grapheme-splitter "^1.0.4"
10841103
ignore "^5.2.0"
1085-
regexpp "^3.2.0"
1104+
natural-compare-lite "^1.4.0"
10861105
semver "^7.3.7"
10871106
tsutils "^3.21.0"
10881107

1089-
"@typescript-eslint/parser@5.40.0":
1090-
version "5.40.0"
1091-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.40.0.tgz#432bddc1fe9154945660f67c1ba6d44de5014840"
1092-
integrity sha512-Ah5gqyX2ySkiuYeOIDg7ap51/b63QgWZA7w6AHtFrag7aH0lRQPbLzUjk0c9o5/KZ6JRkTTDKShL4AUrQa6/hw==
1108+
"@typescript-eslint/parser@5.57.0":
1109+
version "5.57.0"
1110+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.57.0.tgz#f675bf2cd1a838949fd0de5683834417b757e4fa"
1111+
integrity sha512-orrduvpWYkgLCyAdNtR1QIWovcNZlEm6yL8nwH/eTxWLd8gsP+25pdLHYzL2QdkqrieaDwLpytHqycncv0woUQ==
10931112
dependencies:
1094-
"@typescript-eslint/scope-manager" "5.40.0"
1095-
"@typescript-eslint/types" "5.40.0"
1096-
"@typescript-eslint/typescript-estree" "5.40.0"
1113+
"@typescript-eslint/scope-manager" "5.57.0"
1114+
"@typescript-eslint/types" "5.57.0"
1115+
"@typescript-eslint/typescript-estree" "5.57.0"
10971116
debug "^4.3.4"
10981117

1099-
"@typescript-eslint/scope-manager@5.40.0":
1100-
version "5.40.0"
1101-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.40.0.tgz#d6ea782c8e3a2371ba3ea31458dcbdc934668fc4"
1102-
integrity sha512-d3nPmjUeZtEWRvyReMI4I1MwPGC63E8pDoHy0BnrYjnJgilBD3hv7XOiETKLY/zTwI7kCnBDf2vWTRUVpYw0Uw==
1118+
"@typescript-eslint/scope-manager@5.57.0":
1119+
version "5.57.0"
1120+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.57.0.tgz#79ccd3fa7bde0758059172d44239e871e087ea36"
1121+
integrity sha512-NANBNOQvllPlizl9LatX8+MHi7bx7WGIWYjPHDmQe5Si/0YEYfxSljJpoTyTWFTgRy3X8gLYSE4xQ2U+aCozSw==
11031122
dependencies:
1104-
"@typescript-eslint/types" "5.40.0"
1105-
"@typescript-eslint/visitor-keys" "5.40.0"
1123+
"@typescript-eslint/types" "5.57.0"
1124+
"@typescript-eslint/visitor-keys" "5.57.0"
11061125

1107-
"@typescript-eslint/type-utils@5.40.0":
1108-
version "5.40.0"
1109-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.40.0.tgz#4964099d0158355e72d67a370249d7fc03331126"
1110-
integrity sha512-nfuSdKEZY2TpnPz5covjJqav+g5qeBqwSHKBvz7Vm1SAfy93SwKk/JeSTymruDGItTwNijSsno5LhOHRS1pcfw==
1126+
"@typescript-eslint/type-utils@5.57.0":
1127+
version "5.57.0"
1128+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.57.0.tgz#98e7531c4e927855d45bd362de922a619b4319f2"
1129+
integrity sha512-kxXoq9zOTbvqzLbdNKy1yFrxLC6GDJFE2Yuo3KqSwTmDOFjUGeWSakgoXT864WcK5/NAJkkONCiKb1ddsqhLXQ==
11111130
dependencies:
1112-
"@typescript-eslint/typescript-estree" "5.40.0"
1113-
"@typescript-eslint/utils" "5.40.0"
1131+
"@typescript-eslint/typescript-estree" "5.57.0"
1132+
"@typescript-eslint/utils" "5.57.0"
11141133
debug "^4.3.4"
11151134
tsutils "^3.21.0"
11161135

1117-
"@typescript-eslint/types@5.40.0":
1118-
version "5.40.0"
1119-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.40.0.tgz#8de07e118a10b8f63c99e174a3860f75608c822e"
1120-
integrity sha512-V1KdQRTXsYpf1Y1fXCeZ+uhjW48Niiw0VGt4V8yzuaDTU8Z1Xl7yQDyQNqyAFcVhpYXIVCEuxSIWTsLDpHgTbw==
1136+
"@typescript-eslint/types@5.57.0":
1137+
version "5.57.0"
1138+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.57.0.tgz#727bfa2b64c73a4376264379cf1f447998eaa132"
1139+
integrity sha512-mxsod+aZRSyLT+jiqHw1KK6xrANm19/+VFALVFP5qa/aiJnlP38qpyaTd0fEKhWvQk6YeNZ5LGwI1pDpBRBhtQ==
11211140

1122-
"@typescript-eslint/typescript-estree@5.40.0":
1123-
version "5.40.0"
1124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.40.0.tgz#e305e6a5d65226efa5471ee0f12e0ffaab6d3075"
1125-
integrity sha512-b0GYlDj8TLTOqwX7EGbw2gL5EXS2CPEWhF9nGJiGmEcmlpNBjyHsTwbqpyIEPVpl6br4UcBOYlcI2FJVtJkYhg==
1141+
"@typescript-eslint/typescript-estree@5.57.0":
1142+
version "5.57.0"
1143+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.57.0.tgz#ebcd0ee3e1d6230e888d88cddf654252d41e2e40"
1144+
integrity sha512-LTzQ23TV82KpO8HPnWuxM2V7ieXW8O142I7hQTxWIHDcCEIjtkat6H96PFkYBQqGFLW/G/eVVOB9Z8rcvdY/Vw==
11261145
dependencies:
1127-
"@typescript-eslint/types" "5.40.0"
1128-
"@typescript-eslint/visitor-keys" "5.40.0"
1146+
"@typescript-eslint/types" "5.57.0"
1147+
"@typescript-eslint/visitor-keys" "5.57.0"
11291148
debug "^4.3.4"
11301149
globby "^11.1.0"
11311150
is-glob "^4.0.3"
11321151
semver "^7.3.7"
11331152
tsutils "^3.21.0"
11341153

1135-
"@typescript-eslint/utils@5.40.0":
1136-
version "5.40.0"
1137-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.40.0.tgz#647f56a875fd09d33c6abd70913c3dd50759b772"
1138-
integrity sha512-MO0y3T5BQ5+tkkuYZJBjePewsY+cQnfkYeRqS6tPh28niiIwPnQ1t59CSRcs1ZwJJNOdWw7rv9pF8aP58IMihA==
1154+
"@typescript-eslint/utils@5.57.0":
1155+
version "5.57.0"
1156+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.57.0.tgz#eab8f6563a2ac31f60f3e7024b91bf75f43ecef6"
1157+
integrity sha512-ps/4WohXV7C+LTSgAL5CApxvxbMkl9B9AUZRtnEFonpIxZDIT7wC1xfvuJONMidrkB9scs4zhtRyIwHh4+18kw==
11391158
dependencies:
1159+
"@eslint-community/eslint-utils" "^4.2.0"
11401160
"@types/json-schema" "^7.0.9"
1141-
"@typescript-eslint/scope-manager" "5.40.0"
1142-
"@typescript-eslint/types" "5.40.0"
1143-
"@typescript-eslint/typescript-estree" "5.40.0"
1161+
"@types/semver" "^7.3.12"
1162+
"@typescript-eslint/scope-manager" "5.57.0"
1163+
"@typescript-eslint/types" "5.57.0"
1164+
"@typescript-eslint/typescript-estree" "5.57.0"
11441165
eslint-scope "^5.1.1"
1145-
eslint-utils "^3.0.0"
11461166
semver "^7.3.7"
11471167

1148-
"@typescript-eslint/visitor-keys@5.40.0":
1149-
version "5.40.0"
1150-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.40.0.tgz#dd2d38097f68e0d2e1e06cb9f73c0173aca54b68"
1151-
integrity sha512-ijJ+6yig+x9XplEpG2K6FUdJeQGGj/15U3S56W9IqXKJqleuD7zJ2AX/miLezwxpd7ZxDAqO87zWufKg+RPZyQ==
1168+
"@typescript-eslint/visitor-keys@5.57.0":
1169+
version "5.57.0"
1170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.57.0.tgz#e2b2f4174aff1d15eef887ce3d019ecc2d7a8ac1"
1171+
integrity sha512-ery2g3k0hv5BLiKpPuwYt9KBkAp2ugT6VvyShXdLOkax895EC55sP0Tx5L0fZaQueiK3fBLvHVvEl3jFS5ia+g==
11521172
dependencies:
1153-
"@typescript-eslint/types" "5.40.0"
1173+
"@typescript-eslint/types" "5.57.0"
11541174
eslint-visitor-keys "^3.3.0"
11551175

11561176
"@webassemblyjs/[email protected]":
@@ -3551,6 +3571,11 @@ [email protected]:
35513571
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
35523572
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
35533573

3574+
natural-compare-lite@^1.4.0:
3575+
version "1.4.0"
3576+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
3577+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
3578+
35543579
natural-compare@^1.4.0:
35553580
version "1.4.0"
35563581
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)