Skip to content

Commit f2f53b6

Browse files
committed
chore(deps): update dependency eslint to v6.1.0
1 parent d2b3579 commit f2f53b6

File tree

2 files changed

+28
-14
lines changed

2 files changed

+28
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@commitlint/cli": "8.0.0",
5151
"@commitlint/config-conventional": "8.0.0",
5252
"babel-eslint": "^10.0.2",
53-
"eslint": "6.0.1",
53+
"eslint": "6.1.0",
5454
"eslint-config-mo": "0.5.2",
5555
"gh-pages": "2.0.1",
5656
"husky": "3.0.0",

yarn.lock

Lines changed: 27 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3725,6 +3725,14 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3:
37253725
esrecurse "^4.1.0"
37263726
estraverse "^4.1.1"
37273727

3728+
eslint-scope@^5.0.0:
3729+
version "5.0.0"
3730+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
3731+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
3732+
dependencies:
3733+
esrecurse "^4.1.0"
3734+
estraverse "^4.1.1"
3735+
37283736
eslint-utils@^1.3.1:
37293737
version "1.4.0"
37303738
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.0.tgz#e2c3c8dba768425f897cf0f9e51fe2e241485d4c"
@@ -3737,47 +3745,48 @@ eslint-visitor-keys@^1.0.0:
37373745
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"
37383746
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
37393747

3740-
eslint@6.0.1:
3741-
version "6.0.1"
3742-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
3743-
integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
3748+
eslint@6.1.0:
3749+
version "6.1.0"
3750+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
3751+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
37443752
dependencies:
37453753
"@babel/code-frame" "^7.0.0"
37463754
ajv "^6.10.0"
37473755
chalk "^2.1.0"
37483756
cross-spawn "^6.0.5"
37493757
debug "^4.0.1"
37503758
doctrine "^3.0.0"
3751-
eslint-scope "^4.0.3"
3759+
eslint-scope "^5.0.0"
37523760
eslint-utils "^1.3.1"
37533761
eslint-visitor-keys "^1.0.0"
37543762
espree "^6.0.0"
37553763
esquery "^1.0.1"
37563764
esutils "^2.0.2"
37573765
file-entry-cache "^5.0.1"
37583766
functional-red-black-tree "^1.0.1"
3759-
glob-parent "^3.1.0"
3767+
glob-parent "^5.0.0"
37603768
globals "^11.7.0"
37613769
ignore "^4.0.6"
37623770
import-fresh "^3.0.0"
37633771
imurmurhash "^0.1.4"
3764-
inquirer "^6.2.2"
3772+
inquirer "^6.4.1"
37653773
is-glob "^4.0.0"
37663774
js-yaml "^3.13.1"
37673775
json-stable-stringify-without-jsonify "^1.0.1"
37683776
levn "^0.3.0"
3769-
lodash "^4.17.11"
3777+
lodash "^4.17.14"
37703778
minimatch "^3.0.4"
37713779
mkdirp "^0.5.1"
37723780
natural-compare "^1.4.0"
37733781
optionator "^0.8.2"
37743782
progress "^2.0.0"
37753783
regexpp "^2.0.1"
3776-
semver "^5.5.1"
3777-
strip-ansi "^4.0.0"
3778-
strip-json-comments "^2.0.1"
3784+
semver "^6.1.2"
3785+
strip-ansi "^5.2.0"
3786+
strip-json-comments "^3.0.1"
37793787
table "^5.2.3"
37803788
text-table "^0.2.0"
3789+
v8-compile-cache "^2.0.3"
37813790

37823791
eslint@^5.16.0:
37833792
version "5.16.0"
@@ -5315,7 +5324,7 @@ [email protected]:
53155324
resolved "https://registry.yarnpkg.com/inline-style-parser/-/inline-style-parser-0.1.1.tgz#ec8a3b429274e9c0a1f1c4ffa9453a7fef72cea1"
53165325
integrity sha512-7NXolsK4CAS5+xvdj5OMMbI962hU/wvwoxk+LWR9Ek9bVtyuuYScDN6eS0rUm6TxApFpw7CX1o4uJzcd4AyD3Q==
53175326

5318-
inquirer@^6.2.0, inquirer@^6.2.2:
5327+
inquirer@^6.2.0, inquirer@^6.2.2, inquirer@^6.4.1:
53195328
version "6.5.0"
53205329
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
53215330
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -8960,7 +8969,7 @@ [email protected]:
89608969
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
89618970
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==
89628971

8963-
semver@^6.0.0, semver@^6.1.1:
8972+
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2:
89648973
version "6.2.0"
89658974
resolved "https://registry.yarnpkg.com/semver/-/semver-6.2.0.tgz#4d813d9590aaf8a9192693d6c85b9344de5901db"
89668975
integrity sha512-jdFC1VdUGT/2Scgbimf7FSx9iJLXoqfglSF+gJeuNWVpiE37OIbc1jywR/GJyFdz3mnkz2/id0L0J/cr0izR5A==
@@ -9498,6 +9507,11 @@ strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
94989507
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
94999508
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
95009509

9510+
strip-json-comments@^3.0.1:
9511+
version "3.0.1"
9512+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
9513+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
9514+
95019515
strip-outer@^1.0.0:
95029516
version "1.0.1"
95039517
resolved "https://registry.yarnpkg.com/strip-outer/-/strip-outer-1.0.1.tgz#b2fd2abf6604b9d1e6013057195df836b8a9d631"

0 commit comments

Comments
 (0)