Skip to content

Commit 90c5cc3

Browse files
committed
Update typescript-eslint monorepo to v5.38.1
1 parent d93fada commit 90c5cc3

2 files changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@types/dotenv": "8.2.0",
3030
"@types/mocha": "9.1.1",
3131
"@types/node": "16.11.61",
32-
"@typescript-eslint/eslint-plugin": "5.38.0",
33-
"@typescript-eslint/parser": "5.38.0",
32+
"@typescript-eslint/eslint-plugin": "5.38.1",
33+
"@typescript-eslint/parser": "5.38.1",
3434
"chai": "4.3.6",
3535
"dotenv": "16.0.2",
3636
"eslint": "8.24.0",

yarn.lock

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,84 +1095,84 @@
10951095
"@types/bn.js" "*"
10961096
"@types/underscore" "*"
10971097

1098-
"@typescript-eslint/eslint-plugin@5.38.0":
1099-
version "5.38.0"
1100-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.0.tgz#ac919a199548861012e8c1fb2ec4899ac2bc22ae"
1101-
integrity sha512-GgHi/GNuUbTOeoJiEANi0oI6fF3gBQc3bGFYj40nnAPCbhrtEDf2rjBmefFadweBmO1Du1YovHeDP2h5JLhtTQ==
1102-
dependencies:
1103-
"@typescript-eslint/scope-manager" "5.38.0"
1104-
"@typescript-eslint/type-utils" "5.38.0"
1105-
"@typescript-eslint/utils" "5.38.0"
1098+
"@typescript-eslint/eslint-plugin@5.38.1":
1099+
version "5.38.1"
1100+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.38.1.tgz#9f05d42fa8fb9f62304cc2f5c2805e03c01c2620"
1101+
integrity sha512-ky7EFzPhqz3XlhS7vPOoMDaQnQMn+9o5ICR9CPr/6bw8HrFkzhMSxuA3gRfiJVvs7geYrSeawGJjZoZQKCOglQ==
1102+
dependencies:
1103+
"@typescript-eslint/scope-manager" "5.38.1"
1104+
"@typescript-eslint/type-utils" "5.38.1"
1105+
"@typescript-eslint/utils" "5.38.1"
11061106
debug "^4.3.4"
11071107
ignore "^5.2.0"
11081108
regexpp "^3.2.0"
11091109
semver "^7.3.7"
11101110
tsutils "^3.21.0"
11111111

1112-
"@typescript-eslint/parser@5.38.0":
1113-
version "5.38.0"
1114-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.0.tgz#5a59a1ff41a7b43aacd1bb2db54f6bf1c02b2ff8"
1115-
integrity sha512-/F63giJGLDr0ms1Cr8utDAxP2SPiglaD6V+pCOcG35P2jCqdfR7uuEhz1GIC3oy4hkUF8xA1XSXmd9hOh/a5EA==
1112+
"@typescript-eslint/parser@5.38.1":
1113+
version "5.38.1"
1114+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.38.1.tgz#c577f429f2c32071b92dff4af4f5fbbbd2414bd0"
1115+
integrity sha512-LDqxZBVFFQnQRz9rUZJhLmox+Ep5kdUmLatLQnCRR6523YV+XhRjfYzStQ4MheFA8kMAfUlclHSbu+RKdRwQKw==
11161116
dependencies:
1117-
"@typescript-eslint/scope-manager" "5.38.0"
1118-
"@typescript-eslint/types" "5.38.0"
1119-
"@typescript-eslint/typescript-estree" "5.38.0"
1117+
"@typescript-eslint/scope-manager" "5.38.1"
1118+
"@typescript-eslint/types" "5.38.1"
1119+
"@typescript-eslint/typescript-estree" "5.38.1"
11201120
debug "^4.3.4"
11211121

1122-
"@typescript-eslint/scope-manager@5.38.0":
1123-
version "5.38.0"
1124-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.0.tgz#8f0927024b6b24e28671352c93b393a810ab4553"
1125-
integrity sha512-ByhHIuNyKD9giwkkLqzezZ9y5bALW8VNY6xXcP+VxoH4JBDKjU5WNnsiD4HJdglHECdV+lyaxhvQjTUbRboiTA==
1122+
"@typescript-eslint/scope-manager@5.38.1":
1123+
version "5.38.1"
1124+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.38.1.tgz#f87b289ef8819b47189351814ad183e8801d5764"
1125+
integrity sha512-BfRDq5RidVU3RbqApKmS7RFMtkyWMM50qWnDAkKgQiezRtLKsoyRKIvz1Ok5ilRWeD9IuHvaidaLxvGx/2eqTQ==
11261126
dependencies:
1127-
"@typescript-eslint/types" "5.38.0"
1128-
"@typescript-eslint/visitor-keys" "5.38.0"
1127+
"@typescript-eslint/types" "5.38.1"
1128+
"@typescript-eslint/visitor-keys" "5.38.1"
11291129

