Skip to content

Commit 19e730f

Browse files
committed
Update typescript-eslint monorepo to v5.33.0
1 parent c2e8e0d commit 19e730f

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
@@ -25,8 +25,8 @@
2525
"@types/chai": "4.3.3",
2626
"@types/dotenv": "8.2.0",
2727
"@types/mocha": "9.1.1",
28-
"@typescript-eslint/eslint-plugin": "5.32.0",
29-
"@typescript-eslint/parser": "5.32.0",
28+
"@typescript-eslint/eslint-plugin": "5.33.0",
29+
"@typescript-eslint/parser": "5.33.0",
3030
"bignumber.js": "9.0.2",
3131
"chai": "4.3.6",
3232
"dotenv": "16.0.1",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,84 +1356,84 @@
13561356
"@types/bn.js" "*"
13571357
"@types/underscore" "*"
13581358

1359-
"@typescript-eslint/eslint-plugin@5.32.0":
1360-
version "5.32.0"
1361-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.32.0.tgz#e27e38cffa4a61226327c874a7be965e9a861624"
1362-
integrity sha512-CHLuz5Uz7bHP2WgVlvoZGhf0BvFakBJKAD/43Ty0emn4wXWv5k01ND0C0fHcl/Im8Td2y/7h44E9pca9qAu2ew==
1363-
dependencies:
1364-
"@typescript-eslint/scope-manager" "5.32.0"
1365-
"@typescript-eslint/type-utils" "5.32.0"
1366-
"@typescript-eslint/utils" "5.32.0"
1359+
"@typescript-eslint/eslint-plugin@5.33.0":
1360+
version "5.33.0"
1361+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.33.0.tgz#059798888720ec52ffa96c5f868e31a8f70fa3ec"
1362+
integrity sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==
1363+
dependencies:
1364+
"@typescript-eslint/scope-manager" "5.33.0"
1365+
"@typescript-eslint/type-utils" "5.33.0"
1366+
"@typescript-eslint/utils" "5.33.0"
13671367
debug "^4.3.4"
13681368
functional-red-black-tree "^1.0.1"
13691369
ignore "^5.2.0"
13701370
regexpp "^3.2.0"
13711371
semver "^7.3.7"
13721372
tsutils "^3.21.0"
13731373

1374-
"@typescript-eslint/parser@5.32.0":
1375-
version "5.32.0"
1376-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.32.0.tgz#1de243443bc6186fb153b9e395b842e46877ca5d"
1377-
integrity sha512-IxRtsehdGV9GFQ35IGm5oKKR2OGcazUoiNBxhRV160iF9FoyuXxjY+rIqs1gfnd+4eL98OjeGnMpE7RF/NBb3A==
1374+
"@typescript-eslint/parser@5.33.0":
1375+
version "5.33.0"
1376+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.33.0.tgz#26ec3235b74f0667414613727cb98f9b69dc5383"
1377+
integrity sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==
13781378
dependencies:
1379-
"@typescript-eslint/scope-manager" "5.32.0"
1380-
"@typescript-eslint/types" "5.32.0"
1381-
"@typescript-eslint/typescript-estree" "5.32.0"
1379+
"@typescript-eslint/scope-manager" "5.33.0"
1380+
"@typescript-eslint/types" "5.33.0"
1381+
"@typescript-eslint/typescript-estree" "5.33.0"
13821382
debug "^4.3.4"
13831383

1384-
"@typescript-eslint/scope-manager@5.32.0":
1385-
version "5.32.0"
1386-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.32.0.tgz#763386e963a8def470580cc36cf9228864190b95"
1387-
integrity sha512-KyAE+tUON0D7tNz92p1uetRqVJiiAkeluvwvZOqBmW9z2XApmk5WSMV9FrzOroAcVxJZB3GfUwVKr98Dr/OjOg==
1384+
"@typescript-eslint/scope-manager@5.33.0":
1385+
version "5.33.0"
1386+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.33.0.tgz#509d7fa540a2c58f66bdcfcf278a3fa79002e18d"
1387+
integrity sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==
13881388
dependencies:
1389-
"@typescript-eslint/types" "5.32.0"
1390-
"@typescript-eslint/visitor-keys" "5.32.0"
1389+
"@typescript-eslint/types" "5.33.0"
1390+
"@typescript-eslint/visitor-keys" "5.33.0"
13911391

