Skip to content

Commit ab5bf91

Browse files
committed
chore(deps): update typescript-eslint monorepo to v4.9.0
1 parent 386c76c commit ab5bf91

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
@@ -32,8 +32,8 @@
3232
"devDependencies": {
3333
"@pocket-studios/eslint-config": "1.0.4",
3434
"@types/node": "14.11.2",
35-
"@typescript-eslint/eslint-plugin": "4.1.0",
36-
"@typescript-eslint/parser": "4.1.0",
35+
"@typescript-eslint/eslint-plugin": "4.9.0",
36+
"@typescript-eslint/parser": "4.9.0",
3737
"@vercel/ncc": "0.24.1",
3838
"eslint": "6.8.0",
3939
"eslint-config-airbnb": "18.2.0",

yarn.lock

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@
210210
resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0"
211211
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
212212

213-
"@typescript-eslint/eslint-plugin@4.1.0":
214-
version "4.1.0"
215-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.0.tgz#7d309f60815ff35e9627ad85e41928d7b7fd443f"
216-
integrity sha512-U+nRJx8XDUqJxYF0FCXbpmD9nWt/xHDDG0zsw1vrVYAmEAuD/r49iowfurjSL2uTA2JsgtpsyG7mjO7PHf2dYw==
213+
"@typescript-eslint/eslint-plugin@4.9.0":
214+
version "4.9.0"
215+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.9.0.tgz#8fde15743413661fdc086c9f1f5d74a80b856113"
216+
integrity sha512-WrVzGMzzCrgrpnQMQm4Tnf+dk+wdl/YbgIgd5hKGa2P+lnJ2MON+nQnbwgbxtN9QDLi8HO+JAq0/krMnjQK6Cw==
217217
dependencies:
218-
"@typescript-eslint/experimental-utils" "4.1.0"
219-
"@typescript-eslint/scope-manager" "4.1.0"
218+
"@typescript-eslint/experimental-utils" "4.9.0"
219+
"@typescript-eslint/scope-manager" "4.9.0"
220220
debug "^4.1.1"
221221
functional-red-black-tree "^1.0.1"
222222
regexpp "^3.0.0"
@@ -243,40 +243,40 @@
243243
eslint-scope "^5.0.0"
244244
eslint-utils "^2.0.0"
245245

246-
"@typescript-eslint/experimental-utils@4.1.0":
247-
version "4.1.0"
248-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.0.tgz#263d7225645c09a411c8735eeffd417f50f49026"
249-
integrity sha512-paEYLA37iqRIDPeQwAmoYSiZ3PiHsaAc3igFeBTeqRHgPnHjHLJ9OGdmP6nwAkF65p2QzEsEBtpjNUBWByNWzA==
246+
"@typescript-eslint/experimental-utils@4.9.0":
247+
version "4.9.0"
248+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.9.0.tgz#23a296b85d243afba24e75a43fd55aceda5141f0"
249+
integrity sha512-0p8GnDWB3R2oGhmRXlEnCvYOtaBCijtA5uBfH5GxQKsukdSQyI4opC4NGTUb88CagsoNQ4rb/hId2JuMbzWKFQ==
250250
dependencies:
251251
"@types/json-schema" "^7.0.3"
252-
"@typescript-eslint/scope-manager" "4.1.0"
253-
"@typescript-eslint/types" "4.1.0"
254-
"@typescript-eslint/typescript-estree" "4.1.0"
252+
"@typescript-eslint/scope-manager" "4.9.0"
253+
"@typescript-eslint/types" "4.9.0"
254+
"@typescript-eslint/typescript-estree" "4.9.0"
255255
eslint-scope "^5.0.0"
256256
eslint-utils "^2.0.0"
257257

258-
"@typescript-eslint/parser@4.1.0":
259-
version "4.1.0"
260-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.0.tgz#9b0409411725f14cd7faa81a664e5051225961db"
261-
integrity sha512-hM/WNCQTzDHgS0Ke3cR9zPndL3OTKr9OoN9CL3UqulsAjYDrglSwIIgswSmHBcSbOzLmgaMARwrQEbIumIglvQ==
258+
"@typescript-eslint/parser@4.9.0":
259+
version "4.9.0"
260+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.9.0.tgz#bb65f1214b5e221604996db53ef77c9d62b09249"
261+
integrity sha512-QRSDAV8tGZoQye/ogp28ypb8qpsZPV6FOLD+tbN4ohKUWHD2n/u0Q2tIBnCsGwQCiD94RdtLkcqpdK4vKcLCCw==
262262
dependencies:
263-
"@typescript-eslint/scope-manager" "4.1.0"
264-
"@typescript-eslint/types" "4.1.0"
265-
"@typescript-eslint/typescript-estree" "4.1.0"
263+
"@typescript-eslint/scope-manager" "4.9.0"
264+
"@typescript-eslint/types" "4.9.0"
265+
"@typescript-eslint/typescript-estree" "4.9.0"
266266
debug "^4.1.1"
267267

268-
"@typescript-eslint/scope-manager@4.1.0":
269-
version "4.1.0"
270-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.0.tgz#9e389745ee9cfe12252ed1e9958808abd6b3a683"
271-
integrity sha512-HD1/u8vFNnxwiHqlWKC/Pigdn0Mvxi84Y6GzbZ5f5sbLrFKu0al02573Er+D63Sw67IffVUXR0uR8rpdfdk+vA==
268+
"@typescript-eslint/scope-manager@4.9.0":
269+
version "4.9.0"
270+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.9.0.tgz#5eefe305d6b71d1c85af6587b048426bfd4d3708"
271+
integrity sha512-q/81jtmcDtMRE+nfFt5pWqO0R41k46gpVLnuefqVOXl4QV1GdQoBWfk5REcipoJNQH9+F5l+dwa9Li5fbALjzg==
272272
dependencies:
273-
"@typescript-eslint/types" "4.1.0"
274-
"@typescript-eslint/visitor-keys" "4.1.0"
273+
"@typescript-eslint/types" "4.9.0"
274+
"@typescript-eslint/visitor-keys" "4.9.0"
275275

276-
"@typescript-eslint/types@4.1.0":
277-
version "4.1.0"
278-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.0.tgz#edbd3fec346f34e13ce7aa176b03b497a32c496a"
279-
integrity sha512-rkBqWsO7m01XckP9R2YHVN8mySOKKY2cophGM8K5uDK89ArCgahItQYdbg/3n8xMxzu2elss+an1TphlUpDuJw==
276+
"@typescript-eslint/types@4.9.0":
277+
version "4.9.0"
278+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.9.0.tgz#3fe8c3632abd07095c7458f7451bd14c85d0033c"
279+
integrity sha512-luzLKmowfiM/IoJL/rus1K9iZpSJK6GlOS/1ezKplb7MkORt2dDcfi8g9B0bsF6JoRGhqn0D3Va55b+vredFHA==
280280

281281
"@typescript-eslint/[email protected]":
282282
version "2.34.0"
@@ -291,26 +291,26 @@
291291
semver "^7.3.2"
292292
tsutils "^3.17.1"
293293

294-
"@typescript-eslint/typescript-estree@4.1.0":
295-
version "4.1.0"
296-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.0.tgz#394046ead25164494218c0e3d6b960695ea967f6"
297-
integrity sha512-r6et57qqKAWU173nWyw31x7OfgmKfMEcjJl9vlJEzS+kf9uKNRr4AVTRXfTCwebr7bdiVEkfRY5xGnpPaNPe4Q==
294+
"@typescript-eslint/typescript-estree@4.9.0":
295+
version "4.9.0"
296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.9.0.tgz#38a98df6ee281cfd6164d6f9d91795b37d9e508c"
297+
integrity sha512-rmDR++PGrIyQzAtt3pPcmKWLr7MA+u/Cmq9b/rON3//t5WofNR4m/Ybft2vOLj0WtUzjn018ekHjTsnIyBsQug==
298298
dependencies:
299-
"@typescript-eslint/types" "4.1.0"
300-
"@typescript-eslint/visitor-keys" "4.1.0"
299+
"@typescript-eslint/types" "4.9.0"
300+
"@typescript-eslint/visitor-keys" "4.9.0"
301301
debug "^4.1.1"
302302
globby "^11.0.1"
303303
is-glob "^4.0.1"
304304
lodash "^4.17.15"
305305
semver "^7.3.2"
306306
tsutils "^3.17.1"
307307

308-
"@typescript-eslint/visitor-keys@4.1.0":
309-
version "4.1.0"
310-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.0.tgz#b2d528c9484e7eda1aa4f86ccf0432fb16e4d545"
311-
integrity sha512-+taO0IZGCtCEsuNTTF2Q/5o8+fHrlml8i9YsZt2AiDCdYEJzYlsmRY991l/6f3jNXFyAWepdQj7n8Na6URiDRQ==
308+
"@typescript-eslint/visitor-keys@4.9.0":
309+
version "4.9.0"
310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.9.0.tgz#f284e9fac43f2d6d35094ce137473ee321f266c8"
311+
integrity sha512-sV45zfdRqQo1A97pOSx3fsjR+3blmwtdCt8LDrXgCX36v4Vmz4KHrhpV6Fo2cRdXmyumxx11AHw0pNJqCNpDyg==
312312
dependencies:
313-
"@typescript-eslint/types" "4.1.0"
313+
"@typescript-eslint/types" "4.9.0"
314314
eslint-visitor-keys "^2.0.0"
315315

316316

0 commit comments

Comments
 (0)