Skip to content

Commit dc1d5ba

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.62.0
1 parent eeb4d33 commit dc1d5ba

File tree

2 files changed

+50
-50
lines changed

2 files changed

+50
-50
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"@types/dotenv": "8.2.0",
3333
"@types/node": "18.16.19",
3434
"@types/shelljs": "0.8.12",
35-
"@typescript-eslint/eslint-plugin": "5.61.0",
36-
"@typescript-eslint/parser": "5.61.0",
35+
"@typescript-eslint/eslint-plugin": "5.62.0",
36+
"@typescript-eslint/parser": "5.62.0",
3737
"arb-ethers-web3-bridge": "0.7.3",
3838
"bent": "7.3.12",
3939
"bignumber.js": "9.1.1",

yarn.lock

+48-48
Original file line numberDiff line numberDiff line change
@@ -2434,88 +2434,88 @@
24342434
dependencies:
24352435
"@types/node" "*"
24362436

2437-
"@typescript-eslint/eslint-plugin@5.61.0":
2438-
version "5.61.0"
2439-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.61.0.tgz#a1a5290cf33863b4db3fb79350b3c5275a7b1223"
2440-
integrity sha512-A5l/eUAug103qtkwccSCxn8ZRwT+7RXWkFECdA4Cvl1dOlDUgTpAOfSEElZn2uSUxhdDpnCdetrf0jvU4qrL+g==
2437+
"@typescript-eslint/eslint-plugin@5.62.0":
2438+
version "5.62.0"
2439+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz#aeef0328d172b9e37d9bab6dbc13b87ed88977db"
2440+
integrity sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==
24412441
dependencies:
24422442
"@eslint-community/regexpp" "^4.4.0"
2443-
"@typescript-eslint/scope-manager" "5.61.0"
2444-
"@typescript-eslint/type-utils" "5.61.0"
2445-
"@typescript-eslint/utils" "5.61.0"
2443+
"@typescript-eslint/scope-manager" "5.62.0"
2444+
"@typescript-eslint/type-utils" "5.62.0"
2445+
"@typescript-eslint/utils" "5.62.0"
24462446
debug "^4.3.4"
24472447
graphemer "^1.4.0"
24482448
ignore "^5.2.0"
24492449
natural-compare-lite "^1.4.0"
24502450
semver "^7.3.7"
24512451
tsutils "^3.21.0"
24522452

2453-
"@typescript-eslint/parser@5.61.0":
2454-
version "5.61.0"
2455-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.61.0.tgz#7fbe3e2951904bb843f8932ebedd6e0635bffb70"
2456-
integrity sha512-yGr4Sgyh8uO6fSi9hw3jAFXNBHbCtKKFMdX2IkT3ZqpKmtAq3lHS4ixB/COFuAIJpwl9/AqF7j72ZDWYKmIfvg==
2453+
"@typescript-eslint/parser@5.62.0":
2454+
version "5.62.0"
2455+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.62.0.tgz#1b63d082d849a2fcae8a569248fbe2ee1b8a56c7"
2456+
integrity sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==
24572457
dependencies:
2458-
"@typescript-eslint/scope-manager" "5.61.0"
2459-
"@typescript-eslint/types" "5.61.0"
2460-
"@typescript-eslint/typescript-estree" "5.61.0"
2458+
"@typescript-eslint/scope-manager" "5.62.0"
2459+
"@typescript-eslint/types" "5.62.0"
2460+
"@typescript-eslint/typescript-estree" "5.62.0"
24612461
debug "^4.3.4"
24622462

2463-
"@typescript-eslint/scope-manager@5.61.0":
2464-
version "5.61.0"
2465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.61.0.tgz#b670006d069c9abe6415c41f754b1b5d949ef2b2"
2466-
integrity sha512-W8VoMjoSg7f7nqAROEmTt6LoBpn81AegP7uKhhW5KzYlehs8VV0ZW0fIDVbcZRcaP3aPSW+JZFua+ysQN+m/Nw==
2463+
"@typescript-eslint/scope-manager@5.62.0":
2464+
version "5.62.0"
2465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
2466+
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
24672467
dependencies:
2468-
"@typescript-eslint/types" "5.61.0"
2469-
"@typescript-eslint/visitor-keys" "5.61.0"
2468+
"@typescript-eslint/types" "5.62.0"
2469+
"@typescript-eslint/visitor-keys" "5.62.0"
24702470