1392-
"@typescript-eslint/type-utils@5.32.0":
1393-
version "5.32.0"
1394-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.32.0.tgz#45a14506fe3fb908600b4cef2f70778f7b5cdc79"
1395-
integrity sha512-0gSsIhFDduBz3QcHJIp3qRCvVYbqzHg8D6bHFsDMrm0rURYDj+skBK2zmYebdCp+4nrd9VWd13egvhYFJj/wZg==
1392+
"@typescript-eslint/type-utils@5.33.0":
1393+
version "5.33.0"
1394+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.33.0.tgz#92ad1fba973c078d23767ce2d8d5a601baaa9338"
1395+
integrity sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==
13961396
dependencies:
1397-
"@typescript-eslint/utils" "5.32.0"
1397+
"@typescript-eslint/utils" "5.33.0"
13981398
debug "^4.3.4"
13991399
tsutils "^3.21.0"
14001400

1401-
"@typescript-eslint/types@5.32.0":
1402-
version "5.32.0"
1403-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.32.0.tgz#484273021eeeae87ddb288f39586ef5efeb6dcd8"
1404-
integrity sha512-EBUKs68DOcT/EjGfzywp+f8wG9Zw6gj6BjWu7KV/IYllqKJFPlZlLSYw/PTvVyiRw50t6wVbgv4p9uE2h6sZrQ==
1401+
"@typescript-eslint/types@5.33.0":
1402+
version "5.33.0"
1403+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.33.0.tgz#d41c584831805554b063791338b0220b613a275b"
1404+
integrity sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==
14051405

1406-
"@typescript-eslint/typescript-estree@5.32.0":
1407-
version "5.32.0"
1408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.32.0.tgz#282943f34babf07a4afa7b0ff347a8e7b6030d12"
1409-
integrity sha512-ZVAUkvPk3ITGtCLU5J4atCw9RTxK+SRc6hXqLtllC2sGSeMFWN+YwbiJR9CFrSFJ3w4SJfcWtDwNb/DmUIHdhg==
1406+
"@typescript-eslint/typescript-estree@5.33.0":
1407+
version "5.33.0"
1408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.33.0.tgz#02d9c9ade6f4897c09e3508c27de53ad6bfa54cf"
1409+
integrity sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==
14101410
dependencies:
1411-
"@typescript-eslint/types" "5.32.0"
1412-
"@typescript-eslint/visitor-keys" "5.32.0"
1411+
"@typescript-eslint/types" "5.33.0"
1412+
"@typescript-eslint/visitor-keys" "5.33.0"
14131413
debug "^4.3.4"
14141414
globby "^11.1.0"
14151415
is-glob "^4.0.3"
14161416
semver "^7.3.7"
14171417
tsutils "^3.21.0"
14181418

1419-
"@typescript-eslint/utils@5.32.0":
1420-
version "5.32.0"
1421-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.32.0.tgz#eccb6b672b94516f1afc6508d05173c45924840c"
1422-
integrity sha512-W7lYIAI5Zlc5K082dGR27Fczjb3Q57ECcXefKU/f0ajM5ToM0P+N9NmJWip8GmGu/g6QISNT+K6KYB+iSHjXCQ==
1419+
"@typescript-eslint/utils@5.33.0":
1420+
version "5.33.0"
1421+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.33.0.tgz#46797461ce3146e21c095d79518cc0f8ec574038"
1422+
integrity sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==
14231423
dependencies:
14241424
"@types/json-schema" "^7.0.9"
1425-
"@typescript-eslint/scope-manager" "5.32.0"
1426-
"@typescript-eslint/types" "5.32.0"
1427-
"@typescript-eslint/typescript-estree" "5.32.0"
1425+
"@typescript-eslint/scope-manager" "5.33.0"
1426+
"@typescript-eslint/types" "5.33.0"
1427+
"@typescript-eslint/typescript-estree" "5.33.0"
14281428
eslint-scope "^5.1.1"
14291429
eslint-utils "^3.0.0"
14301430

1431-
"@typescript-eslint/visitor-keys@5.32.0":
1432-
version "5.32.0"
1433-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.32.0.tgz#b9715d0b11fdb5dd10fd0c42ff13987470525394"
1434-
integrity sha512-S54xOHZgfThiZ38/ZGTgB2rqx51CMJ5MCfVT2IplK4Q7hgzGfe0nLzLCcenDnc/cSjP568hdeKfeDcBgqNHD/g==
1431+
"@typescript-eslint/visitor-keys@5.33.0":
1432+
version "5.33.0"
1433+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.33.0.tgz#fbcbb074e460c11046e067bc3384b5d66b555484"
1434+
integrity sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==
14351435
dependencies:
1436-
"@typescript-eslint/types" "5.32.0"
1436+
"@typescript-eslint/types" "5.33.0"
14371437
eslint-visitor-keys "^3.3.0"
14381438

14391439

0 commit comments

Comments
 (0)