Skip to content

Commit 7bbff64

Browse files
Update typescript-eslint monorepo to v5.60.0
1 parent 0ed0429 commit 7bbff64

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
@@ -49,8 +49,8 @@
4949
"@types/node": "18.15.11",
5050
"@types/supertest": "2.0.12",
5151
"@types/swagger-ui-express": "4.1.3",
52-
"@typescript-eslint/eslint-plugin": "5.58.0",
53-
"@typescript-eslint/parser": "5.58.0",
52+
"@typescript-eslint/eslint-plugin": "5.60.0",
53+
"@typescript-eslint/parser": "5.60.0",
5454
"eslint": "8.38.0",
5555
"eslint-config-airbnb-base": "15.0.0",
5656
"eslint-plugin-import": "2.27.5",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,88 +1139,88 @@
11391139
dependencies:
11401140
"@types/yargs-parser" "*"
11411141

1142-
"@typescript-eslint/eslint-plugin@5.58.0":
1143-
version "5.58.0"
1144-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.58.0.tgz#b1d4b0ad20243269d020ef9bbb036a40b0849829"
1145-
integrity sha512-vxHvLhH0qgBd3/tW6/VccptSfc8FxPQIkmNTVLWcCOVqSBvqpnKkBTYrhcGlXfSnd78azwe+PsjYFj0X34/njA==
1142+
"@typescript-eslint/eslint-plugin@5.60.0":
1143+
version "5.60.0"
1144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.60.0.tgz#2f4bea6a3718bed2ba52905358d0f45cd3620d31"
1145+
integrity sha512-78B+anHLF1TI8Jn/cD0Q00TBYdMgjdOn980JfAVa9yw5sop8nyTfVOQAv6LWywkOGLclDBtv5z3oxN4w7jxyNg==
11461146
dependencies:
11471147
"@eslint-community/regexpp" "^4.4.0"
1148-
"@typescript-eslint/scope-manager" "5.58.0"
1149-
"@typescript-eslint/type-utils" "5.58.0"
1150-
"@typescript-eslint/utils" "5.58.0"
1148+
"@typescript-eslint/scope-manager" "5.60.0"
1149+
"@typescript-eslint/type-utils" "5.60.0"
1150+
"@typescript-eslint/utils" "5.60.0"
11511151
debug "^4.3.4"
11521152
grapheme-splitter "^1.0.4"
11531153
ignore "^5.2.0"
11541154
natural-compare-lite "^1.4.0"
11551155
semver "^7.3.7"
11561156
tsutils "^3.21.0"
11571157

1158-
"@typescript-eslint/parser@5.58.0":
1159-
version "5.58.0"
1160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.58.0.tgz#2ac4464cf48bef2e3234cb178ede5af352dddbc6"
1161-
integrity sha512-ixaM3gRtlfrKzP8N6lRhBbjTow1t6ztfBvQNGuRM8qH1bjFFXIJ35XY+FC0RRBKn3C6cT+7VW1y8tNm7DwPHDQ==
1158+
"@typescript-eslint/parser@5.60.0":
1159+
version "5.60.0"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.60.0.tgz#08f4daf5fc6548784513524f4f2f359cebb4068a"
1161+
integrity sha512-jBONcBsDJ9UoTWrARkRRCgDz6wUggmH5RpQVlt7BimSwaTkTjwypGzKORXbR4/2Hqjk9hgwlon2rVQAjWNpkyQ==
11621162
dependencies:
1163-
"@typescript-eslint/scope-manager" "5.58.0"
1164-
"@typescript-eslint/types" "5.58.0"
1165-
"@typescript-eslint/typescript-estree" "5.58.0"
1163+
"@typescript-eslint/scope-manager" "5.60.0"
1164+
"@typescript-eslint/types" "5.60.0"
1165+
"@typescript-eslint/typescript-estree" "5.60.0"
11661166
debug "^4.3.4"
11671167

1168-
"@typescript-eslint/scope-manager@5.58.0":
1169-
version "5.58.0"
1170-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.58.0.tgz#5e023a48352afc6a87be6ce3c8e763bc9e2f0bc8"
1171-
integrity sha512-b+w8ypN5CFvrXWQb9Ow9T4/6LC2MikNf1viLkYTiTbkQl46CnR69w7lajz1icW0TBsYmlpg+mRzFJ4LEJ8X9NA==
1168+
"@typescript-eslint/scope-manager@5.60.0":
1169+
version "5.60.0"
1170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.60.0.tgz#ae511967b4bd84f1d5e179bb2c82857334941c1c"
1171+
integrity sha512-hakuzcxPwXi2ihf9WQu1BbRj1e/Pd8ZZwVTG9kfbxAMZstKz8/9OoexIwnmLzShtsdap5U/CoQGRCWlSuPbYxQ==
11721172
dependencies:
1173-
"@typescript-eslint/types" "5.58.0"
1174-
"@typescript-eslint/visitor-keys" "5.58.0"
1173+
"@typescript-eslint/types" "5.60.0"
1174+
"@typescript-eslint/visitor-keys" "5.60.0"
11751175

