Skip to content

Commit ce866ad

Browse files
committed
chore(deps): update typescript-eslint monorepo to v5.35.1
1 parent 51f68aa commit ce866ad

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
@@ -30,8 +30,8 @@
3030
"@types/jest": "27.5.2",
3131
"@types/node": "16.11.56",
3232
"@types/supertest": "2.0.12",
33-
"@typescript-eslint/eslint-plugin": "5.34.0",
34-
"@typescript-eslint/parser": "5.34.0",
33+
"@typescript-eslint/eslint-plugin": "5.35.1",
34+
"@typescript-eslint/parser": "5.35.1",
3535
"eslint": "8.22.0",
3636
"eslint-config-prettier": "8.5.0",
3737
"eslint-plugin-import": "2.26.0",

yarn.lock

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,84 +2510,84 @@
25102510
dependencies:
25112511
"@types/yargs-parser" "*"
25122512

2513-
"@typescript-eslint/eslint-plugin@5.34.0":
2514-
version "5.34.0"
2515-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35"
2516-
integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ==
2517-
dependencies:
2518-
"@typescript-eslint/scope-manager" "5.34.0"
2519-
"@typescript-eslint/type-utils" "5.34.0"
2520-
"@typescript-eslint/utils" "5.34.0"
2513+
"@typescript-eslint/eslint-plugin@5.35.1":
2514+
version "5.35.1"
2515+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93"
2516+
integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==
2517+
dependencies:
2518+
"@typescript-eslint/scope-manager" "5.35.1"
2519+
"@typescript-eslint/type-utils" "5.35.1"
2520+
"@typescript-eslint/utils" "5.35.1"
25212521
debug "^4.3.4"
25222522
functional-red-black-tree "^1.0.1"
25232523
ignore "^5.2.0"
25242524
regexpp "^3.2.0"
25252525
semver "^7.3.7"
25262526
tsutils "^3.21.0"
25272527

2528-
"@typescript-eslint/parser@5.34.0":
2529-
version "5.34.0"
2530-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07"
2531-
integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ==
2528+
"@typescript-eslint/parser@5.35.1":
2529+
version "5.35.1"
2530+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f"
2531+
integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==
25322532
dependencies:
2533-
"@typescript-eslint/scope-manager" "5.34.0"
2534-
"@typescript-eslint/types" "5.34.0"
2535-
"@typescript-eslint/typescript-estree" "5.34.0"
2533+
"@typescript-eslint/scope-manager" "5.35.1"
2534+
"@typescript-eslint/types" "5.35.1"
2535+
"@typescript-eslint/typescript-estree" "5.35.1"
25362536
debug "^4.3.4"
25372537

2538-
"@typescript-eslint/scope-manager@5.34.0":
2539-
version "5.34.0"
2540-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527"
2541-
integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow==
2538+
"@typescript-eslint/scope-manager@5.35.1":
2539+
version "5.35.1"
2540+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e"
2541+
integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==
25422542
dependencies:
2543-
"@typescript-eslint/types" "5.34.0"
2544-
"@typescript-eslint/visitor-keys" "5.34.0"
2543+
"@typescript-eslint/types" "5.35.1"
2544+
"@typescript-eslint/visitor-keys" "5.35.1"
25452545

2546-
"@typescript-eslint/type-utils@5.34.0":
2547-
version "5.34.0"
2548-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d"
2549-
integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg==
2546+
"@typescript-eslint/type-utils@5.35.1":
2547+
version "5.35.1"
2548+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a"
2549+
integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==
25502550
dependencies:
2551-
"@typescript-eslint/utils" "5.34.0"
2551+
"@typescript-eslint/utils" "5.35.1"
25522552
debug "^4.3.4"
25532553
tsutils "^3.21.0"
25542554

2555-
"@typescript-eslint/types@5.34.0":
2556-
version "5.34.0"
2557-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78"
2558-
integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA==
2555+
"@typescript-eslint/types@5.35.1":
2556+
version "5.35.1"
2557+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61"
2558+
integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==
25592559

2560-
"@typescript-eslint/typescript-estree@5.34.0":
2561-
version "5.34.0"
2562-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a"
2563-
integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A==
2560+
"@typescript-eslint/typescript-estree@5.35.1":
2561+
version "5.35.1"
2562+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211"
2563+
integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==
25642564
dependencies:
2565-
"@typescript-eslint/types" "5.34.0"
2566-
"@typescript-eslint/visitor-keys" "5.34.0"
2565+
"@typescript-eslint/types" "5.35.1"
2566+
"@typescript-eslint/visitor-keys" "5.35.1"
25672567
debug "^4.3.4"
25682568
globby "^11.1.0"
25692569
is-glob "^4.0.3"
25702570
semver "^7.3.7"
25712571
tsutils "^3.21.0"
25722572

2573-
"@typescript-eslint/utils@5.34.0":
2574-
version "5.34.0"
2575-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743"
2576-
integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ==
2573+
"@typescript-eslint/utils@5.35.1":
2574+
version "5.35.1"
2575+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb"
2576+
integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==
25772577
dependencies:
25782578
"@types/json-schema" "^7.0.9"
2579-
"@typescript-eslint/scope-manager" "5.34.0"
2580-
"@typescript-eslint/types" "5.34.0"
2581-
"@typescript-eslint/typescript-estree" "5.34.0"
2579+
"@typescript-eslint/scope-manager" "5.35.1"
2580+
"@typescript-eslint/types" "5.35.1"
2581+
"@typescript-eslint/typescript-estree" "5.35.1"
25822582
eslint-scope "^5.1.1"
25832583
eslint-utils "^3.0.0"
25842584

2585-
"@typescript-eslint/visitor-keys@5.34.0":
2586-
version "5.34.0"
2587-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40"
2588-
integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw==
2585+
"@typescript-eslint/visitor-keys@5.35.1":
2586+
version "5.35.1"
2587+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6"
2588+
integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==
25892589
dependencies:
2590-
"@typescript-eslint/types" "5.34.0"
2590+
"@typescript-eslint/types" "5.35.1"
25912591
eslint-visitor-keys "^3.3.0"
25922592

25932593
"@webassemblyjs/ast@1.11.1":

0 commit comments

Comments
 (0)