Skip to content

Commit 2205bce

Browse files
committed
chore(deps): update typescript-eslint monorepo
1 parent cd9bbb1 commit 2205bce

File tree

2 files changed

+78
-43
lines changed

2 files changed

+78
-43
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
"@types/lodash": "4.14.165",
5050
"@types/node": "13.13.30",
5151
"@types/supertest": "2.0.10",
52-
"@typescript-eslint/eslint-plugin": "4.7.0",
53-
"@typescript-eslint/parser": "4.7.0",
52+
"@typescript-eslint/eslint-plugin": "4.10.0",
53+
"@typescript-eslint/parser": "4.11.0",
5454
"eslint": "7.13.0",
5555
"eslint-config-prettier": "6.15.0",
5656
"eslint-plugin-import": "2.22.1",

yarn.lock

+76-41
Original file line numberDiff line numberDiff line change
@@ -1216,74 +1216,109 @@
12161216
dependencies:
12171217
"@types/yargs-parser" "*"
12181218

1219-
"@typescript-eslint/eslint-plugin@4.7.0":
1220-
version "4.7.0"
1221-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.7.0.tgz#85c9bbda00c0cb604d3c241f7bc7fb171a2d3479"
1222-
integrity sha512-li9aiSVBBd7kU5VlQlT1AqP0uWGDK6JYKUQ9cVDnOg34VNnd9t4jr0Yqc/bKxJr/tDCPDaB4KzoSFN9fgVxe/Q==
1219+
"@typescript-eslint/eslint-plugin@4.10.0":
1220+
version "4.10.0"
1221+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.10.0.tgz#19ed3baf4bc4232c5a7fcd32eaca75c3a5baf9f3"
1222+
integrity sha512-h6/V46o6aXpKRlarP1AiJEXuCJ7cMQdlpfMDrcllIgX3dFkLwEBTXAoNP98ZoOmqd1xvymMVRAI4e7yVvlzWEg==
12231223
dependencies:
1224-
"@typescript-eslint/experimental-utils" "4.7.0"
1225-
"@typescript-eslint/scope-manager" "4.7.0"
1224+
"@typescript-eslint/experimental-utils" "4.10.0"
1225+
"@typescript-eslint/scope-manager" "4.10.0"
12261226
debug "^4.1.1"
12271227
functional-red-black-tree "^1.0.1"
12281228
regexpp "^3.0.0"
12291229
semver "^7.3.2"
12301230
tsutils "^3.17.1"
12311231

1232-
"@typescript-eslint/experimental-utils@4.7.0":
1233-
version "4.7.0"
1234-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.7.0.tgz#8d1058c38bec3d3bbd9c898a1c32318d80faf3c5"
1235-
integrity sha512-cymzovXAiD4EF+YoHAB5Oh02MpnXjvyaOb+v+BdpY7lsJXZQN34oIETeUwVT2XfV9rSNpXaIcknDLfupO/tUoA==
1232+
"@typescript-eslint/experimental-utils@4.10.0":
1233+
version "4.10.0"
1234+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.10.0.tgz#dbf5d0f89802d5feaf7d11e5b32df29bbc2f3a0e"
1235+
integrity sha512-opX+7ai1sdWBOIoBgpVJrH5e89ra1KoLrJTz0UtWAa4IekkKmqDosk5r6xqRaNJfCXEfteW4HXQAwMdx+jjEmw==
12361236
dependencies:
12371237
"@types/json-schema" "^7.0.3"
1238-
"@typescript-eslint/scope-manager" "4.7.0"
1239-
"@typescript-eslint/types" "4.7.0"
1240-
"@typescript-eslint/typescript-estree" "4.7.0"
1238+
"@typescript-eslint/scope-manager" "4.10.0"
1239+
"@typescript-eslint/types" "4.10.0"
1240+
"@typescript-eslint/typescript-estree" "4.10.0"
12411241
eslint-scope "^5.0.0"
12421242
eslint-utils "^2.0.0"
12431243

