Skip to content

Commit 3a5405b

Browse files
authored
Merge pull request #87 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-3.7.0
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 3.6.1 to 3.7.0
2 parents e5908a4 + 2c43487 commit 3a5405b

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

yarn.lock

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,11 +1269,11 @@
12691269
integrity sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==
12701270

12711271
"@typescript-eslint/eslint-plugin@^3.6.1":
1272-
version "3.6.1"
1273-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.6.1.tgz#5ced8fd2087fbb83a76973dea4a0d39d9cb4a642"
1274-
integrity sha512-06lfjo76naNeOMDl+mWG9Fh/a0UHKLGhin+mGaIw72FUMbMGBkdi/FEJmgEDzh4eE73KIYzHWvOCYJ0ak7nrJQ==
1272+
version "3.7.0"
1273+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-3.7.0.tgz#0f91aa3c83d019591719e597fbdb73a59595a263"
1274+
integrity sha512-4OEcPON3QIx0ntsuiuFP/TkldmBGXf0uKxPQlGtS/W2F3ndYm8Vgdpj/woPJkzUc65gd3iR+qi3K8SDQP/obFg==
12751275
dependencies:
1276-
"@typescript-eslint/experimental-utils" "3.6.1"
1276+
"@typescript-eslint/experimental-utils" "3.7.0"
12771277
debug "^4.1.1"
12781278
functional-red-black-tree "^1.0.1"
12791279
regexpp "^3.0.0"
@@ -1291,6 +1291,17 @@
12911291
eslint-scope "^5.0.0"
12921292
eslint-utils "^2.0.0"
12931293

1294+
"@typescript-eslint/[email protected]":
1295+
version "3.7.0"
1296+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.7.0.tgz#0ee21f6c48b2b30c63211da23827725078d5169a"
1297+
integrity sha512-xpfXXAfZqhhqs5RPQBfAFrWDHoNxD5+sVB5A46TF58Bq1hRfVROrWHcQHHUM9aCBdy9+cwATcvCbRg8aIRbaHQ==
1298+
dependencies:
1299+
"@types/json-schema" "^7.0.3"
1300+
"@typescript-eslint/types" "3.7.0"
1301+
"@typescript-eslint/typescript-estree" "3.7.0"
1302+
eslint-scope "^5.0.0"
1303+
eslint-utils "^2.0.0"
1304+
12941305
"@typescript-eslint/parser@^3.6.1":
12951306
version "3.6.1"
12961307
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.6.1.tgz#216e8adf4ee9c629f77c985476a2ea07fb80e1dc"
@@ -1307,6 +1318,11 @@
13071318
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.6.1.tgz#87600fe79a1874235d3cc1cf5c7e1a12eea69eee"
13081319
integrity sha512-NPxd5yXG63gx57WDTW1rp0cF3XlNuuFFB5G+Kc48zZ+51ZnQn9yjDEsjTPQ+aWM+V+Z0I4kuTFKjKvgcT1F7xQ==
13091320

1321+
"@typescript-eslint/[email protected]":
1322+
version "3.7.0"
1323+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-3.7.0.tgz#09897fab0cb95479c01166b10b2c03c224821077"
1324+
integrity sha512-reCaK+hyKkKF+itoylAnLzFeNYAEktB0XVfSQvf0gcVgpz1l49Lt6Vo9x4MVCCxiDydA0iLAjTF/ODH0pbfnpg==
1325+
13101326
"@typescript-eslint/[email protected]":
13111327
version "3.6.1"
13121328
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.6.1.tgz#a5c91fcc5497cce7922ff86bc37d5e5891dcdefa"
@@ -1321,13 +1337,34 @@
13211337
semver "^7.3.2"
13221338
tsutils "^3.17.1"
13231339

1340+
"@typescript-eslint/[email protected]":
1341+
version "3.7.0"
1342+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.7.0.tgz#66872e6da120caa4b64e6b4ca5c8702afc74738d"
1343+
integrity sha512-xr5oobkYRebejlACGr1TJ0Z/r0a2/HUf0SXqPvlgUMwiMqOCu/J+/Dr9U3T0IxpE5oLFSkqMx1FE/dKaZ8KsOQ==
1344+
dependencies:
1345+
"@typescript-eslint/types" "3.7.0"
1346+
"@typescript-eslint/visitor-keys" "3.7.0"
1347+
debug "^4.1.1"
1348+
glob "^7.1.6"
1349+
is-glob "^4.0.1"
1350+
lodash "^4.17.15"
1351+
semver "^7.3.2"
1352+
tsutils "^3.17.1"
1353+
13241354
"@typescript-eslint/[email protected]":
13251355
version "3.6.1"
13261356
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.6.1.tgz#5c57a7772f4dd623cfeacc219303e7d46f963b37"
13271357
integrity sha512-qC8Olwz5ZyMTZrh4Wl3K4U6tfms0R/mzU4/5W3XeUZptVraGVmbptJbn6h2Ey6Rb3hOs3zWoAUebZk8t47KGiQ==
13281358
dependencies:
13291359
eslint-visitor-keys "^1.1.0"
13301360

1361+
"@typescript-eslint/[email protected]":
1362+
version "3.7.0"
1363+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-3.7.0.tgz#ac0417d382a136e4571a0b0dcfe52088cb628177"
1364+
integrity sha512-k5PiZdB4vklUpUX4NBncn5RBKty8G3ihTY+hqJsCdMuD0v4jofI5xuqwnVcWxfv6iTm2P/dfEa2wMUnsUY8ODw==
1365+
dependencies:
1366+
eslint-visitor-keys "^1.1.0"
1367+
13311368
"@zkochan/cmd-shim@^3.1.0":
13321369
version "3.1.0"
13331370
resolved "https://registry.yarnpkg.com/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)