Skip to content

Commit 0fcd794

Browse files
chore(deps): update typescript-eslint monorepo to v5.59.7
1 parent 4029ffe commit 0fcd794

File tree

2 files changed

+101
-24
lines changed

2 files changed

+101
-24
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"@types/node": "17.0.35",
2525
"@types/object-hash": "2.2.1",
2626
"@types/request-promise-native": "1.0.18",
27-
"@typescript-eslint/eslint-plugin": "5.26.0",
28-
"@typescript-eslint/parser": "5.26.0",
27+
"@typescript-eslint/eslint-plugin": "5.59.7",
28+
"@typescript-eslint/parser": "5.59.7",
2929
"apollo-server": "3.7.0",
3030
"codecov": "3.8.3",
3131
"coveralls": "3.1.1",

yarn.lock

Lines changed: 99 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,18 @@
352352
dependencies:
353353
"@jridgewell/trace-mapping" "0.3.9"
354354

355+
"@eslint-community/eslint-utils@^4.2.0":
356+
version "4.4.0"
357+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
358+
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
359+
dependencies:
360+
eslint-visitor-keys "^3.3.0"
361+
362+
"@eslint-community/regexpp@^4.4.0":
363+
version "4.5.1"
364+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a89a4fd42b1599eb35b3af408884"
365+
integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6FZTFKQ==
366+
355367
"@eslint/eslintrc@^1.3.0":
356368
version "1.3.0"
357369
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-1.3.0.tgz#29f92c30bb3e771e4a2048c95fa6855392dfac4f"
@@ -1360,6 +1372,11 @@
13601372
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
13611373
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
13621374

1375+
"@types/semver@^7.3.12":
1376+
version "7.5.0"
1377+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
1378+
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
1379+
13631380
"@types/serve-static@*":
13641381
version "1.13.10"
13651382
resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.10.tgz#f5e0ce8797d2d7cc5ebeda48a52c96c4fa47a8d9"
@@ -1400,29 +1417,30 @@
14001417
dependencies:
14011418
"@types/yargs-parser" "*"
14021419

1403-
"@typescript-eslint/eslint-plugin@5.26.0":
1404-
version "5.26.0"
1405-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.26.0.tgz#c1f98ccba9d345e38992975d3ca56ed6260643c2"
1406-
integrity sha512-oGCmo0PqnRZZndr+KwvvAUvD3kNE4AfyoGCwOZpoCncSh4MVD06JTE8XQa2u9u+NX5CsyZMBTEc2C72zx38eYA==
1420+
"@typescript-eslint/eslint-plugin@5.59.7":
1421+
version "5.59.7"
1422+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.7.tgz#e470af414f05ecfdc05a23e9ce6ec8f91db56fe2"
1423+
integrity sha512-BL+jYxUFIbuYwy+4fF86k5vdT9lT0CNJ6HtwrIvGh0PhH8s0yy5rjaKH2fDCrz5ITHy07WCzVGNvAmjJh4IJFA==
14071424
dependencies:
1408-
"@typescript-eslint/scope-manager" "5.26.0"
1409-
"@typescript-eslint/type-utils" "5.26.0"
1410-
"@typescript-eslint/utils" "5.26.0"
1425+
"@eslint-community/regexpp" "^4.4.0"
1426+
"@typescript-eslint/scope-manager" "5.59.7"
1427+
"@typescript-eslint/type-utils" "5.59.7"
1428+
"@typescript-eslint/utils" "5.59.7"
14111429
debug "^4.3.4"
1412-
functional-red-black-tree "^1.0.1"
1430+
grapheme-splitter "^1.0.4"
14131431
ignore "^5.2.0"
1414-
regexpp "^3.2.0"
1432+
natural-compare-lite "^1.4.0"
14151433
semver "^7.3.7"
14161434
tsutils "^3.21.0"
14171435

