Skip to content

Commit 538dbbf

Browse files
Merge pull request #155 from rwjblue/dependabot/npm_and_yarn/eslint-5.10.0
2 parents cc3315d + 3d4a049 commit 538dbbf

1 file changed

Lines changed: 15 additions & 21 deletions

File tree

yarn.lock

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -59,19 +59,17 @@ acorn-globals@^4.1.0:
5959
dependencies:
6060
acorn "^5.0.0"
6161

62-
acorn-jsx@^4.1.1:
63-
version "4.1.1"
64-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-4.1.1.tgz#e8e41e48ea2fe0c896740610ab6a4ffd8add225e"
65-
dependencies:
66-
acorn "^5.0.3"
62+
acorn-jsx@^5.0.0:
63+
version "5.0.1"
64+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
6765

6866
acorn@^5.0.0, acorn@^5.3.0:
6967
version "5.5.3"
7068
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.3.tgz#f473dd47e0277a08e28e9bec5aeeb04751f0b8c9"
7169

72-
acorn@^5.0.3, acorn@^5.6.0:
73-
version "5.7.1"
74-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.1.tgz#f095829297706a7c9776958c0afc8930a9b9d9d8"
70+
acorn@^6.0.2:
71+
version "6.0.4"
72+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
7573

7674
ajv@^4.9.1:
7775
version "4.11.8"
@@ -1457,8 +1455,8 @@ eslint-visitor-keys@^1.0.0:
14571455
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
14581456

14591457
eslint@^5.0.1:
1460-
version "5.9.0"
1461-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.9.0.tgz#b234b6d15ef84b5849c6de2af43195a2d59d408e"
1458+
version "5.10.0"
1459+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.10.0.tgz#24adcbe92bf5eb1fc2d2f2b1eebe0c5e0713903a"
14621460
dependencies:
14631461
"@babel/code-frame" "^7.0.0"
14641462
ajv "^6.5.3"
@@ -1469,7 +1467,7 @@ eslint@^5.0.1:
14691467
eslint-scope "^4.0.0"
14701468
eslint-utils "^1.3.1"
14711469
eslint-visitor-keys "^1.0.0"
1472-
espree "^4.0.0"
1470+
espree "^5.0.0"
14731471
esquery "^1.0.1"
14741472
esutils "^2.0.2"
14751473
file-entry-cache "^2.0.0"
@@ -1479,7 +1477,6 @@ eslint@^5.0.1:
14791477
ignore "^4.0.6"
14801478
imurmurhash "^0.1.4"
14811479
inquirer "^6.1.0"
1482-
is-resolvable "^1.1.0"
14831480
js-yaml "^3.12.0"
14841481
json-stable-stringify-without-jsonify "^1.0.1"
14851482
levn "^0.3.0"
@@ -1499,12 +1496,13 @@ eslint@^5.0.1:
14991496
table "^5.0.2"
15001497
text-table "^0.2.0"
15011498

1502-
espree@^4.0.0:
1503-
version "4.0.0"
1504-
resolved "https://registry.yarnpkg.com/espree/-/espree-4.0.0.tgz#253998f20a0f82db5d866385799d912a83a36634"
1499+
espree@^5.0.0:
1500+
version "5.0.0"
1501+
resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.0.tgz#fc7f984b62b36a0f543b13fb9cd7b9f4a7f5b65c"
15051502
dependencies:
1506-
acorn "^5.6.0"
1507-
acorn-jsx "^4.1.1"
1503+
acorn "^6.0.2"
1504+
acorn-jsx "^5.0.0"
1505+
eslint-visitor-keys "^1.0.0"
15081506

15091507
esprima@^3.1.3:
15101508
version "3.1.3"
@@ -2380,10 +2378,6 @@ is-regex@^1.0.4:
23802378
dependencies:
23812379
has "^1.0.1"
23822380

2383-
is-resolvable@^1.1.0:
2384-
version "1.1.0"
2385-
resolved "https://registry.yarnpkg.com/is-resolvable/-/is-resolvable-1.1.0.tgz#fb18f87ce1feb925169c9a407c19318a3206ed88"
2386-
23872381
is-stream@^1.1.0:
23882382
version "1.1.0"
23892383
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"

0 commit comments

Comments
 (0)