Skip to content

Commit 2181854

Browse files
authored
Merge pull request #137 from sparksuite/dependabot/npm_and_yarn/typescript-eslint/parser-2.27.0
Bump @typescript-eslint/parser from 2.26.0 to 2.27.0
2 parents 7b68bb9 + 9e0ae25 commit 2181854

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
@@ -1160,14 +1160,24 @@
11601160
eslint-scope "^5.0.0"
11611161
eslint-utils "^2.0.0"
11621162

1163+
"@typescript-eslint/experimental-utils@2.27.0":
1164+
version "2.27.0"
1165+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz#801a952c10b58e486c9a0b36cf21e2aab1e9e01a"
1166+
integrity sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==
1167+
dependencies:
1168+
"@types/json-schema" "^7.0.3"
1169+
"@typescript-eslint/typescript-estree" "2.27.0"
1170+
eslint-scope "^5.0.0"
1171+
eslint-utils "^2.0.0"
1172+
11631173
"@typescript-eslint/parser@^2.11.0":
1164-
version "2.26.0"
1165-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.26.0.tgz#385463615818b33acb72a25b39c03579df93d76f"
1166-
integrity sha512-+Xj5fucDtdKEVGSh9353wcnseMRkPpEAOY96EEenN7kJVrLqy/EVwtIh3mxcUz8lsFXW1mT5nN5vvEam/a5HiQ==
1174+
version "2.27.0"
1175+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-2.27.0.tgz#d91664335b2c46584294e42eb4ff35838c427287"
1176+
integrity sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==
11671177
dependencies:
11681178
"@types/eslint-visitor-keys" "^1.0.0"
1169-
"@typescript-eslint/experimental-utils" "2.26.0"
1170-
"@typescript-eslint/typescript-estree" "2.26.0"
1179+
"@typescript-eslint/experimental-utils" "2.27.0"
1180+
"@typescript-eslint/typescript-estree" "2.27.0"
11711181
eslint-visitor-keys "^1.1.0"
11721182

11731183
"@typescript-eslint/typescript-estree@2.26.0":
@@ -1183,6 +1193,19 @@
11831193
semver "^6.3.0"
11841194
tsutils "^3.17.1"
11851195

1196+
"@typescript-eslint/typescript-estree@2.27.0":
1197+
version "2.27.0"
1198+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz#a288e54605412da8b81f1660b56c8b2e42966ce8"
1199+
integrity sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==
1200+
dependencies:
1201+
debug "^4.1.1"
1202+
eslint-visitor-keys "^1.1.0"
1203+
glob "^7.1.6"
1204+
is-glob "^4.0.1"
1205+
lodash "^4.17.15"
1206+
semver "^6.3.0"
1207+
tsutils "^3.17.1"
1208+
11861209
acorn-jsx@^5.2.0:
11871210
version "5.2.0"
11881211
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"

0 commit comments

Comments
 (0)