Skip to content

Commit 7bb113d

Browse files
committed
chore(deps): update dependency eslint to v6.2.0
1 parent 7a7d2d3 commit 7bb113d

File tree

2 files changed

+25
-15
lines changed

2 files changed

+25
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"conventional-recommended-bump": "6.0.0",
6161
"core-js": "3.2.1",
6262
"cypress": "3.4.1",
63-
"eslint": "6.1.0",
63+
"eslint": "6.2.0",
6464
"eslint-config-prettier": "6.0.0",
6565
"eslint-plugin-import": "2.18.2",
6666
"eslint-plugin-node": "9.1.0",

yarn.lock

+24-14
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ acorn@^5.5.3:
13731373
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
13741374
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
13751375

1376-
acorn@^6.0.1, acorn@^6.0.7:
1376+
acorn@^6.0.1:
13771377
version "6.1.1"
13781378
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
13791379
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
@@ -1383,6 +1383,11 @@ acorn@^6.2.1:
13831383
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.2.1.tgz#3ed8422d6dec09e6121cc7a843ca86a330a86b51"
13841384
integrity sha512-JD0xT5FCRDNyjDda3Lrg/IxFscp9q4tiYtxE1/nOzlKCk7hIRuYjhq1kCNkbPjMRMZuFq20HNQn1I9k8Oj0E+Q==
13851385

1386+
acorn@^7.0.0:
1387+
version "7.0.0"
1388+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.0.0.tgz#26b8d1cd9a9b700350b71c0905546f64d1284e7a"
1389+
integrity sha512-PaF/MduxijYYt7unVGRuds1vBC9bFxbNf+VWqhOClfdgy7RlVkQqt610ig1/yxTgsDIfW1cWDel5EBbOy3jdtQ==
1390+
13861391
add-stream@^1.0.0:
13871392
version "1.0.0"
13881393
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -3038,10 +3043,15 @@ eslint-visitor-keys@^1.0.0:
30383043
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
30393044
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
30403045

3041-
3042-
version "6.1.0"
3043-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
3044-
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
3046+
eslint-visitor-keys@^1.1.0:
3047+
version "1.1.0"
3048+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
3049+
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
3050+
3051+
3052+
version "6.2.0"
3053+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.2.0.tgz#4c42c20e3fc03f28db25f34ccba621a9a47e8b56"
3054+
integrity sha512-sS0SZwm5UAoI83F+cgdomz0cBNPs+AnRvEboNYeWvrZ8UcDHCu/5muocwoDL2TkHq9skkP0GvZjmwI8HG7S3sw==
30453055
dependencies:
30463056
"@babel/code-frame" "^7.0.0"
30473057
ajv "^6.10.0"
@@ -3050,9 +3060,9 @@ [email protected]:
30503060
debug "^4.0.1"
30513061
doctrine "^3.0.0"
30523062
eslint-scope "^5.0.0"
3053-
eslint-utils "^1.3.1"
3054-
eslint-visitor-keys "^1.0.0"
3055-
espree "^6.0.0"
3063+
eslint-utils "^1.4.0"
3064+
eslint-visitor-keys "^1.1.0"
3065+
espree "^6.1.0"
30563066
esquery "^1.0.1"
30573067
esutils "^2.0.2"
30583068
file-entry-cache "^5.0.1"
@@ -3081,14 +3091,14 @@ [email protected]:
30813091
text-table "^0.2.0"
30823092
v8-compile-cache "^2.0.3"
30833093

3084-
espree@^6.0.0:
3085-
version "6.0.0"
3086-
resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6"
3087-
integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==
3094+
espree@^6.1.0:
3095+
version "6.1.0"
3096+
resolved "https://registry.yarnpkg.com/espree/-/espree-6.1.0.tgz#a1e8aa65bf29a331d70351ed814a80e7534e0884"
3097+
integrity sha512-boA7CHRLlVWUSg3iL5Kmlt/xT3Q+sXnKoRYYzj1YeM10A76TEJBbotV5pKbnK42hEUIr121zTv+QLRM5LsCPXQ==
30883098
dependencies:
3089-
acorn "^6.0.7"
3099+
acorn "^7.0.0"
30903100
acorn-jsx "^5.0.0"
3091-
eslint-visitor-keys "^1.0.0"
3101+
eslint-visitor-keys "^1.1.0"
30923102

30933103
esprima@^3.1.3:
30943104
version "3.1.3"

0 commit comments

Comments
 (0)