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

Commit 46061a8

Browse files
authored
Update all of typescript-eslint: 4.15.2 → 4.16.1 (minor) (#278)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 9a8f75b commit 46061a8

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"@types/node": "^14.14.31",
3131
"@types/supertest": "^2.0.10",
3232
"@types/tape": "^4.13.0",
33-
"@typescript-eslint/eslint-plugin": "^4.15.2",
34-
"@typescript-eslint/parser": "^4.15.2",
33+
"@typescript-eslint/eslint-plugin": "^4.16.1",
34+
"@typescript-eslint/parser": "^4.16.1",
3535
"eslint": "^7.21.0",
3636
"eslint-config-prettier": "^7.2.0",
3737
"express": "^4.17.1",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -158,74 +158,74 @@
158158
dependencies:
159159
"@types/node" "*"
160160

161-
"@typescript-eslint/eslint-plugin@^4.15.2":
162-
version "4.15.2"
163-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.15.2.tgz#981b26b4076c62a5a55873fbef3fe98f83360c61"
164-
integrity sha512-uiQQeu9tWl3f1+oK0yoAv9lt/KXO24iafxgQTkIYO/kitruILGx3uH+QtIAHqxFV+yIsdnJH+alel9KuE3J15Q==
161+
"@typescript-eslint/eslint-plugin@^4.16.1":
162+
version "4.16.1"
163+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
164+
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
165165
dependencies:
166-
"@typescript-eslint/experimental-utils" "4.15.2"
167-
"@typescript-eslint/scope-manager" "4.15.2"
166+
"@typescript-eslint/experimental-utils" "4.16.1"
167+
"@typescript-eslint/scope-manager" "4.16.1"
168168
debug "^4.1.1"
169169
functional-red-black-tree "^1.0.1"
170170
lodash "^4.17.15"
171171
regexpp "^3.0.0"
172172
semver "^7.3.2"
173173
tsutils "^3.17.1"
174174

175-
"@typescript-eslint/experimental-utils@4.15.2":
176-
version "4.15.2"
177-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.15.2.tgz#5efd12355bd5b535e1831282e6cf465b9a71cf36"
178-
integrity sha512-Fxoshw8+R5X3/Vmqwsjc8nRO/7iTysRtDqx6rlfLZ7HbT8TZhPeQqbPjTyk2RheH3L8afumecTQnUc9EeXxohQ==
175+
"@typescript-eslint/experimental-utils@4.16.1":
176+
version "4.16.1"
177+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
178+
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
179179
dependencies:
180180
"@types/json-schema" "^7.0.3"
181-
"@typescript-eslint/scope-manager" "4.15.2"
182-
"@typescript-eslint/types" "4.15.2"
183-
"@typescript-eslint/typescript-estree" "4.15.2"
181+
"@typescript-eslint/scope-manager" "4.16.1"
182+
"@typescript-eslint/types" "4.16.1"
183+
"@typescript-eslint/typescript-estree" "4.16.1"
184184
eslint-scope "^5.0.0"
185185
eslint-utils "^2.0.0"
186186

187-
"@typescript-eslint/parser@^4.15.2":
188-
version "4.15.2"
189-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.15.2.tgz#c804474321ef76a3955aec03664808f0d6e7872e"
190-
integrity sha512-SHeF8xbsC6z2FKXsaTb1tBCf0QZsjJ94H6Bo51Y1aVEZ4XAefaw5ZAilMoDPlGghe+qtq7XdTiDlGfVTOmvA+Q==
187+
"@typescript-eslint/parser@^4.16.1":
188+
version "4.16.1"
189+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
190+
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
191191
dependencies:
192-
"@typescript-eslint/scope-manager" "4.15.2"
193-
"@typescript-eslint/types" "4.15.2"
194-
"@typescript-eslint/typescript-estree" "4.15.2"
192+
"@typescript-eslint/scope-manager" "4.16.1"
193+
"@typescript-eslint/types" "4.16.1"
194+
"@typescript-eslint/typescript-estree" "4.16.1"
195195
debug "^4.1.1"
196196

197-
"@typescript-eslint/scope-manager@4.15.2":
198-
version "4.15.2"
199-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.15.2.tgz#5725bda656995960ae1d004bfd1cd70320f37f4f"
200-
integrity sha512-Zm0tf/MSKuX6aeJmuXexgdVyxT9/oJJhaCkijv0DvJVT3ui4zY6XYd6iwIo/8GEZGy43cd7w1rFMiCLHbRzAPQ==
197+
"@typescript-eslint/scope-manager@4.16.1":
198+
version "4.16.1"
199+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
200+
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw==
201201
dependencies:
202-
"@typescript-eslint/types" "4.15.2"
203-
"@typescript-eslint/visitor-keys" "4.15.2"
202+
"@typescript-eslint/types" "4.16.1"
203+
"@typescript-eslint/visitor-keys" "4.16.1"
204204

205-
"@typescript-eslint/types@4.15.2":
206-
version "4.15.2"
207-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.15.2.tgz#04acf3a2dc8001a88985291744241e732ef22c60"
208-
integrity sha512-r7lW7HFkAarfUylJ2tKndyO9njwSyoy6cpfDKWPX6/ctZA+QyaYscAHXVAfJqtnY6aaTwDYrOhp+ginlbc7HfQ==
205+
"@typescript-eslint/types@4.16.1":
206+
version "4.16.1"
207+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
208+
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
209209

210-
"@typescript-eslint/typescript-estree@4.15.2":
211-
version "4.15.2"
212-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.15.2.tgz#c2f7a1e94f3428d229d5ecff3ead6581ee9b62fa"
213-
integrity sha512-cGR8C2g5SPtHTQvAymEODeqx90pJHadWsgTtx6GbnTWKqsg7yp6Eaya9nFzUd4KrKhxdYTTFBiYeTPQaz/l8bw==
210+
"@typescript-eslint/typescript-estree@4.16.1":
211+
version "4.16.1"
212+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
213+
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg==
214214
dependencies:
215-
"@typescript-eslint/types" "4.15.2"
216-
"@typescript-eslint/visitor-keys" "4.15.2"
215+
"@typescript-eslint/types" "4.16.1"
216+
"@typescript-eslint/visitor-keys" "4.16.1"
217217
debug "^4.1.1"
218218
globby "^11.0.1"
219219
is-glob "^4.0.1"
220220
semver "^7.3.2"
221221
tsutils "^3.17.1"
222222

223-
"@typescript-eslint/visitor-keys@4.15.2":
224-
version "4.15.2"
225-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.15.2.tgz#3d1c7979ce75bf6acf9691109bd0d6b5706192b9"
226-
integrity sha512-TME1VgSb7wTwgENN5KVj4Nqg25hP8DisXxNBojM4Nn31rYaNDIocNm5cmjOFfh42n7NVERxWrDFoETO/76ePyg==
223+
"@typescript-eslint/visitor-keys@4.16.1":
224+
version "4.16.1"
225+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
226+
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w==
227227
dependencies:
228-
"@typescript-eslint/types" "4.15.2"
228+
"@typescript-eslint/types" "4.16.1"
229229
eslint-visitor-keys "^2.0.0"
230230

231231
accepts@~1.3.7:

0 commit comments

Comments
 (0)