2471-
"@typescript-eslint/type-utils@5.61.0":
2472-
version "5.61.0"
2473-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.61.0.tgz#e90799eb2045c4435ea8378cb31cd8a9fddca47a"
2474-
integrity sha512-kk8u//r+oVK2Aj3ph/26XdH0pbAkC2RiSjUYhKD+PExemG4XSjpGFeyZ/QM8lBOa7O8aGOU+/yEbMJgQv/DnCg==
2471+
"@typescript-eslint/type-utils@5.62.0":
2472+
version "5.62.0"
2473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz#286f0389c41681376cdad96b309cedd17d70346a"
2474+
integrity sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==
24752475
dependencies:
2476-
"@typescript-eslint/typescript-estree" "5.61.0"
2477-
"@typescript-eslint/utils" "5.61.0"
2476+
"@typescript-eslint/typescript-estree" "5.62.0"
2477+
"@typescript-eslint/utils" "5.62.0"
24782478
debug "^4.3.4"
24792479
tsutils "^3.21.0"
24802480

2481-
"@typescript-eslint/types@5.61.0":
2482-
version "5.61.0"
2483-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.61.0.tgz#e99ff11b5792d791554abab0f0370936d8ca50c0"
2484-
integrity sha512-ldyueo58KjngXpzloHUog/h9REmHl59G1b3a5Sng1GfBo14BkS3ZbMEb3693gnP1k//97lh7bKsp6/V/0v1veQ==
2481+
"@typescript-eslint/types@5.62.0":
2482+
version "5.62.0"
2483+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
2484+
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
24852485

2486-
"@typescript-eslint/typescript-estree@5.61.0":
2487-
version "5.61.0"
2488-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.61.0.tgz#4c7caca84ce95bb41aa585d46a764bcc050b92f3"
2489-
integrity sha512-Fud90PxONnnLZ36oR5ClJBLTLfU4pIWBmnvGwTbEa2cXIqj70AEDEmOmpkFComjBZ/037ueKrOdHuYmSFVD7Rw==
2486+
"@typescript-eslint/typescript-estree@5.62.0":
2487+
version "5.62.0"
2488+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz#7d17794b77fabcac615d6a48fb143330d962eb9b"
2489+
integrity sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==
24902490
dependencies:
2491-
"@typescript-eslint/types" "5.61.0"
2492-
"@typescript-eslint/visitor-keys" "5.61.0"
2491+
"@typescript-eslint/types" "5.62.0"
2492+
"@typescript-eslint/visitor-keys" "5.62.0"
24932493
debug "^4.3.4"
24942494
globby "^11.1.0"
24952495
is-glob "^4.0.3"
24962496
semver "^7.3.7"
24972497
tsutils "^3.21.0"
24982498

2499-
"@typescript-eslint/utils@5.61.0":
2500-
version "5.61.0"
2501-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.61.0.tgz#5064838a53e91c754fffbddd306adcca3fe0af36"
2502-
integrity sha512-mV6O+6VgQmVE6+xzlA91xifndPW9ElFW8vbSF0xCT/czPXVhwDewKila1jOyRwa9AE19zKnrr7Cg5S3pJVrTWQ==
2499+
"@typescript-eslint/utils@5.62.0":
2500+
version "5.62.0"
2501+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
2502+
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
25032503
dependencies:
25042504
"@eslint-community/eslint-utils" "^4.2.0"
25052505
"@types/json-schema" "^7.0.9"
25062506
"@types/semver" "^7.3.12"
2507-
"@typescript-eslint/scope-manager" "5.61.0"
2508-
"@typescript-eslint/types" "5.61.0"
2509-
"@typescript-eslint/typescript-estree" "5.61.0"
2507+
"@typescript-eslint/scope-manager" "5.62.0"
2508+
"@typescript-eslint/types" "5.62.0"
2509+
"@typescript-eslint/typescript-estree" "5.62.0"
25102510
eslint-scope "^5.1.1"
25112511
semver "^7.3.7"
25122512

2513-
"@typescript-eslint/visitor-keys@5.61.0":
2514-
version "5.61.0"
2515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.61.0.tgz#c79414fa42158fd23bd2bb70952dc5cdbb298140"
2516-
integrity sha512-50XQ5VdbWrX06mQXhy93WywSFZZGsv3EOjq+lqp6WC2t+j3mb6A9xYVdrRxafvK88vg9k9u+CT4l6D8PEatjKg==
2513+
"@typescript-eslint/visitor-keys@5.62.0":
2514+
version "5.62.0"
2515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
2516+
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
25172517
dependencies:
2518-
"@typescript-eslint/types" "5.61.0"
2518+
"@typescript-eslint/types" "5.62.0"
25192519
eslint-visitor-keys "^3.3.0"
25202520

25212521
"@zondax/filecoin-signing-tools@github:trufflesuite/filecoin-signing-tools-js":

0 commit comments

Comments
 (0)