1130-
"@typescript-eslint/type-utils@5.38.0":
1131-
version "5.38.0"
1132-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.0.tgz#c8b7f681da825fcfc66ff2b63d70693880496876"
1133-
integrity sha512-iZq5USgybUcj/lfnbuelJ0j3K9dbs1I3RICAJY9NZZpDgBYXmuUlYQGzftpQA9wC8cKgtS6DASTvF3HrXwwozA==
1130+
"@typescript-eslint/type-utils@5.38.1":
1131+
version "5.38.1"
1132+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.38.1.tgz#7f038fcfcc4ade4ea76c7c69b2aa25e6b261f4c1"
1133+
integrity sha512-UU3j43TM66gYtzo15ivK2ZFoDFKKP0k03MItzLdq0zV92CeGCXRfXlfQX5ILdd4/DSpHkSjIgLLLh1NtkOJOAw==
11341134
dependencies:
1135-
"@typescript-eslint/typescript-estree" "5.38.0"
1136-
"@typescript-eslint/utils" "5.38.0"
1135+
"@typescript-eslint/typescript-estree" "5.38.1"
1136+
"@typescript-eslint/utils" "5.38.1"
11371137
debug "^4.3.4"
11381138
tsutils "^3.21.0"
11391139

1140-
"@typescript-eslint/types@5.38.0":
1141-
version "5.38.0"
1142-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.0.tgz#8cd15825e4874354e31800dcac321d07548b8a5f"
1143-
integrity sha512-HHu4yMjJ7i3Cb+8NUuRCdOGu2VMkfmKyIJsOr9PfkBVYLYrtMCK/Ap50Rpov+iKpxDTfnqvDbuPLgBE5FwUNfA==
1140+
"@typescript-eslint/types@5.38.1":
1141+
version "5.38.1"
1142+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.38.1.tgz#74f9d6dcb8dc7c58c51e9fbc6653ded39e2e225c"
1143+
integrity sha512-QTW1iHq1Tffp9lNfbfPm4WJabbvpyaehQ0SrvVK2yfV79SytD9XDVxqiPvdrv2LK7DGSFo91TB2FgWanbJAZXg==
11441144

1145-
"@typescript-eslint/typescript-estree@5.38.0":
1146-
version "5.38.0"
1147-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.0.tgz#89f86b2279815c6fb7f57d68cf9b813f0dc25d98"
1148-
integrity sha512-6P0RuphkR+UuV7Avv7MU3hFoWaGcrgOdi8eTe1NwhMp2/GjUJoODBTRWzlHpZh6lFOaPmSvgxGlROa0Sg5Zbyg==
1145+
"@typescript-eslint/typescript-estree@5.38.1":
1146+
version "5.38.1"
1147+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.38.1.tgz#657d858d5d6087f96b638ee383ee1cff52605a1e"
1148+
integrity sha512-99b5e/Enoe8fKMLdSuwrfH/C0EIbpUWmeEKHmQlGZb8msY33qn1KlkFww0z26o5Omx7EVjzVDCWEfrfCDHfE7g==
11491149
dependencies:
1150-
"@typescript-eslint/types" "5.38.0"
1151-
"@typescript-eslint/visitor-keys" "5.38.0"
1150+
"@typescript-eslint/types" "5.38.1"
1151+
"@typescript-eslint/visitor-keys" "5.38.1"
11521152
debug "^4.3.4"
11531153
globby "^11.1.0"
11541154
is-glob "^4.0.3"
11551155
semver "^7.3.7"
11561156
tsutils "^3.21.0"
11571157

1158-
"@typescript-eslint/utils@5.38.0":
1159-
version "5.38.0"
1160-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.0.tgz#5b31f4896471818153790700eb02ac869a1543f4"
1161-
integrity sha512-6sdeYaBgk9Fh7N2unEXGz+D+som2QCQGPAf1SxrkEr+Z32gMreQ0rparXTNGRRfYUWk/JzbGdcM8NSSd6oqnTA==
1158+
"@typescript-eslint/utils@5.38.1":
1159+
version "5.38.1"
1160+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.38.1.tgz#e3ac37d7b33d1362bb5adf4acdbe00372fb813ef"
1161+
integrity sha512-oIuUiVxPBsndrN81oP8tXnFa/+EcZ03qLqPDfSZ5xIJVm7A9V0rlkQwwBOAGtrdN70ZKDlKv+l1BeT4eSFxwXA==
11621162
dependencies:
11631163
"@types/json-schema" "^7.0.9"
1164-
"@typescript-eslint/scope-manager" "5.38.0"
1165-
"@typescript-eslint/types" "5.38.0"
1166-
"@typescript-eslint/typescript-estree" "5.38.0"
1164+
"@typescript-eslint/scope-manager" "5.38.1"
1165+
"@typescript-eslint/types" "5.38.1"
1166+
"@typescript-eslint/typescript-estree" "5.38.1"
11671167
eslint-scope "^5.1.1"
11681168
eslint-utils "^3.0.0"
11691169

1170-
"@typescript-eslint/visitor-keys@5.38.0":
1171-
version "5.38.0"
1172-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.0.tgz#60591ca3bf78aa12b25002c0993d067c00887e34"
1173-
integrity sha512-MxnrdIyArnTi+XyFLR+kt/uNAcdOnmT+879os7qDRI+EYySR4crXJq9BXPfRzzLGq0wgxkwidrCJ9WCAoacm1w==
1170+
"@typescript-eslint/visitor-keys@5.38.1":
1171+
version "5.38.1"
1172+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.38.1.tgz#508071bfc6b96d194c0afe6a65ad47029059edbc"
1173+
integrity sha512-bSHr1rRxXt54+j2n4k54p4fj8AHJ49VDWtjpImOpzQj4qjAiOpPni+V1Tyajh19Api1i844F757cur8wH3YvOA==
11741174
dependencies:
1175-
"@typescript-eslint/types" "5.38.0"
1175+
"@typescript-eslint/types" "5.38.1"
11761176
eslint-visitor-keys "^3.3.0"
11771177

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

0 commit comments

Comments
 (0)