Skip to content

Commit 74dfe38

Browse files
Merge pull request #48 from newbornfrontender/renovate/eslint-6.x
Update dependency eslint to v6.3.0
2 parents db240f3 + a6e7b53 commit 74dfe38

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prettier:w": "prettier --write *.{html,js,json,md}"
1616
},
1717
"devDependencies": {
18-
"eslint": "6.2.0",
18+
"eslint": "6.3.0",
1919
"eslint-config-airbnb-base": "13.1.0",
2020
"eslint-config-prettier": "4.3.0",
2121
"eslint-plugin-compat": "3.1.1",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,10 @@
185185
"@types/unist" "*"
186186
"@types/vfile-message" "*"
187187

188-
acorn-jsx@^5.0.0:
189-
version "5.0.1"
190-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
191-
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
188+
acorn-jsx@^5.0.2:
189+
version "5.0.2"
190+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
191+
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
192192

193193
acorn@^7.0.0:
194194
version "7.0.0"
@@ -926,10 +926,10 @@ eslint-scope@^5.0.0:
926926
esrecurse "^4.1.0"
927927
estraverse "^4.1.1"
928928

929-
eslint-utils@^1.4.0:
930-
version "1.4.0"
931-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
932-
integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==
929+
eslint-utils@^1.4.2:
930+
version "1.4.2"
931+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
932+
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
933933
dependencies:
934934
eslint-visitor-keys "^1.0.0"
935935

@@ -943,10 +943,10 @@ eslint-visitor-keys@^1.1.0:
943943
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
944944
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
945945

946-
eslint@6.2.0:
947-
version "6.2.0"
948-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.0.tgz#4c42c20e3fc03f28db25f34ccba621a9a47e8b56"
949-
integrity sha512-sS0SZwm5UAoI83F+cgdomz0cBNPs+AnRvEboNYeWvrZ8UcDHCu/5muocwoDL2TkHq9skkP0GvZjmwI8HG7S3sw==
946+
eslint@6.3.0:
947+
version "6.3.0"
948+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.3.0.tgz#1f1a902f67bfd4c354e7288b81e40654d927eb6a"
949+
integrity sha512-ZvZTKaqDue+N8Y9g0kp6UPZtS4FSY3qARxBs7p4f0H0iof381XHduqVerFWtK8DPtKmemqbqCFENWSQgPR/Gow==
950950
dependencies:
951951
"@babel/code-frame" "^7.0.0"
952952
ajv "^6.10.0"
@@ -955,9 +955,9 @@ eslint@6.2.0:
955955
debug "^4.0.1"
956956
doctrine "^3.0.0"
957957
eslint-scope "^5.0.0"
958-
eslint-utils "^1.4.0"
958+
eslint-utils "^1.4.2"
959959
eslint-visitor-keys "^1.1.0"
960-
espree "^6.1.0"
960+
espree "^6.1.1"
961961
esquery "^1.0.1"
962962
esutils "^2.0.2"
963963
file-entry-cache "^5.0.1"
@@ -986,13 +986,13 @@ eslint@6.2.0:
986986
text-table "^0.2.0"
987987
v8-compile-cache "^2.0.3"
988988

989-
espree@^6.1.0:
990-
version "6.1.0"
991-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.0.tgz#a1e8aa65bf29a331d70351ed814a80e7534e0884"
992-
integrity sha512-boA7CHRLlVWUSg3iL5Kmlt/xT3Q+sXnKoRYYzj1YeM10A76TEJBbotV5pKbnK42hEUIr121zTv+QLRM5LsCPXQ==
989+
espree@^6.1.1:
990+
version "6.1.1"
991+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
992+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
993993
dependencies:
994994
acorn "^7.0.0"
995-
acorn-jsx "^5.0.0"
995+
acorn-jsx "^5.0.2"
996996
eslint-visitor-keys "^1.1.0"
997997

998998
esprima@^4.0.0:

0 commit comments

Comments
 (0)