Skip to content

Commit 4c0c7c5

Browse files
renovate[bot]ghengeveld
authored andcommitted
Update dependency eslint to v6.2.2 (#89)
1 parent a5ec15d commit 4c0c7c5

File tree

2 files changed

+55
-3
lines changed

2 files changed

+55
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"babel-jest": "24.9.0",
5252
"babel-loader": "8.0.6",
5353
"copyfiles": "2.1.1",
54-
"eslint": "6.2.1",
54+
"eslint": "6.2.2",
5555
"eslint-config-prettier": "6.1.0",
5656
"eslint-plugin-jest": "22.15.2",
5757
"eslint-plugin-prettier": "3.1.0",

yarn.lock

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,7 +3508,7 @@ acorn-globals@^4.1.0, acorn-globals@^4.3.0, acorn-globals@^4.3.2:
35083508
acorn "^6.0.1"
35093509
acorn-walk "^6.0.1"
35103510

3511-
acorn-jsx@^5.0.0:
3511+
acorn-jsx@^5.0.0, acorn-jsx@^5.0.2:
35123512
version "5.0.2"
35133513
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
35143514
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
@@ -7257,7 +7257,50 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
72577257
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
72587258
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
72597259

7260-
[email protected], eslint@^6.1.0:
7260+
7261+
version "6.2.2"
7262+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.2.tgz#03298280e7750d81fcd31431f3d333e43d93f24f"
7263+
integrity sha512-mf0elOkxHbdyGX1IJEUsNBzCDdyoUgljF3rRlgfyYh0pwGnreLc0jjD6ZuleOibjmnUWZLY2eXwSooeOgGJ2jw==
7264+
dependencies:
7265+
"@babel/code-frame" "^7.0.0"
7266+
ajv "^6.10.0"
7267+
chalk "^2.1.0"
7268+
cross-spawn "^6.0.5"
7269+
debug "^4.0.1"
7270+
doctrine "^3.0.0"
7271+
eslint-scope "^5.0.0"
7272+
eslint-utils "^1.4.2"
7273+
eslint-visitor-keys "^1.1.0"
7274+
espree "^6.1.1"
7275+
esquery "^1.0.1"
7276+
esutils "^2.0.2"
7277+
file-entry-cache "^5.0.1"
7278+
functional-red-black-tree "^1.0.1"
7279+
glob-parent "^5.0.0"
7280+
globals "^11.7.0"
7281+
ignore "^4.0.6"
7282+
import-fresh "^3.0.0"
7283+
imurmurhash "^0.1.4"
7284+
inquirer "^6.4.1"
7285+
is-glob "^4.0.0"
7286+
js-yaml "^3.13.1"
7287+
json-stable-stringify-without-jsonify "^1.0.1"
7288+
levn "^0.3.0"
7289+
lodash "^4.17.14"
7290+
minimatch "^3.0.4"
7291+
mkdirp "^0.5.1"
7292+
natural-compare "^1.4.0"
7293+
optionator "^0.8.2"
7294+
progress "^2.0.0"
7295+
regexpp "^2.0.1"
7296+
semver "^6.1.2"
7297+
strip-ansi "^5.2.0"
7298+
strip-json-comments "^3.0.1"
7299+
table "^5.2.3"
7300+
text-table "^0.2.0"
7301+
v8-compile-cache "^2.0.3"
7302+
7303+
eslint@^6.1.0:
72617304
version "6.2.1"
72627305
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.1.tgz#66c2e4fe8b6356b9f01e828adc3ad04030122df1"
72637306
integrity sha512-ES7BzEzr0Q6m5TK9i+/iTpKjclXitOdDK4vT07OqbkBT2/VcN/gO9EL1C4HlK3TAOXYv2ItcmbVR9jO1MR0fJg==
@@ -7309,6 +7352,15 @@ espree@^6.1.0:
73097352
acorn-jsx "^5.0.0"
73107353
eslint-visitor-keys "^1.1.0"
73117354

7355+
espree@^6.1.1:
7356+
version "6.1.1"
7357+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
7358+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
7359+
dependencies:
7360+
acorn "^7.0.0"
7361+
acorn-jsx "^5.0.2"
7362+
eslint-visitor-keys "^1.1.0"
7363+
73127364
esprima@^3.1.3:
73137365
version "3.1.3"
73147366
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.1.3.tgz#fdca51cee6133895e3c88d535ce49dbff62a4633"

0 commit comments

Comments
 (0)