1244-
"@typescript-eslint/parser@4.7.0":
1245-
version "4.7.0"
1246-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.7.0.tgz#44bdab0f788b478178368baa65d3365fdc63da1c"
1247-
integrity sha512-+meGV8bMP1sJHBI2AFq1GeTwofcGiur8LoIr6v+rEmD9knyCqDlrQcFHR0KDDfldHIFDU/enZ53fla6ReF4wRw==
1244+
"@typescript-eslint/parser@4.11.0":
1245+
version "4.11.0"
1246+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.0.tgz#1dd3d7e42708c10ce9f3aa64c63c0ab99868b4e2"
1247+
integrity sha512-NBTtKCC7ZtuxEV5CrHUO4Pg2s784pvavc3cnz6V+oJvVbK4tH9135f/RBP6eUA2KHiFKAollSrgSctQGmHbqJQ==
12481248
dependencies:
1249-
"@typescript-eslint/scope-manager" "4.7.0"
1250-
"@typescript-eslint/types" "4.7.0"
1251-
"@typescript-eslint/typescript-estree" "4.7.0"
1249+
"@typescript-eslint/scope-manager" "4.11.0"
1250+
"@typescript-eslint/types" "4.11.0"
1251+
"@typescript-eslint/typescript-estree" "4.11.0"
12521252
debug "^4.1.1"
12531253

1254-
"@typescript-eslint/scope-manager@4.7.0":
1255-
version "4.7.0"
1256-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.7.0.tgz#2115526085fb72723ccdc1eeae75dec7126220ed"
1257-
integrity sha512-ILITvqwDJYbcDCROj6+Ob0oCKNg3SH46iWcNcTIT9B5aiVssoTYkhKjxOMNzR1F7WSJkik4zmuqve5MdnA0DyA==
1254+
"@typescript-eslint/scope-manager@4.10.0":
1255+
version "4.10.0"
1256+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.10.0.tgz#dbd7e1fc63d7363e3aaff742a6f2b8afdbac9d27"
1257+
integrity sha512-WAPVw35P+fcnOa8DEic0tQUhoJJsgt+g6DEcz257G7vHFMwmag58EfowdVbiNcdfcV27EFR0tUBVXkDoIvfisQ==
12581258
dependencies:
1259-
"@typescript-eslint/types" "4.7.0"
1260-
"@typescript-eslint/visitor-keys" "4.7.0"
1259+
"@typescript-eslint/types" "4.10.0"
1260+
"@typescript-eslint/visitor-keys" "4.10.0"
12611261

1262-
"@typescript-eslint/[email protected]":
1263-
version "4.7.0"
1264-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.7.0.tgz#5e95ef5c740f43d942542b35811f87b62fccca69"
1265-
integrity sha512-uLszFe0wExJc+I7q0Z/+BnP7wao/kzX0hB5vJn4LIgrfrMLgnB2UXoReV19lkJQS1a1mHWGGODSxnBx6JQC3Sg==
1262+
"@typescript-eslint/[email protected]":
1263+
version "4.11.0"
1264+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.0.tgz#2d906537db8a3a946721699e4fc0833810490254"
1265+
integrity sha512-6VSTm/4vC2dHM3ySDW9Kl48en+yLNfVV6LECU8jodBHQOhO8adAVizaZ1fV0QGZnLQjQ/y0aBj5/KXPp2hBTjA==
1266+
dependencies:
1267+
"@typescript-eslint/types" "4.11.0"
1268+
"@typescript-eslint/visitor-keys" "4.11.0"
12661269

