Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 3577e4b

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.6.1 (#198)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent b8e84e0 commit 3577e4b

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.6.1",
34-
"@typescript-eslint/parser": "^4.6.0",
34+
"@typescript-eslint/parser": "^4.6.1",
3535
"eslint": "^7.12.1",
3636
"eslint-config-prettier": "^6.15.0",
3737
"express": "^4.17.1",

yarn.lock

Lines changed: 8 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -184,23 +184,15 @@
184184
eslint-scope "^5.0.0"
185185
eslint-utils "^2.0.0"
186186

187-
"@typescript-eslint/parser@^4.6.0":
188-
version "4.6.0"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.0.tgz#7e9ff7df2f21d5c8f65f17add3b99eeeec33199d"
190-
integrity sha512-Dj6NJxBhbdbPSZ5DYsQqpR32MwujF772F2H3VojWU6iT4AqL4BKuoNWOPFCoSZvCcADDvQjDpa6OLDAaiZPz2Q==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.6.0"
193-
"@typescript-eslint/types" "4.6.0"
194-
"@typescript-eslint/typescript-estree" "4.6.0"
195-
debug "^4.1.1"
196-
197-
"@typescript-eslint/[email protected]":
198-
version "4.6.0"
199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.6.0.tgz#b7d8b57fe354047a72dfb31881d9643092838662"
200-
integrity sha512-uZx5KvStXP/lwrMrfQQwDNvh2ppiXzz5TmyTVHb+5TfZ3sUP7U1onlz3pjoWrK9konRyFe1czyxObWTly27Ang==
187+
"@typescript-eslint/parser@^4.6.1":
188+
version "4.6.1"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.6.1.tgz#b801bff67b536ecc4a840ac9289ba2be57e02428"
190+
integrity sha512-lScKRPt1wM9UwyKkGKyQDqf0bh6jm8DQ5iN37urRIXDm16GEv+HGEmum2Fc423xlk5NUOkOpfTnKZc/tqKZkDQ==
201191
dependencies:
202-
"@typescript-eslint/types" "4.6.0"
203-
"@typescript-eslint/visitor-keys" "4.6.0"
192+
"@typescript-eslint/scope-manager" "4.6.1"
193+
"@typescript-eslint/types" "4.6.1"
194+
"@typescript-eslint/typescript-estree" "4.6.1"
195+
debug "^4.1.1"
204196

205197
"@typescript-eslint/[email protected]":
206198
version "4.6.1"
@@ -210,30 +202,11 @@
210202
"@typescript-eslint/types" "4.6.1"
211203
"@typescript-eslint/visitor-keys" "4.6.1"
212204

213-
"@typescript-eslint/[email protected]":
214-
version "4.6.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.0.tgz#157ca925637fd53c193c6bf226a6c02b752dde2f"
216-
integrity sha512-5FAgjqH68SfFG4UTtIFv+rqYJg0nLjfkjD0iv+5O27a0xEeNZ5rZNDvFGZDizlCD1Ifj7MAbSW2DPMrf0E9zjA==
217-
218205
"@typescript-eslint/[email protected]":
219206
version "4.6.1"
220207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.6.1.tgz#d3ad7478f53f22e7339dc006ab61aac131231552"
221208
integrity sha512-k2ZCHhJ96YZyPIsykickez+OMHkz06xppVLfJ+DY90i532/Cx2Z+HiRMH8YZQo7a4zVd/TwNBuRCdXlGK4yo8w==
222209

223-
"@typescript-eslint/[email protected]":
224-
version "4.6.0"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.0.tgz#85bd98dcc8280511cfc5b2ce7b03a9ffa1732b08"
226-
integrity sha512-s4Z9qubMrAo/tw0CbN0IN4AtfwuehGXVZM0CHNMdfYMGBDhPdwTEpBrecwhP7dRJu6d9tT9ECYNaWDHvlFSngA==
227-
dependencies:
228-
"@typescript-eslint/types" "4.6.0"
229-
"@typescript-eslint/visitor-keys" "4.6.0"
230-
debug "^4.1.1"
231-
globby "^11.0.1"
232-
is-glob "^4.0.1"
233-
lodash "^4.17.15"
234-
semver "^7.3.2"
235-
tsutils "^3.17.1"
236-
237210
"@typescript-eslint/[email protected]":
238211
version "4.6.1"
239212
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.6.1.tgz#6025cce724329413f57e4959b2d676fceeca246f"
@@ -248,14 +221,6 @@
248221
semver "^7.3.2"
249222
tsutils "^3.17.1"
250223

251-
"@typescript-eslint/[email protected]":
252-
version "4.6.0"
253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.0.tgz#fb05d6393891b0a089b243fc8f9fb8039383d5da"
254-
integrity sha512-38Aa9Ztl0XyFPVzmutHXqDMCu15Xx8yKvUo38Gu3GhsuckCh3StPI5t2WIO9LHEsOH7MLmlGfKUisU8eW1Sjhg==
255-
dependencies:
256-
"@typescript-eslint/types" "4.6.0"
257-
eslint-visitor-keys "^2.0.0"
258-
259224
"@typescript-eslint/[email protected]":
260225
version "4.6.1"
261226
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.6.1.tgz#6b125883402d8939df7b54528d879e88f7ba3614"

0 commit comments

Comments
 (0)