Skip to content

Commit 3d2f324

Browse files
chore(deps): update typescript-eslint monorepo to v5.30.6
1 parent f75df58 commit 3d2f324

File tree

2 files changed

+69
-23
lines changed

2 files changed

+69
-23
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.30.6",
28+
"@typescript-eslint/parser": "5.30.6",
2929
"apollo-server": "3.7.0",
3030
"codecov": "3.8.3",
3131
"coveralls": "3.1.1",

yarn.lock

Lines changed: 67 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1400,29 +1400,29 @@
14001400
dependencies:
14011401
"@types/yargs-parser" "*"
14021402

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==
1407-
dependencies:
1408-
"@typescript-eslint/scope-manager" "5.26.0"
1409-
"@typescript-eslint/type-utils" "5.26.0"
1410-
"@typescript-eslint/utils" "5.26.0"
1403+
"@typescript-eslint/eslint-plugin@5.30.6":
1404+
version "5.30.6"
1405+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.30.6.tgz#9c6017b6c1d04894141b4a87816388967f64c359"
1406+
integrity sha512-J4zYMIhgrx4MgnZrSDD7sEnQp7FmhKNOaqaOpaoQ/SfdMfRB/0yvK74hTnvH+VQxndZynqs5/Hn4t+2/j9bADg==
1407+
dependencies:
1408+
"@typescript-eslint/scope-manager" "5.30.6"
1409+
"@typescript-eslint/type-utils" "5.30.6"
1410+
"@typescript-eslint/utils" "5.30.6"
14111411
debug "^4.3.4"
14121412
functional-red-black-tree "^1.0.1"
14131413
ignore "^5.2.0"
14141414
regexpp "^3.2.0"
14151415
semver "^7.3.7"
14161416
tsutils "^3.21.0"
14171417

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==
1418+
"@typescript-eslint/parser@5.30.6":
1419+
version "5.30.6"
1420+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.30.6.tgz#add440db038fa9d777e4ebdaf66da9e7fb7abe92"
1421+
integrity sha512-gfF9lZjT0p2ZSdxO70Xbw8w9sPPJGfAdjK7WikEjB3fcUI/yr9maUVEdqigBjKincUYNKOmf7QBMiTf719kbrA==
14221422
dependencies:
1423-
"@typescript-eslint/scope-manager" "5.26.0"
1424-
"@typescript-eslint/types" "5.26.0"
1425-
"@typescript-eslint/typescript-estree" "5.26.0"
1423+
"@typescript-eslint/scope-manager" "5.30.6"
1424+
"@typescript-eslint/types" "5.30.6"
1425+
"@typescript-eslint/typescript-estree" "5.30.6"
14261426
debug "^4.3.4"
14271427

14281428
"@typescript-eslint/[email protected]":
@@ -1433,12 +1433,20 @@
14331433
"@typescript-eslint/types" "5.26.0"
14341434
"@typescript-eslint/visitor-keys" "5.26.0"
14351435

1436-
"@typescript-eslint/[email protected]":
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==
1436+
"@typescript-eslint/[email protected]":
1437+
version "5.30.6"
1438+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.30.6.tgz#ce1b49ff5ce47f55518d63dbe8fc9181ddbd1a33"
1439+
integrity sha512-Hkq5PhLgtVoW1obkqYH0i4iELctEKixkhWLPTYs55doGUKCASvkjOXOd/pisVeLdO24ZX9D6yymJ/twqpJiG3g==
1440+
dependencies:
1441+
"@typescript-eslint/types" "5.30.6"
1442+
"@typescript-eslint/visitor-keys" "5.30.6"
1443+
1444+
"@typescript-eslint/[email protected]":
1445+
version "5.30.6"
1446+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.30.6.tgz#a64aa9acbe609ab77f09f53434a6af2b9685f3af"
1447+
integrity sha512-GFVVzs2j0QPpM+NTDMXtNmJKlF842lkZKDSanIxf+ArJsGeZUIaeT4jGg+gAgHt7AcQSFwW7htzF/rbAh2jaVA==
14401448
dependencies:
1441-
"@typescript-eslint/utils" "5.26.0"
1449+
"@typescript-eslint/utils" "5.30.6"
14421450
debug "^4.3.4"
14431451
tsutils "^3.21.0"
14441452

