Skip to content

Commit 97eedb4

Browse files
build(deps-dev): bump eslint from 6.1.0 to 6.2.2
Bumps [eslint](https://github.com/eslint/eslint) from 6.1.0 to 6.2.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v6.1.0...v6.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent afef9d1 commit 97eedb4

File tree

1 file changed

+27
-17
lines changed

1 file changed

+27
-17
lines changed

yarn.lock

+27-17
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,18 @@ acorn-jsx@^5.0.0:
2727
version "5.0.1"
2828
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
2929

30+
acorn-jsx@^5.0.2:
31+
version "5.0.2"
32+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
33+
3034
acorn@^6.0.7:
3135
version "6.1.0"
3236
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
3337

38+
acorn@^7.0.0:
39+
version "7.0.0"
40+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
41+
3442
ajv@^6.10.0, ajv@^6.9.1:
3543
version "6.10.0"
3644
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1"
@@ -276,17 +284,19 @@ eslint-scope@^5.0.0:
276284
esrecurse "^4.1.0"
277285
estraverse "^4.1.1"
278286

279-
eslint-utils@^1.3.0, eslint-utils@^1.3.1:
280-
version "1.3.1"
281-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
287+
eslint-utils@^1.3.0, eslint-utils@^1.3.1, eslint-utils@^1.4.2:
288+
version "1.4.2"
289+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
290+
dependencies:
291+
eslint-visitor-keys "^1.0.0"
282292

283-
eslint-visitor-keys@^1.0.0:
284-
version "1.0.0"
285-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
293+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
294+
version "1.1.0"
295+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
286296

287297
eslint@^6.0.0:
288-
version "6.1.0"
289-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
298+
version "6.2.2"
299+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
290300
dependencies:
291301
"@babel/code-frame" "^7.0.0"
292302
ajv "^6.10.0"
@@ -295,9 +305,9 @@ eslint@^6.0.0:
295305
debug "^4.0.1"
296306
doctrine "^3.0.0"
297307
eslint-scope "^5.0.0"
298-
eslint-utils "^1.3.1"
299-
eslint-visitor-keys "^1.0.0"
300-
espree "^6.0.0"
308+
eslint-utils "^1.4.2"
309+
eslint-visitor-keys "^1.1.0"
310+
espree "^6.1.1"
301311
esquery "^1.0.1"
302312
esutils "^2.0.2"
303313
file-entry-cache "^5.0.1"
@@ -334,13 +344,13 @@ espree@^5.0.0:
334344
acorn-jsx "^5.0.0"
335345
eslint-visitor-keys "^1.0.0"
336346

337-
espree@^6.0.0:
338-
version "6.0.0"
339-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
347+
espree@^6.1.1:
348+
version "6.1.1"
349+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
340350
dependencies:
341-
acorn "^6.0.7"
342-
acorn-jsx "^5.0.0"
343-
eslint-visitor-keys "^1.0.0"
351+
acorn "^7.0.0"
352+
acorn-jsx "^5.0.2"
353+
eslint-visitor-keys "^1.1.0"
344354

345355
esprima@^4.0.0:
346356
version "4.0.1"

0 commit comments

Comments
 (0)