Skip to content

Commit 3c9281f

Browse files
committed
Update typescript-eslint monorepo to v5.35.1
1 parent 4bb28a8 commit 3c9281f

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.34.0",
29-
"@typescript-eslint/parser": "5.34.0",
28+
"@typescript-eslint/eslint-plugin": "5.35.1",
29+
"@typescript-eslint/parser": "5.35.1",
3030
"bent": "7.3.12",
3131
"bignumber.js": "9.1.0",
3232
"chai": "4.3.6",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1393,14 +1393,14 @@
13931393
dependencies:
13941394
"@types/node" "*"
13951395

1396-
"@typescript-eslint/eslint-plugin@5.34.0":
1397-
version "5.34.0"
1398-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
1399-
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
1400-
dependencies:
1401-
"@typescript-eslint/scope-manager" "5.34.0"
1402-
"@typescript-eslint/type-utils" "5.34.0"
1403-
"@typescript-eslint/utils" "5.34.0"
1396+
"@typescript-eslint/eslint-plugin@5.35.1":
1397+
version "5.35.1"
1398+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
1399+
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
1400+
dependencies:
1401+
"@typescript-eslint/scope-manager" "5.35.1"
1402+
"@typescript-eslint/type-utils" "5.35.1"
1403+
"@typescript-eslint/utils" "5.35.1"
14041404
debug "^4.3.4"
14051405
functional-red-black-tree "^1.0.1"
14061406
ignore "^5.2.0"
@@ -1420,14 +1420,14 @@
14201420
eslint-scope "^5.0.0"
14211421
eslint-utils "^2.0.0"
14221422

1423-
"@typescript-eslint/parser@5.34.0":
1424-
version "5.34.0"
1425-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
1426-
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
1423+
"@typescript-eslint/parser@5.35.1":
1424+
version "5.35.1"
1425+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
1426+
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
14271427
dependencies:
1428-
"@typescript-eslint/scope-manager" "5.34.0"
1429-
"@typescript-eslint/types" "5.34.0"
1430-
"@typescript-eslint/typescript-estree" "5.34.0"
1428+
"@typescript-eslint/scope-manager" "5.35.1"
1429+
"@typescript-eslint/types" "5.35.1"
1430+
"@typescript-eslint/typescript-estree" "5.35.1"
14311431
debug "^4.3.4"
14321432

14331433
"@typescript-eslint/scope-manager@4.11.1":
@@ -1438,20 +1438,20 @@
14381438
"@typescript-eslint/types" "4.11.1"
14391439
"@typescript-eslint/visitor-keys" "4.11.1"
14401440

1441-
"@typescript-eslint/scope-manager@5.34.0":
1442-
version "5.34.0"
1443-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
1444-
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
1441+
"@typescript-eslint/scope-manager@5.35.1":
1442+
version "5.35.1"
1443+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
1444+
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
14451445
dependencies:
1446-
"@typescript-eslint/types" "5.34.0"
1447-
"@typescript-eslint/visitor-keys" "5.34.0"
1446+
"@typescript-eslint/types" "5.35.1"
1447+
"@typescript-eslint/visitor-keys" "5.35.1"
14481448

1449-
"@typescript-eslint/type-utils@5.34.0":
1450-
version "5.34.0"
1451-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
1452-
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
1449+
"@typescript-eslint/type-utils@5.35.1":
1450+
version "5.35.1"
1451+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
1452+
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
14531453
dependencies:
1454-
"@typescript-eslint/utils" "5.34.0"
1454+
"@typescript-eslint/utils" "5.35.1"
14551455
debug "^4.3.4"
14561456
tsutils "^3.21.0"
14571457

@@ -1460,10 +1460,10 @@
14601460
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05"
14611461
integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA==
14621462

1463-
"@typescript-eslint/types@5.34.0":
1464-
version "5.34.0"
1465-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
1466-
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
1463+
"@typescript-eslint/types@5.35.1":
1464+
version "5.35.1"
1465+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
1466+
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
14671467

14681468
"@typescript-eslint/typescript-estree@4.11.1":
14691469
version "4.11.1"
@@ -1479,28 +1479,28 @@
14791479
semver "^7.3.2"
14801480
tsutils "^3.17.1"
14811481

1482-
"@typescript-eslint/typescript-estree@5.34.0":
1483-
version "5.34.0"
1484-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
1485-
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
1482+
"@typescript-eslint/typescript-estree@5.35.1":
1483+
version "5.35.1"
1484+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
1485+
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
14861486
dependencies:
1487-
"@typescript-eslint/types" "5.34.0"
1488-
"@typescript-eslint/visitor-keys" "5.34.0"
1487+
"@typescript-eslint/types" "5.35.1"
1488+
"@typescript-eslint/visitor-keys" "5.35.1"
14891489
debug "^4.3.4"
14901490
globby "^11.1.0"
14911491
is-glob "^4.0.3"
14921492
semver "^7.3.7"
14931493
tsutils "^3.21.0"
14941494

1495-
"@typescript-eslint/utils@5.34.0":
1496-
version "5.34.0"
1497-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
1498-
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
1495+
"@typescript-eslint/utils@5.35.1":
1496+
version "5.35.1"
1497+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
1498+
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
14991499
dependencies:
15001500
"@types/json-schema" "^7.0.9"
1501-
"@typescript-eslint/scope-manager" "5.34.0"
1502-
"@typescript-eslint/types" "5.34.0"
1503-
"@typescript-eslint/typescript-estree" "5.34.0"
1501+
"@typescript-eslint/scope-manager" "5.35.1"
1502+
"@typescript-eslint/types" "5.35.1"
1503+
"@typescript-eslint/typescript-estree" "5.35.1"
15041504
eslint-scope "^5.1.1"
15051505
eslint-utils "^3.0.0"
15061506

@@ -1512,12 +1512,12 @@
15121512
"@typescript-eslint/types" "4.11.1"
15131513
eslint-visitor-keys "^2.0.0"
15141514

1515-
"@typescript-eslint/visitor-keys@5.34.0":
1516-
version "5.34.0"
1517-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
1518-
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
1515+
"@typescript-eslint/visitor-keys@5.35.1":
1516+
version "5.35.1"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
1518+
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
15191519
dependencies:
1520-
"@typescript-eslint/types" "5.34.0"
1520+
"@typescript-eslint/types" "5.35.1"
15211521
eslint-visitor-keys "^3.3.0"
15221522

15231523
"@ungap/promise-all-settled@1.1.2":

0 commit comments

Comments
 (0)