@@ -1447,6 +1455,11 @@
14471455
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.26.0.tgz#cb204bb154d3c103d9cc4d225f311b08219469f3"
14481456
integrity sha512-8794JZFE1RN4XaExLWLI2oSXsVImNkl79PzTOOWt9h0UHROwJedNOD2IJyfL0NbddFllcktGIO2aOu10avQQyA==
14491457

1458+
"@typescript-eslint/[email protected]":
1459+
version "5.30.6"
1460+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.30.6.tgz#86369d0a7af8c67024115ac1da3e8fb2d38907e1"
1461+
integrity sha512-HdnP8HioL1F7CwVmT4RaaMX57RrfqsOMclZc08wGMiDYJBsLGBM7JwXM4cZJmbWLzIR/pXg1kkrBBVpxTOwfUg==
1462+
14501463
"@typescript-eslint/[email protected]":
14511464
version "5.26.0"
14521465
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.26.0.tgz#16cbceedb0011c2ed4f607255f3ee1e6e43b88c3"
@@ -1460,7 +1473,32 @@
14601473
semver "^7.3.7"
14611474
tsutils "^3.21.0"
14621475

1463-
"@typescript-eslint/[email protected]", "@typescript-eslint/utils@^5.10.0":
1476+
"@typescript-eslint/[email protected]":
1477+
version "5.30.6"
1478+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.30.6.tgz#a84a0d6a486f9b54042da1de3d671a2c9f14484e"
1479+
integrity sha512-Z7TgPoeYUm06smfEfYF0RBkpF8csMyVnqQbLYiGgmUSTaSXTP57bt8f0UFXstbGxKIreTwQCujtaH0LY9w9B+A==
1480+
dependencies:
1481+
"@typescript-eslint/types" "5.30.6"
1482+
"@typescript-eslint/visitor-keys" "5.30.6"
1483+
debug "^4.3.4"
1484+
globby "^11.1.0"
1485+
is-glob "^4.0.3"
1486+
semver "^7.3.7"
1487+
tsutils "^3.21.0"
1488+
1489+
"@typescript-eslint/[email protected]":
1490+
version "5.30.6"
1491+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.30.6.tgz#1de2da14f678e7d187daa6f2e4cdb558ed0609dc"
1492+
integrity sha512-xFBLc/esUbLOJLk9jKv0E9gD/OH966M40aY9jJ8GiqpSkP2xOV908cokJqqhVd85WoIvHVHYXxSFE4cCSDzVvA==
1493+
dependencies:
1494+
"@types/json-schema" "^7.0.9"
1495+
"@typescript-eslint/scope-manager" "5.30.6"
1496+
"@typescript-eslint/types" "5.30.6"
1497+
"@typescript-eslint/typescript-estree" "5.30.6"
1498+
eslint-scope "^5.1.1"
1499+
eslint-utils "^3.0.0"
1500+
1501+
"@typescript-eslint/utils@^5.10.0":
14641502
version "5.26.0"
14651503
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.26.0.tgz#896b8480eb124096e99c8b240460bb4298afcfb4"
14661504
integrity sha512-PJFwcTq2Pt4AMOKfe3zQOdez6InIDOjUJJD3v3LyEtxHGVVRK3Vo7Dd923t/4M9hSH2q2CLvcTdxlLPjcIk3eg==
@@ -1480,6 +1518,14 @@
14801518
"@typescript-eslint/types" "5.26.0"
14811519
eslint-visitor-keys "^3.3.0"
14821520

1521+
"@typescript-eslint/[email protected]":
1522+
version "5.30.6"
1523+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.30.6.tgz#94dd10bb481c8083378d24de1742a14b38a2678c"
1524+
integrity sha512-41OiCjdL2mCaSDi2SvYbzFLlqqlm5v1ZW9Ym55wXKL/Rx6OOB1IbuFGo71Fj6Xy90gJDFTlgOS+vbmtGHPTQQA==
1525+
dependencies:
1526+
"@typescript-eslint/types" "5.30.6"
1527+
eslint-visitor-keys "^3.3.0"
1528+
14831529
"@wry/context@^0.6.0":
14841530
version "0.6.1"
14851531
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.6.1.tgz#c3c29c0ad622adb00f6a53303c4f965ee06ebeb2"

0 commit comments

Comments
 (0)