Skip to content

Commit e76c44b

Browse files
chore(deps): update typescript-eslint monorepo to v5.59.7
1 parent f4f71ea commit e76c44b

File tree

2 files changed

+64
-52
lines changed

2 files changed

+64
-52
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/node": "18.11.19",
2525
"@types/swagger-ui-express": "4.1.3",
2626
"@types/yamljs": "0.2.31",
27-
"@typescript-eslint/eslint-plugin": "5.51.0",
28-
"@typescript-eslint/parser": "5.51.0",
27+
"@typescript-eslint/eslint-plugin": "5.59.7",
28+
"@typescript-eslint/parser": "5.59.7",
2929
"copyfiles": "2.4.1",
3030
"eslint": "8.33.0",
3131
"eslint-config-airbnb-base": "15.0.0",

yarn.lock

+62-50
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,18 @@
541541
dependencies:
542542
"@jridgewell/trace-mapping" "0.3.9"
543543

544+
"@eslint-community/eslint-utils@^4.2.0":
545+
version "4.4.0"
546+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
547+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
548+
dependencies:
549+
eslint-visitor-keys "^3.3.0"
550+
551+
"@eslint-community/regexpp@^4.4.0":
552+
version "4.5.1"
553+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
554+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
555+
544556
"@eslint/eslintrc@^1.4.1":
545557
version "1.4.1"
546558
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.4.1.tgz#af58772019a2d271b7e2d4c23ff4ddcba3ccfb3e"
@@ -1161,88 +1173,88 @@
11611173
dependencies:
11621174
"@types/yargs-parser" "*"
11631175

1164-
"@typescript-eslint/eslint-plugin@5.51.0":
1165-
version "5.51.0"
1166-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz#da3f2819633061ced84bb82c53bba45a6fe9963a"
1167-
integrity sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==
1176+
"@typescript-eslint/eslint-plugin@5.59.7":
1177+
version "5.59.7"
1178+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
1179+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
11681180
dependencies:
1169-
"@typescript-eslint/scope-manager" "5.51.0"
1170-
"@typescript-eslint/type-utils" "5.51.0"
1171-
"@typescript-eslint/utils" "5.51.0"
1181+
"@eslint-community/regexpp" "^4.4.0"
1182+
"@typescript-eslint/scope-manager" "5.59.7"
1183+
"@typescript-eslint/type-utils" "5.59.7"
1184+
"@typescript-eslint/utils" "5.59.7"
11721185
debug "^4.3.4"
11731186
grapheme-splitter "^1.0.4"
11741187
ignore "^5.2.0"
11751188
natural-compare-lite "^1.4.0"
1176-
regexpp "^3.2.0"
11771189
semver "^7.3.7"
11781190
tsutils "^3.21.0"
11791191

1180-
"@typescript-eslint/parser@5.51.0":
1181-
version "5.51.0"
1182-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.51.0.tgz#2d74626652096d966ef107f44b9479f02f51f271"
1183-
integrity sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==
1192+
"@typescript-eslint/parser@5.59.7":
1193+
version "5.59.7"
1194+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
1195+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
11841196
dependencies:
1185-
"@typescript-eslint/scope-manager" "5.51.0"
1186-
"@typescript-eslint/types" "5.51.0"
1187-
"@typescript-eslint/typescript-estree" "5.51.0"
1197+
"@typescript-eslint/scope-manager" "5.59.7"
1198+
"@typescript-eslint/types" "5.59.7"
1199+
"@typescript-eslint/typescript-estree" "5.59.7"
11881200
debug "^4.3.4"
11891201

1190-
"@typescript-eslint/scope-manager@5.51.0":
1191-
version "5.51.0"
1192-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz#ad3e3c2ecf762d9a4196c0fbfe19b142ac498990"
1193-
integrity sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==
1202+
"@typescript-eslint/scope-manager@5.59.7":
1203+
version "5.59.7"
1204+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
1205+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
11941206
dependencies:
1195-
"@typescript-eslint/types" "5.51.0"
1196-
"@typescript-eslint/visitor-keys" "5.51.0"
1207+
"@typescript-eslint/types" "5.59.7"
1208+
"@typescript-eslint/visitor-keys" "5.59.7"
11971209