1418-
"@typescript-eslint/parser@5.26.0":
1419-
version "5.26.0"
1420-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.26.0.tgz#a61b14205fe2ab7533deb4d35e604add9a4ceee2"
1421-
integrity sha512-n/IzU87ttzIdnAH5vQ4BBDnLPly7rC5VnjN3m0xBG82HK6rhRxnCb3w/GyWbNDghPd+NktJqB/wl6+YkzZ5T5Q==
1436+
"@typescript-eslint/parser@5.59.7":
1437+
version "5.59.7"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.59.7.tgz#02682554d7c1028b89aa44a48bf598db33048caa"
1439+
integrity sha512-VhpsIEuq/8i5SF+mPg9jSdIwgMBBp0z9XqjiEay+81PYLJuroN+ET1hM5IhkiYMJd9MkTz8iJLt7aaGAgzWUbQ==
14221440
dependencies:
1423-
"@typescript-eslint/scope-manager" "5.26.0"
1424-
"@typescript-eslint/types" "5.26.0"
1425-
"@typescript-eslint/typescript-estree" "5.26.0"
1441+
"@typescript-eslint/scope-manager" "5.59.7"
1442+
"@typescript-eslint/types" "5.59.7"
1443+
"@typescript-eslint/typescript-estree" "5.59.7"
14261444
debug "^4.3.4"
14271445

14281446
"@typescript-eslint/[email protected]":
@@ -1433,12 +1451,21 @@
14331451
"@typescript-eslint/types" "5.26.0"
14341452
"@typescript-eslint/visitor-keys" "5.26.0"
14351453

1436-
"@typescript-eslint/type-utils@5.26.0":
1437-
version "5.26.0"
1438-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.26.0.tgz#937dee97702361744a3815c58991acf078230013"
1439-
integrity sha512-7ccbUVWGLmcRDSA1+ADkDBl5fP87EJt0fnijsMFTVHXKGduYMgienC/i3QwoVhDADUAPoytgjbZbCOMj4TY55A==
1454+
"@typescript-eslint/scope-manager@5.59.7":
1455+
version "5.59.7"
1456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.59.7.tgz#0243f41f9066f3339d2f06d7f72d6c16a16769e2"
1457+
integrity sha512-FL6hkYWK9zBGdxT2wWEd2W8ocXMu3K94i3gvMrjXpx+koFYdYV7KprKfirpgY34vTGzEPPuKoERpP8kD5h7vZQ==
14401458
dependencies:
1441-
"@typescript-eslint/utils" "5.26.0"
1459+
"@typescript-eslint/types" "5.59.7"
1460+
"@typescript-eslint/visitor-keys" "5.59.7"
1461+
1462+
"@typescript-eslint/[email protected]":
1463+
version "5.59.7"
1464+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.59.7.tgz#89c97291371b59eb18a68039857c829776f1426d"
1465+
integrity sha512-ozuz/GILuYG7osdY5O5yg0QxXUAEoI4Go3Do5xeu+ERH9PorHBPSdvD3Tjp2NN2bNLh1NJQSsQu2TPu/Ly+HaQ==
1466+
dependencies:
1467+
"@typescript-eslint/typescript-estree" "5.59.7"
1468+
"@typescript-eslint/utils" "5.59.7"
14421469
debug "^4.3.4"
14431470
tsutils "^3.21.0"
14441471

@@ -1447,6 +1474,11 @@
14471474
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
14481475
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
14491476

1477+
"@typescript-eslint/[email protected]":
1478+
version "5.59.7"
1479+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.59.7.tgz#6f4857203fceee91d0034ccc30512d2939000742"
1480+
integrity sha512-UnVS2MRRg6p7xOSATscWkKjlf/NDKuqo5TdbWck6rIRZbmKpVNTLALzNvcjIfHBE7736kZOFc/4Z3VcZwuOM/A==
1481+
14501482
"@typescript-eslint/[email protected]":
14511483
version "5.26.0"
14521484
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
@@ -1460,7 +1492,34 @@
14601492
semver "^7.3.7"
14611493
tsutils "^3.21.0"
14621494

