Skip to content

Commit dca1a62

Browse files
committed
chore(deps): update dependency eslint to v6.5.0
1 parent f528cc9 commit dca1a62

File tree

2 files changed

+34
-24
lines changed

2 files changed

+34
-24
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"babel-plugin-tester": "6.4.0",
3232
"codecov": "3.5.0",
3333
"conventional-changelog-cli": "2.0.23",
34-
"eslint": "6.1.0",
34+
"eslint": "6.5.0",
3535
"flow-bin": "0.104.0",
3636
"graphql": "14.4.2",
3737
"hsu-scripts": "1.0.7",

yarn.lock

+33-23
Original file line numberDiff line numberDiff line change
@@ -1109,10 +1109,10 @@ acorn-globals@^4.1.0:
11091109
acorn "^6.0.1"
11101110
acorn-walk "^6.0.1"
11111111

1112-
acorn-jsx@^5.0.0:
1113-
version "5.0.1"
1114-
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.1.tgz#32a064fd925429216a09b141102bfdd185fae40e"
1115-
integrity sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==
1112+
acorn-jsx@^5.0.2:
1113+
version "5.0.2"
1114+
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.0.2.tgz#84b68ea44b373c4f8686023a551f61a21b7c4a4f"
1115+
integrity sha512-tiNTrP1MP0QrChmD2DdupCr6HWSFeKVw5d/dHTu4Y7rkAkRhU/Dt7dphAfIUyxtHpl/eBVip5uTNSpQJHylpAw==
11161116

11171117
acorn-walk@^6.0.1:
11181118
version "6.2.0"
@@ -1124,11 +1124,16 @@ acorn@^5.5.3:
11241124
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
11251125
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
11261126

1127-
acorn@^6.0.1, acorn@^6.0.7:
1127+
acorn@^6.0.1:
11281128
version "6.2.1"
11291129
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
11301130
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
11311131

1132+
acorn@^7.0.0:
1133+
version "7.1.0"
1134+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
1135+
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
1136+
11321137
add-stream@^1.0.0:
11331138
version "1.0.0"
11341139
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -2716,10 +2721,10 @@ eslint-scope@^5.0.0:
27162721
esrecurse "^4.1.0"
27172722
estraverse "^4.1.1"
27182723

2719-
eslint-utils@^1.3.1:
2720-
version "1.4.0"
2721-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
2722-
integrity sha512-7ehnzPaP5IIEh1r1tkjuIrxqhNkzUJa9z3R92tLJdZIVdWaczEhr3EbhGtsMrVxi1KeR8qA7Off6SWc5WNQqyQ==
2724+
eslint-utils@^1.4.2:
2725+
version "1.4.2"
2726+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.2.tgz#166a5180ef6ab7eb462f162fd0e6f2463d7309ab"
2727+
integrity sha512-eAZS2sEUMlIeCjBeubdj45dmBHQwPHWyBcT1VSYB7o9x9WRRqKxyUoiXlRjyAwzN7YEzHJlYg0NmzDRWx6GP4Q==
27232728
dependencies:
27242729
eslint-visitor-keys "^1.0.0"
27252730

@@ -2728,10 +2733,15 @@ eslint-visitor-keys@^1.0.0:
27282733
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
27292734
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
27302735

2731-
2732-
version "6.1.0"
2733-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
2734-
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
2736+
eslint-visitor-keys@^1.1.0:
2737+
version "1.1.0"
2738+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
2739+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
2740+
2741+
2742+
version "6.5.0"
2743+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.5.0.tgz#304623eec903969dd5c9f2d61c6ce3d6ecec8750"
2744+
integrity sha512-IIbSW+vKOqMatPmS9ayyku4tvWxHY2iricSRtOz6+ZA5IPRlgXzEL0u/j6dr4eha0ugmhMwDTqxtmNu3kj9O4w==
27352745
dependencies:
27362746
"@babel/code-frame" "^7.0.0"
27372747
ajv "^6.10.0"
@@ -2740,9 +2750,9 @@ [email protected]:
27402750
debug "^4.0.1"
27412751
doctrine "^3.0.0"
27422752
eslint-scope "^5.0.0"
2743-
eslint-utils "^1.3.1"
2744-
eslint-visitor-keys "^1.0.0"
2745-
espree "^6.0.0"
2753+
eslint-utils "^1.4.2"
2754+
eslint-visitor-keys "^1.1.0"
2755+
espree "^6.1.1"
27462756
esquery "^1.0.1"
27472757
esutils "^2.0.2"
27482758
file-entry-cache "^5.0.1"
@@ -2771,14 +2781,14 @@ [email protected]:
27712781
text-table "^0.2.0"
27722782
v8-compile-cache "^2.0.3"
27732783

2774-
espree@^6.0.0:
2775-
version "6.0.0"
2776-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
2777-
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
2784+
espree@^6.1.1:
2785+
version "6.1.1"
2786+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.1.tgz#7f80e5f7257fc47db450022d723e356daeb1e5de"
2787+
integrity sha512-EYbr8XZUhWbYCqQRW0duU5LxzL5bETN6AjKBGy1302qqzPaCH10QbRg3Wvco79Z8x9WbiE8HYB4e75xl6qUYvQ==
27782788
dependencies:
2779-
acorn "^6.0.7"
2780-
acorn-jsx "^5.0.0"
2781-
eslint-visitor-keys "^1.0.0"
2789+
acorn "^7.0.0"
2790+
acorn-jsx "^5.0.2"
2791+
eslint-visitor-keys "^1.1.0"
27822792

27832793
esprima@^3.1.3:
27842794
version "3.1.3"

0 commit comments

Comments
 (0)