Skip to content

Commit b6a9de7

Browse files
authored
Merge pull request #68 from napi-rs/dependabot/npm_and_yarn/typescript-eslint/parser-3.4.0
chore(deps-dev): bump @typescript-eslint/parser from 3.3.0 to 3.4.0
2 parents 6d7b2e3 + 5b875a5 commit b6a9de7

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

yarn.lock

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1283,14 +1283,24 @@
12831283
eslint-scope "^5.0.0"
12841284
eslint-utils "^2.0.0"
12851285

1286+
"@typescript-eslint/[email protected]":
1287+
version "3.4.0"
1288+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-3.4.0.tgz#8a44dfc6fb7f1d071937b390fe27608ebda122b8"
1289+
integrity sha512-rHPOjL43lOH1Opte4+dhC0a/+ks+8gOBwxXnyrZ/K4OTAChpSjP76fbI8Cglj7V5GouwVAGaK+xVwzqTyE/TPw==
1290+
dependencies:
1291+
"@types/json-schema" "^7.0.3"
1292+
"@typescript-eslint/typescript-estree" "3.4.0"
1293+
eslint-scope "^5.0.0"
1294+
eslint-utils "^2.0.0"
1295+
12861296
"@typescript-eslint/parser@^3.2.0":
1287-
version "3.3.0"
1288-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.3.0.tgz#fcae40012ded822aa8b2739a1a03a4e3c5bbb7bb"
1289-
integrity sha512-a7S0Sqn/+RpOOWTcaLw6RD4obsharzxmgMfdK24l364VxuBODXjuJM7ImCkSXEN7oz52aiZbXSbc76+2EsE91w==
1297+
version "3.4.0"
1298+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-3.4.0.tgz#fe52b68c5cb3bba3f5d875bd17adb70420d49d8d"
1299+
integrity sha512-ZUGI/de44L5x87uX5zM14UYcbn79HSXUR+kzcqU42gH0AgpdB/TjuJy3m4ezI7Q/jk3wTQd755mxSDLhQP79KA==
12901300
dependencies:
12911301
"@types/eslint-visitor-keys" "^1.0.0"
1292-
"@typescript-eslint/experimental-utils" "3.3.0"
1293-
"@typescript-eslint/typescript-estree" "3.3.0"
1302+
"@typescript-eslint/experimental-utils" "3.4.0"
1303+
"@typescript-eslint/typescript-estree" "3.4.0"
12941304
eslint-visitor-keys "^1.1.0"
12951305

12961306
"@typescript-eslint/[email protected]":
@@ -1306,6 +1316,19 @@
13061316
semver "^7.3.2"
13071317
tsutils "^3.17.1"
13081318

1319+
"@typescript-eslint/[email protected]":
1320+
version "3.4.0"
1321+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-3.4.0.tgz#6a787eb70b48969e4cd1ea67b057083f96dfee29"
1322+
integrity sha512-zKwLiybtt4uJb4mkG5q2t6+W7BuYx2IISiDNV+IY68VfoGwErDx/RfVI7SWL4gnZ2t1A1ytQQwZ+YOJbHHJ2rw==
1323+
dependencies:
1324+
debug "^4.1.1"
1325+
eslint-visitor-keys "^1.1.0"
1326+
glob "^7.1.6"
1327+
is-glob "^4.0.1"
1328+
lodash "^4.17.15"
1329+
semver "^7.3.2"
1330+
tsutils "^3.17.1"
1331+
13091332
"@zkochan/cmd-shim@^3.1.0":
13101333
version "3.1.0"
13111334
resolved "https://registry.npmjs.org/@zkochan/cmd-shim/-/cmd-shim-3.1.0.tgz#2ab8ed81f5bb5452a85f25758eb9b8681982fd2e"

0 commit comments

Comments
 (0)