Skip to content

Commit c8931cb

Browse files
Update typescript-eslint monorepo to v5.59.5
1 parent 0ed0429 commit c8931cb

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.59.5",
53+
"@typescript-eslint/parser": "5.59.5",
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.59.5":
1143+
version "5.59.5"
1144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.5.tgz#f156827610a3f8cefc56baeaa93cd4a5f32966b4"
1145+
integrity sha512-feA9xbVRWJZor+AnLNAr7A8JRWeZqHUf4T9tlP+TN04b05pFVhO5eN7/O93Y/1OUlLMHKbnJisgDURs/qvtqdg==
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.59.5"
1149+
"@typescript-eslint/type-utils" "5.59.5"
1150+
"@typescript-eslint/utils" "5.59.5"
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.59.5":
1159+
version "5.59.5"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.5.tgz#63064f5eafbdbfb5f9dfbf5c4503cdf949852981"
1161+
integrity sha512-NJXQC4MRnF9N9yWqQE2/KLRSOLvrrlZb48NGVfBa+RuPMN6B7ZcK5jZOvhuygv4D64fRKnZI4L4p8+M+rfeQuw==
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.59.5"
1164+
"@typescript-eslint/types" "5.59.5"
1165+
"@typescript-eslint/typescript-estree" "5.59.5"
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.59.5":
1169+
version "5.59.5"
1170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.5.tgz#33ffc7e8663f42cfaac873de65ebf65d2bce674d"
1171+
integrity sha512-jVecWwnkX6ZgutF+DovbBJirZcAxgxC0EOHYt/niMROf8p4PwxxG32Qdhj/iIQQIuOflLjNkxoXyArkcIP7C3A==
11721172
dependencies:
1173-
"@typescript-eslint/types" "5.58.0"
1174-
"@typescript-eslint/visitor-keys" "5.58.0"
1173+
"@typescript-eslint/types" "5.59.5"
1174+
"@typescript-eslint/visitor-keys" "5.59.5"
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.59.5":
1177+
version "5.59.5"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.5.tgz#485b0e2c5b923460bc2ea6b338c595343f06fc9b"
1179+
integrity sha512-4eyhS7oGym67/pSxA2mmNq7X164oqDYNnZCUayBwJZIRVvKpBCMBzFnFxjeoDeShjtO6RQBHBuwybuX3POnDqg==
11801180
dependencies:
1181-
"@typescript-eslint/typescript-estree" "5.58.0"
1182-
"@typescript-eslint/utils" "5.58.0"
1181+
"@typescript-eslint/typescript-estree" "5.59.5"
1182+
"@typescript-eslint/utils" "5.59.5"
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.59.5":
1187+
version "5.59.5"
1188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.5.tgz#e63c5952532306d97c6ea432cee0981f6d2258c7"
1189+
integrity sha512-xkfRPHbqSH4Ggx4eHRIO/eGL8XL4Ysb4woL8c87YuAo8Md7AUjyWKa9YMwTL519SyDPrfEgKdewjkxNCVeJW7w==
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.59.5":
1192+
version "5.59.5"
1193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.5.tgz#9b252ce55dd765e972a7a2f99233c439c5101e42"
1194+
integrity sha512-+XXdLN2CZLZcD/mO7mQtJMvCkzRfmODbeSKuMY/yXbGkzvA9rJyDY5qDYNoiz2kP/dmyAxXquL2BvLQLJFPQIg==
11951195
dependencies:
1196-
"@typescript-eslint/types" "5.58.0"
1197-
"@typescript-eslint/visitor-keys" "5.58.0"
1196+
"@typescript-eslint/types" "5.59.5"
1197+
"@typescript-eslint/visitor-keys" "5.59.5"
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.59.5":
1205+
version "5.59.5"
1206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.5.tgz#15b3eb619bb223302e60413adb0accd29c32bcae"
1207+
integrity sha512-sCEHOiw+RbyTii9c3/qN74hYDPNORb8yWCoPLmB7BIflhplJ65u2PBpdRla12e3SSTJ2erRkPjz7ngLHhUegxA==
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.59.5"
1213+
"@typescript-eslint/types" "5.59.5"
1214+
"@typescript-eslint/typescript-estree" "5.59.5"
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.59.5":
1219+
version "5.59.5"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.5.tgz#ba5b8d6791a13cf9fea6716af1e7626434b29b9b"
1221+
integrity sha512-qL+Oz+dbeBRTeyJTIy0eniD3uvqU7x+y1QceBismZ41hd4aBSRh8UAw4pZP0+XzLuPZmx4raNMq/I+59W2lXKA==
12221222
dependencies:
1223-
"@typescript-eslint/types" "5.58.0"
1223+
"@typescript-eslint/types" "5.59.5"
12241224
eslint-visitor-keys "^3.3.0"
12251225

12261226
abbrev@1:

0 commit comments

Comments
 (0)