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

Commit 2e29f90

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.8.2 (#213)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 4b88299 commit 2e29f90

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.8.2",
34-
"@typescript-eslint/parser": "^4.8.1",
34+
"@typescript-eslint/parser": "^4.8.2",
3535
"eslint": "^7.14.0",
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.8.1":
188-
version "4.8.1"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.1.tgz#4fe2fbdbb67485bafc4320b3ae91e34efe1219d1"
190-
integrity sha512-QND8XSVetATHK9y2Ltc/XBl5Ro7Y62YuZKnPEwnNPB8E379fDsvzJ1dMJ46fg/VOmk0hXhatc+GXs5MaXuL5Uw==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.8.1"
193-
"@typescript-eslint/types" "4.8.1"
194-
"@typescript-eslint/typescript-estree" "4.8.1"
195-
debug "^4.1.1"
196-
197-
"@typescript-eslint/[email protected]":
198-
version "4.8.1"
199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.8.1.tgz#e343c475f8f1d15801b546cb17d7f309b768fdce"
200-
integrity sha512-r0iUOc41KFFbZdPAdCS4K1mXivnSZqXS5D9oW+iykQsRlTbQRfuFRSW20xKDdYiaCoH+SkSLeIF484g3kWzwOQ==
187+
"@typescript-eslint/parser@^4.8.2":
188+
version "4.8.2"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.8.2.tgz#78dccbe5124de2b8dea2d4c363dee9f769151ca8"
190+
integrity sha512-u0leyJqmclYr3KcXOqd2fmx6SDGBO0MUNHHAjr0JS4Crbb3C3d8dwAdlazy133PLCcPn+aOUFiHn72wcuc5wYw==
201191
dependencies:
202-
"@typescript-eslint/types" "4.8.1"
203-
"@typescript-eslint/visitor-keys" "4.8.1"
192+
"@typescript-eslint/scope-manager" "4.8.2"
193+
"@typescript-eslint/types" "4.8.2"
194+
"@typescript-eslint/typescript-estree" "4.8.2"
195+
debug "^4.1.1"
204196

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

213-
"@typescript-eslint/[email protected]":
214-
version "4.8.1"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.1.tgz#23829c73c5fc6f4fcd5346a7780b274f72fee222"
216-
integrity sha512-ave2a18x2Y25q5K05K/U3JQIe2Av4+TNi/2YuzyaXLAsDx6UZkz1boZ7nR/N6Wwae2PpudTZmHFXqu7faXfHmA==
217-
218205
"@typescript-eslint/[email protected]":
219206
version "4.8.2"
220207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.8.2.tgz#c862dd0e569d9478eb82d6aee662ea53f5661a36"
221208
integrity sha512-z1/AVcVF8ju5ObaHe2fOpZYEQrwHyZ7PTOlmjd3EoFeX9sv7UekQhfrCmgUO7PruLNfSHrJGQvrW3Q7xQ8EoAw==
222209

223-
"@typescript-eslint/[email protected]":
224-
version "4.8.1"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.1.tgz#7307e3f2c9e95df7daa8dc0a34b8c43b7ec0dd32"
226-
integrity sha512-bJ6Fn/6tW2g7WIkCWh3QRlaSU7CdUUK52shx36/J7T5oTQzANvi6raoTsbwGM11+7eBbeem8hCCKbyvAc0X3sQ==
227-
dependencies:
228-
"@typescript-eslint/types" "4.8.1"
229-
"@typescript-eslint/visitor-keys" "4.8.1"
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.8.2"
239212
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.8.2.tgz#eeec34707d8577600fb21661b5287226cc8b3bed"
@@ -248,14 +221,6 @@
248221
semver "^7.3.2"
249222
tsutils "^3.17.1"
250223

251-
"@typescript-eslint/[email protected]":
252-
version "4.8.1"
253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.1.tgz#794f68ee292d1b2e3aa9690ebedfcb3a8c90e3c3"
254-
integrity sha512-3nrwXFdEYALQh/zW8rFwP4QltqsanCDz4CwWMPiIZmwlk9GlvBeueEIbq05SEq4ganqM0g9nh02xXgv5XI3PeQ==
255-
dependencies:
256-
"@typescript-eslint/types" "4.8.1"
257-
eslint-visitor-keys "^2.0.0"
258-
259224
"@typescript-eslint/[email protected]":
260225
version "4.8.2"
261226
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.8.2.tgz#62cd3fbbbf65f8eccfbe6f159eb1b84a243a3f77"

0 commit comments

Comments
 (0)