1267-
"@typescript-eslint/[email protected]":
1268-
version "4.7.0"
1269-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.7.0.tgz#539531167f05ba20eb0b6785567076679e29d393"
1270-
integrity sha512-5XZRQznD1MfUmxu1t8/j2Af4OxbA7EFU2rbo0No7meb46eHgGkSieFdfV6omiC/DGIBhH9H9gXn7okBbVOm8jw==
1270+
"@typescript-eslint/[email protected]":
1271+
version "4.10.0"
1272+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.10.0.tgz#12f983750ebad867f0c806e705c1953cd6415789"
1273+
integrity sha512-+dt5w1+Lqyd7wIPMa4XhJxUuE8+YF+vxQ6zxHyhLGHJjHiunPf0wSV8LtQwkpmAsRi1lEOoOIR30FG5S2HS33g==
1274+
1275+
"@typescript-eslint/[email protected]":
1276+
version "4.11.0"
1277+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.0.tgz#86cf95e7eac4ccfd183f9fcf1480cece7caf4ca4"
1278+
integrity sha512-XXOdt/NPX++txOQHM1kUMgJUS43KSlXGdR/aDyEwuAEETwuPt02Nc7v+s57PzuSqMbNLclblQdv3YcWOdXhQ7g==
1279+
1280+
"@typescript-eslint/[email protected]":
1281+
version "4.10.0"
1282+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.10.0.tgz#1e62e45fd57866afd42daf5e9fb6bd4e8dbcfa75"
1283+
integrity sha512-mGK0YRp9TOk6ZqZ98F++bW6X5kMTzCRROJkGXH62d2azhghmq+1LNLylkGe6uGUOQzD452NOAEth5VAF6PDo5g==
12711284
dependencies:
1272-
"@typescript-eslint/types" "4.7.0"
1273-
"@typescript-eslint/visitor-keys" "4.7.0"
1285+
"@typescript-eslint/types" "4.10.0"
1286+
"@typescript-eslint/visitor-keys" "4.10.0"
12741287
debug "^4.1.1"
12751288
globby "^11.0.1"
12761289
is-glob "^4.0.1"
12771290
lodash "^4.17.15"
12781291
semver "^7.3.2"
12791292
tsutils "^3.17.1"
12801293

1281-
"@typescript-eslint/[email protected]":
1282-
version "4.7.0"
1283-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.7.0.tgz#6783824f22acfc49e754970ed21b88ac03b80e6f"
1284-
integrity sha512-aDJDWuCRsf1lXOtignlfiPODkzSxxop7D0rZ91L6ZuMlcMCSh0YyK+gAfo5zN/ih6WxMwhoXgJWC3cWQdaKC+A==
1294+
"@typescript-eslint/[email protected]":
1295+
version "4.11.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.0.tgz#1144d145841e5987d61c4c845442a24b24165a4b"
1297+
integrity sha512-eA6sT5dE5RHAFhtcC+b5WDlUIGwnO9b0yrfGa1mIOIAjqwSQCpXbLiFmKTdRbQN/xH2EZkGqqLDrKUuYOZ0+Hg==
1298+
dependencies:
1299+
"@typescript-eslint/types" "4.11.0"
1300+
"@typescript-eslint/visitor-keys" "4.11.0"
1301+
debug "^4.1.1"
1302+
globby "^11.0.1"
1303+
is-glob "^4.0.1"
1304+
lodash "^4.17.15"
1305+
semver "^7.3.2"
1306+
tsutils "^3.17.1"
1307+
1308+
"@typescript-eslint/[email protected]":
1309+
version "4.10.0"
1310+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.10.0.tgz#9478822329a9bc8ebcc80623d7f79a01da5ee451"
1311+
integrity sha512-hPyz5qmDMuZWFtHZkjcCpkAKHX8vdu1G3YsCLEd25ryZgnJfj6FQuJ5/O7R+dB1ueszilJmAFMtlU4CA6se3Jg==
1312+
dependencies:
1313+
"@typescript-eslint/types" "4.10.0"
1314+
eslint-visitor-keys "^2.0.0"
1315+
1316+
"@typescript-eslint/[email protected]":
1317+
version "4.11.0"
1318+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.0.tgz#906669a50f06aa744378bb84c7d5c4fdbc5b7d51"
1319+
integrity sha512-tRYKyY0i7cMk6v4UIOCjl1LhuepC/pc6adQqJk4Is3YcC6k46HvsV9Wl7vQoLbm9qADgeujiT7KdLrylvFIQ+A==
12851320
dependencies:
1286-
"@typescript-eslint/types" "4.7.0"
1321+
"@typescript-eslint/types" "4.11.0"
12871322
eslint-visitor-keys "^2.0.0"
12881323

12891324
"@webassemblyjs/[email protected]":

0 commit comments

Comments
 (0)