1463-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
1495+
"@typescript-eslint/[email protected]":
1496+
version "5.59.7"
1497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.7.tgz#b887acbd4b58e654829c94860dbff4ac55c5cff8"
1498+
integrity sha512-4A1NtZ1I3wMN2UGDkU9HMBL+TIQfbrh4uS0WDMMpf3xMRursDbqEf1ahh6vAAe3mObt8k3ZATnezwG4pdtWuUQ==
1499+
dependencies:
1500+
"@typescript-eslint/types" "5.59.7"
1501+
"@typescript-eslint/visitor-keys" "5.59.7"
1502+
debug "^4.3.4"
1503+
globby "^11.1.0"
1504+
is-glob "^4.0.3"
1505+
semver "^7.3.7"
1506+
tsutils "^3.21.0"
1507+
1508+
"@typescript-eslint/[email protected]":
1509+
version "5.59.7"
1510+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.59.7.tgz#7adf068b136deae54abd9a66ba5a8780d2d0f898"
1511+
integrity sha512-yCX9WpdQKaLufz5luG4aJbOpdXf/fjwGMcLFXZVPUz3QqLirG5QcwwnIHNf8cjLjxK4qtzTO8udUtMQSAToQnQ==
1512+
dependencies:
1513+
"@eslint-community/eslint-utils" "^4.2.0"
1514+
"@types/json-schema" "^7.0.9"
1515+
"@types/semver" "^7.3.12"
1516+
"@typescript-eslint/scope-manager" "5.59.7"
1517+
"@typescript-eslint/types" "5.59.7"
1518+
"@typescript-eslint/typescript-estree" "5.59.7"
1519+
eslint-scope "^5.1.1"
1520+
semver "^7.3.7"
1521+
1522+
"@typescript-eslint/utils@^5.10.0":
14641523
version "5.26.0"
14651524
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
14661525
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
@@ -1480,6 +1539,14 @@
14801539
"@typescript-eslint/types" "5.26.0"
14811540
eslint-visitor-keys "^3.3.0"
14821541

1542+
"@typescript-eslint/[email protected]":
1543+
version "5.59.7"
1544+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.7.tgz#09c36eaf268086b4fbb5eb9dc5199391b6485fc5"
1545+
integrity sha512-tyN+X2jvMslUszIiYbF0ZleP+RqQsFVpGrKI6e0Eet1w8WmhsAtmzaqm8oM8WJQ1ysLwhnsK/4hYHJjOgJVfQQ==
1546+
dependencies:
1547+
"@typescript-eslint/types" "5.59.7"
1548+
eslint-visitor-keys "^3.3.0"
1549+
14831550
"@wry/context@^0.6.0":
14841551
version "0.6.1"
14851552
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"
@@ -3424,6 +3491,11 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.10,
34243491
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
34253492
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
34263493

3494+
grapheme-splitter@^1.0.4:
3495+
version "1.0.4"
3496+
resolved "https://registry.yarnpkg.com/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz#9cf3a665c6247479896834af35cf1dbb4400767e"
3497+
integrity sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==
3498+
34273499
graphql-tag@^2.11.0, graphql-tag@^2.12.6:
34283500
version "2.12.6"
34293501
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.12.6.tgz#d441a569c1d2537ef10ca3d1633b48725329b5f1"
@@ -5043,6 +5115,11 @@ mute-stream@~0.0.4:
50435115
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
50445116
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
50455117

5118+
natural-compare-lite@^1.4.0:
5119+
version "1.4.0"
5120+
resolved "https://registry.yarnpkg.com/natural-compare-lite/-/natural-compare-lite-1.4.0.tgz#17b09581988979fddafe0201e931ba933c96cbb4"
5121+
integrity sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==
5122+
50465123
natural-compare@^1.4.0:
50475124
version "1.4.0"
50485125
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"

0 commit comments

Comments
 (0)