1176-
"@typescript-eslint/type-utils@5.58.0":
1177-
version "5.58.0"
1178-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.58.0.tgz#f7d5b3971483d4015a470d8a9e5b8a7d10066e52"
1179-
integrity sha512-FF5vP/SKAFJ+LmR9PENql7fQVVgGDOS+dq3j+cKl9iW/9VuZC/8CFmzIP0DLKXfWKpRHawJiG70rVH+xZZbp8w==
1176+
"@typescript-eslint/type-utils@5.60.0":
1177+
version "5.60.0"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.60.0.tgz#69b09087eb12d7513d5b07747e7d47f5533aa228"
1179+
integrity sha512-X7NsRQddORMYRFH7FWo6sA9Y/zbJ8s1x1RIAtnlj6YprbToTiQnM6vxcMu7iYhdunmoC0rUWlca13D5DVHkK2g==
11801180
dependencies:
1181-
"@typescript-eslint/typescript-estree" "5.58.0"
1182-
"@typescript-eslint/utils" "5.58.0"
1181+
"@typescript-eslint/typescript-estree" "5.60.0"
1182+
"@typescript-eslint/utils" "5.60.0"
11831183
debug "^4.3.4"
11841184
tsutils "^3.21.0"
11851185

1186-
"@typescript-eslint/types@5.58.0":
1187-
version "5.58.0"
1188-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.58.0.tgz#54c490b8522c18986004df7674c644ffe2ed77d8"
1189-
integrity sha512-JYV4eITHPzVQMnHZcYJXl2ZloC7thuUHrcUmxtzvItyKPvQ50kb9QXBkgNAt90OYMqwaodQh2kHutWZl1fc+1g==
1186+
"@typescript-eslint/types@5.60.0":
1187+
version "5.60.0"
1188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.60.0.tgz#3179962b28b4790de70e2344465ec97582ce2558"
1189+
integrity sha512-ascOuoCpNZBccFVNJRSC6rPq4EmJ2NkuoKnd6LDNyAQmdDnziAtxbCGWCbefG1CNzmDvd05zO36AmB7H8RzKPA==
11901190

1191-
"@typescript-eslint/typescript-estree@5.58.0":
1192-
version "5.58.0"
1193-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.58.0.tgz#4966e6ff57eaf6e0fce2586497edc097e2ab3e61"
1194-
integrity sha512-cRACvGTodA+UxnYM2uwA2KCwRL7VAzo45syNysqlMyNyjw0Z35Icc9ihPJZjIYuA5bXJYiJ2YGUB59BqlOZT1Q==
1191+
"@typescript-eslint/typescript-estree@5.60.0":
1192+
version "5.60.0"
1193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.60.0.tgz#4ddf1a81d32a850de66642d9b3ad1e3254fb1600"
1194+
integrity sha512-R43thAuwarC99SnvrBmh26tc7F6sPa2B3evkXp/8q954kYL6Ro56AwASYWtEEi+4j09GbiNAHqYwNNZuNlARGQ==
11951195
dependencies:
1196-
"@typescript-eslint/types" "5.58.0"
1197-
"@typescript-eslint/visitor-keys" "5.58.0"
1196+
"@typescript-eslint/types" "5.60.0"
1197+
"@typescript-eslint/visitor-keys" "5.60.0"
11981198
debug "^4.3.4"
11991199
globby "^11.1.0"
12001200
is-glob "^4.0.3"
12011201
semver "^7.3.7"
12021202
tsutils "^3.21.0"
12031203

1204-
"@typescript-eslint/utils@5.58.0":
1205-
version "5.58.0"
1206-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.58.0.tgz#430d7c95f23ec457b05be5520c1700a0dfd559d5"
1207-
integrity sha512-gAmLOTFXMXOC+zP1fsqm3VceKSBQJNzV385Ok3+yzlavNHZoedajjS4UyS21gabJYcobuigQPs/z71A9MdJFqQ==
1204+
"@typescript-eslint/utils@5.60.0":
1205+
version "5.60.0"
1206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.60.0.tgz#4667c5aece82f9d4f24a667602f0f300864b554c"
1207+
integrity sha512-ba51uMqDtfLQ5+xHtwlO84vkdjrqNzOnqrnwbMHMRY8Tqeme8C2Q8Fc7LajfGR+e3/4LoYiWXUM6BpIIbHJ4hQ==
12081208
dependencies:
12091209
"@eslint-community/eslint-utils" "^4.2.0"
12101210
"@types/json-schema" "^7.0.9"
12111211
"@types/semver" "^7.3.12"
1212-
"@typescript-eslint/scope-manager" "5.58.0"
1213-
"@typescript-eslint/types" "5.58.0"
1214-
"@typescript-eslint/typescript-estree" "5.58.0"
1212+
"@typescript-eslint/scope-manager" "5.60.0"
1213+
"@typescript-eslint/types" "5.60.0"
1214+
"@typescript-eslint/typescript-estree" "5.60.0"
12151215
eslint-scope "^5.1.1"
12161216
semver "^7.3.7"
12171217

1218-
"@typescript-eslint/visitor-keys@5.58.0":
1219-
version "5.58.0"
1220-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.58.0.tgz#eb9de3a61d2331829e6761ce7fd13061781168b4"
1221-
integrity sha512-/fBraTlPj0jwdyTwLyrRTxv/3lnU2H96pNTVM6z3esTWLtA5MZ9ghSMJ7Rb+TtUAdtEw9EyJzJ0EydIMKxQ9gA==
1218+
"@typescript-eslint/visitor-keys@5.60.0":
1219+
version "5.60.0"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.60.0.tgz#b48b29da3f5f31dd1656281727004589d2722a66"
1221+
integrity sha512-wm9Uz71SbCyhUKgcaPRauBdTegUyY/ZWl8gLwD/i/ybJqscrrdVSFImpvUz16BLPChIeKBK5Fa9s6KDQjsjyWw==
12221222
dependencies:
1223-
"@typescript-eslint/types" "5.58.0"
1223+
"@typescript-eslint/types" "5.60.0"
12241224
eslint-visitor-keys "^3.3.0"
12251225

12261226
abbrev@1:

0 commit comments

Comments
 (0)