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

Commit e0aa597

Browse files
authored
⬆️ Update @typescript-eslint/parser to version 4.9.1 (#221)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 8bf98cb commit e0aa597

File tree

2 files changed

+9
-44
lines changed

2 files changed

+9
-44
lines changed

package.json

+1-1
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.9.1",
34-
"@typescript-eslint/parser": "^4.9.0",
34+
"@typescript-eslint/parser": "^4.9.1",
3535
"eslint": "^7.15.0",
3636
"eslint-config-prettier": "^7.0.0",
3737
"express": "^4.17.1",

yarn.lock

+8-43
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.9.0":
188-
version "4.9.0"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
190-
integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
191-
dependencies:
192-
"@typescript-eslint/scope-manager" "4.9.0"
193-
"@typescript-eslint/types" "4.9.0"
194-
"@typescript-eslint/typescript-estree" "4.9.0"
195-
debug "^4.1.1"
196-
197-
"@typescript-eslint/[email protected]":
198-
version "4.9.0"
199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
200-
integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg==
187+
"@typescript-eslint/parser@^4.9.1":
188+
version "4.9.1"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.1.tgz#2d74c4db5dd5117379a9659081a4d1ec02629055"
190+
integrity sha512-Gv2VpqiomvQ2v4UL+dXlQcZ8zCX4eTkoIW+1aGVWT6yTO+6jbxsw7yQl2z2pPl/4B9qa5JXeIbhJpONKjXIy3g==
201191
dependencies:
202-
"@typescript-eslint/types" "4.9.0"
203-
"@typescript-eslint/visitor-keys" "4.9.0"
192+
"@typescript-eslint/scope-manager" "4.9.1"
193+
"@typescript-eslint/types" "4.9.1"
194+
"@typescript-eslint/typescript-estree" "4.9.1"
195+
debug "^4.1.1"
204196

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

213-
"@typescript-eslint/[email protected]":
214-
version "4.9.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
216-
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
217-
218205
"@typescript-eslint/[email protected]":
219206
version "4.9.1"
220207
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.1.tgz#a1a7dd80e4e5ac2c593bc458d75dd1edaf77faa2"
221208
integrity sha512-fjkT+tXR13ks6Le7JiEdagnwEFc49IkOyys7ueWQ4O8k4quKPwPJudrwlVOJCUQhXo45PrfIvIarcrEjFTNwUA==
222209

223-
"@typescript-eslint/[email protected]":
224-
version "4.9.0"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
226-
integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug==
227-
dependencies:
228-
"@typescript-eslint/types" "4.9.0"
229-
"@typescript-eslint/visitor-keys" "4.9.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.9.1"
239212
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.1.tgz#6e5b86ff5a5f66809e1f347469fadeec69ac50bf"
@@ -248,14 +221,6 @@
248221
semver "^7.3.2"
249222
tsutils "^3.17.1"
250223

251-
"@typescript-eslint/[email protected]":
252-
version "4.9.0"
253-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
254-
integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg==
255-
dependencies:
256-
"@typescript-eslint/types" "4.9.0"
257-
eslint-visitor-keys "^2.0.0"
258-
259224
"@typescript-eslint/[email protected]":
260225
version "4.9.1"
261226
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.1.tgz#d76374a58c4ead9e92b454d186fea63487b25ae1"

0 commit comments

Comments
 (0)