1198-
"@typescript-eslint/type-utils@5.51.0":
1199-
version "5.51.0"
1200-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz#7af48005531700b62a20963501d47dfb27095988"
1201-
integrity sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==
1210+
"@typescript-eslint/type-utils@5.59.7":
1211+
version "5.59.7"
1212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
1213+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
12021214
dependencies:
1203-
"@typescript-eslint/typescript-estree" "5.51.0"
1204-
"@typescript-eslint/utils" "5.51.0"
1215+
"@typescript-eslint/typescript-estree" "5.59.7"
1216+
"@typescript-eslint/utils" "5.59.7"
12051217
debug "^4.3.4"
12061218
tsutils "^3.21.0"
12071219

1208-
"@typescript-eslint/types@5.51.0":
1209-
version "5.51.0"
1210-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.51.0.tgz#e7c1622f46c7eea7e12bbf1edfb496d4dec37c90"
1211-
integrity sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==
1220+
"@typescript-eslint/types@5.59.7":
1221+
version "5.59.7"
1222+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
1223+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
12121224

1213-
"@typescript-eslint/typescript-estree@5.51.0":
1214-
version "5.51.0"
1215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz#0ec8170d7247a892c2b21845b06c11eb0718f8de"
1216-
integrity sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==
1225+
"@typescript-eslint/typescript-estree@5.59.7":
1226+
version "5.59.7"
1227+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
1228+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
12171229
dependencies:
1218-
"@typescript-eslint/types" "5.51.0"
1219-
"@typescript-eslint/visitor-keys" "5.51.0"
1230+
"@typescript-eslint/types" "5.59.7"
1231+
"@typescript-eslint/visitor-keys" "5.59.7"
12201232
debug "^4.3.4"
12211233
globby "^11.1.0"
12221234
is-glob "^4.0.3"
12231235
semver "^7.3.7"
12241236
tsutils "^3.21.0"
12251237

1226-
"@typescript-eslint/utils@5.51.0":
1227-
version "5.51.0"
1228-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.51.0.tgz#074f4fabd5b12afe9c8aa6fdee881c050f8b4d47"
1229-
integrity sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==
1238+
"@typescript-eslint/utils@5.59.7":
1239+
version "5.59.7"
1240+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
1241+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
12301242
dependencies:
1243+
"@eslint-community/eslint-utils" "^4.2.0"
12311244
"@types/json-schema" "^7.0.9"
12321245
"@types/semver" "^7.3.12"
1233-
"@typescript-eslint/scope-manager" "5.51.0"
1234-
"@typescript-eslint/types" "5.51.0"
1235-
"@typescript-eslint/typescript-estree" "5.51.0"
1246+
"@typescript-eslint/scope-manager" "5.59.7"
1247+
"@typescript-eslint/types" "5.59.7"
1248+
"@typescript-eslint/typescript-estree" "5.59.7"
12361249
eslint-scope "^5.1.1"
1237-
eslint-utils "^3.0.0"
12381250
semver "^7.3.7"
12391251

1240-
"@typescript-eslint/visitor-keys@5.51.0":
1241-
version "5.51.0"
1242-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz#c0147dd9a36c0de758aaebd5b48cae1ec59eba87"
1243-
integrity sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==
1252+
"@typescript-eslint/visitor-keys@5.59.7":
1253+
version "5.59.7"
1254+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
1255+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
12441256
dependencies:
1245-
"@typescript-eslint/types" "5.51.0"
1257+
"@typescript-eslint/types" "5.59.7"
12461258
eslint-visitor-keys "^3.3.0"
12471259

12481260
JSONStream@^1.0.4:

0 commit comments

Comments
 (0)