Skip to content

Commit dd531f1

Browse files
Update typescript-eslint monorepo to v5.59.9
1 parent 0ed0429 commit dd531f1

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.9",
53+
"@typescript-eslint/parser": "5.59.9",
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.9":
1143+
version "5.59.9"
1144+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.9.tgz#2604cfaf2b306e120044f901e20c8ed926debf15"
1145+
integrity sha512-4uQIBq1ffXd2YvF7MAvehWKW3zVv/w+mSfRAu+8cKbfj3nwzyqJLNcZJpQ/WZ1HLbJDiowwmQ6NO+63nCA+fqA==
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.9"
1149+
"@typescript-eslint/type-utils" "5.59.9"
1150+
"@typescript-eslint/utils" "5.59.9"
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.9":
1159+
version "5.59.9"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.9.tgz#a85c47ccdd7e285697463da15200f9a8561dd5fa"
1161+
integrity sha512-FsPkRvBtcLQ/eVK1ivDiNYBjn3TGJdXy2fhXX+rc7czWl4ARwnpArwbihSOHI2Peg9WbtGHrbThfBUkZZGTtvQ==
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.9"
1164+
"@typescript-eslint/types" "5.59.9"
1165+
"@typescript-eslint/typescript-estree" "5.59.9"
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.9":
1169+
version "5.59.9"
1170+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.9.tgz#eadce1f2733389cdb58c49770192c0f95470d2f4"
1171+
integrity sha512-8RA+E+w78z1+2dzvK/tGZ2cpGigBZ58VMEHDZtpE1v+LLjzrYGc8mMaTONSxKyEkz3IuXFM0IqYiGHlCsmlZxQ==
11721172
dependencies:
1173-
"@typescript-eslint/types" "5.58.0"
1174-
"@typescript-eslint/visitor-keys" "5.58.0"
1173+
"@typescript-eslint/types" "5.59.9"
1174+
"@typescript-eslint/visitor-keys" "5.59.9"
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.9":
1177+
version "5.59.9"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.9.tgz#53bfaae2e901e6ac637ab0536d1754dfef4dafc2"
1179+
integrity sha512-ksEsT0/mEHg9e3qZu98AlSrONAQtrSTljL3ow9CGej8eRo7pe+yaC/mvTjptp23Xo/xIf2mLZKC6KPv4Sji26Q==
11801180
dependencies:
1181-
"@typescript-eslint/typescript-estree" "5.58.0"
1182-
"@typescript-eslint/utils" "5.58.0"
1181+
"@typescript-eslint/typescript-estree" "5.59.9"
1182+
"@typescript-eslint/utils" "5.59.9"
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.9":
1187+
version "5.59.9"
1188+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.9.tgz#3b4e7ae63718ce1b966e0ae620adc4099a6dcc52"
1189+
integrity sha512-uW8H5NRgTVneSVTfiCVffBb8AbwWSKg7qcA4Ot3JI3MPCJGsB4Db4BhvAODIIYE5mNj7Q+VJkK7JxmRhk2Lyjw==
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.9":
1192+
version "5.59.9"
1193+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.9.tgz#6bfea844e468427b5e72034d33c9fffc9557392b"
1194+
integrity sha512-pmM0/VQ7kUhd1QyIxgS+aRvMgw+ZljB3eDb+jYyp6d2bC0mQWLzUDF+DLwCTkQ3tlNyVsvZRXjFyV0LkU/aXjA==
11951195
dependencies:
1196-
"@typescript-eslint/types" "5.58.0"
1197-
"@typescript-eslint/visitor-keys" "5.58.0"
1196+
"@typescript-eslint/types" "5.59.9"
1197+
"@typescript-eslint/visitor-keys" "5.59.9"
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.9":
1205+
version "5.59.9"
1206+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.9.tgz#adee890107b5ffe02cd46fdaa6c2125fb3c6c7c4"
1207+
integrity sha512-1PuMYsju/38I5Ggblaeb98TOoUvjhRvLpLa1DoTOFaLWqaXl/1iQ1eGurTXgBY58NUdtfTXKP5xBq7q9NDaLKg==
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.9"
1213+
"@typescript-eslint/types" "5.59.9"
1214+
"@typescript-eslint/typescript-estree" "5.59.9"
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.9":
1219+
version "5.59.9"
1220+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.9.tgz#9f86ef8e95aca30fb5a705bb7430f95fc58b146d"
1221+
integrity sha512-bT7s0td97KMaLwpEBckbzj/YohnvXtqbe2XgqNvTl6RJVakY5mvENOTPvw5u66nljfZxthESpDozs86U+oLY8Q==
12221222
dependencies:
1223-
"@typescript-eslint/types" "5.58.0"
1223+
"@typescript-eslint/types" "5.59.9"
12241224
eslint-visitor-keys "^3.3.0"
12251225

12261226
abbrev@1:

0 commit comments

Comments
 (0)