Skip to content

Commit d1e54bf

Browse files
authored
Merge pull request #27 from dcyriller/dependabot/npm_and_yarn/eslint-6.1.0
Bump eslint from 6.0.1 to 6.1.0
2 parents 0bf86fd + a971ff8 commit d1e54bf

1 file changed

Lines changed: 49 additions & 31 deletions

File tree

yarn.lock

Lines changed: 49 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -765,10 +765,10 @@ eslint-plugin-prettier@^3.1.0:
765765
dependencies:
766766
prettier-linter-helpers "^1.0.0"
767767

768-
eslint-scope@^4.0.3:
769-
version "4.0.3"
770-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
771-
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
768+
eslint-scope@^5.0.0:
769+
version "5.0.0"
770+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
771+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
772772
dependencies:
773773
esrecurse "^4.1.0"
774774
estraverse "^4.1.1"
@@ -784,46 +784,47 @@ eslint-visitor-keys@^1.0.0:
784784
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
785785

786786
eslint@^6.0.1:
787-
version "6.0.1"
788-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
789-
integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
787+
version "6.1.0"
788+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
789+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
790790
dependencies:
791791
"@babel/code-frame" "^7.0.0"
792792
ajv "^6.10.0"
793793
chalk "^2.1.0"
794794
cross-spawn "^6.0.5"
795795
debug "^4.0.1"
796796
doctrine "^3.0.0"
797-
eslint-scope "^4.0.3"
797+
eslint-scope "^5.0.0"
798798
eslint-utils "^1.3.1"
799799
eslint-visitor-keys "^1.0.0"
800800
espree "^6.0.0"
801801
esquery "^1.0.1"
802802
esutils "^2.0.2"
803803
file-entry-cache "^5.0.1"
804804
functional-red-black-tree "^1.0.1"
805-
glob-parent "^3.1.0"
805+
glob-parent "^5.0.0"
806806
globals "^11.7.0"
807807
ignore "^4.0.6"
808808
import-fresh "^3.0.0"
809809
imurmurhash "^0.1.4"
810-
inquirer "^6.2.2"
810+
inquirer "^6.4.1"
811811
is-glob "^4.0.0"
812812
js-yaml "^3.13.1"
813813
json-stable-stringify-without-jsonify "^1.0.1"
814814
levn "^0.3.0"
815-
lodash "^4.17.11"
815+
lodash "^4.17.14"
816816
minimatch "^3.0.4"
817817
mkdirp "^0.5.1"
818818
natural-compare "^1.4.0"
819819
optionator "^0.8.2"
820820
progress "^2.0.0"
821821
regexpp "^2.0.1"
822-
semver "^5.5.1"
823-
strip-ansi "^4.0.0"
824-
strip-json-comments "^2.0.1"
822+
semver "^6.1.2"
823+
strip-ansi "^5.2.0"
824+
strip-json-comments "^3.0.1"
825825
table "^5.2.3"
826826
text-table "^0.2.0"
827+
v8-compile-cache "^2.0.3"
827828

828829
espree@^6.0.0:
829830
version "6.0.0"
@@ -1155,6 +1156,13 @@ glob-parent@^3.1.0:
11551156
is-glob "^3.1.0"
11561157
path-dirname "^1.0.0"
11571158

1159+
glob-parent@^5.0.0:
1160+
version "5.0.0"
1161+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
1162+
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
1163+
dependencies:
1164+
is-glob "^4.0.1"
1165+
11581166
glob-to-regexp@^0.3.0:
11591167
version "0.3.0"
11601168
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -1386,18 +1394,18 @@ inherits@2, inherits@^2.0.1, inherits@^2.0.3, inherits@~2.0.3:
13861394
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c"
13871395
integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==
13881396

1389-
inquirer@^6.2.2:
1390-
version "6.4.1"
1391-
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.4.1.tgz#7bd9e5ab0567cd23b41b0180b68e0cfa82fc3c0b"
1392-
integrity sha512-/Jw+qPZx4EDYsaT6uz7F4GJRNFMRdKNeUZw3ZnKV8lyuUgz/YWRCSUAJMZSVhSq4Ec0R2oYnyi6b3d4JXcL5Nw==
1397+
inquirer@^6.4.1:
1398+
version "6.5.0"
1399+
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
1400+
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
13931401
dependencies:
13941402
ansi-escapes "^3.2.0"
13951403
chalk "^2.4.2"
13961404
cli-cursor "^2.1.0"
13971405
cli-width "^2.0.0"
13981406
external-editor "^3.0.3"
13991407
figures "^2.0.0"
1400-
lodash "^4.17.11"
1408+
lodash "^4.17.12"
14011409
mute-stream "0.0.7"
14021410
run-async "^2.2.0"
14031411
rxjs "^6.4.0"
@@ -1539,7 +1547,7 @@ is-glob@^3.1.0:
15391547
dependencies:
15401548
is-extglob "^2.1.0"
15411549

1542-
is-glob@^4.0.0:
1550+
is-glob@^4.0.0, is-glob@^4.0.1:
15431551
version "4.0.1"
15441552
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
15451553
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
@@ -1742,10 +1750,10 @@ locate-path@^3.0.0:
17421750
p-locate "^3.0.0"
17431751
path-exists "^3.0.0"
17441752

1745-
lodash@^4.17.11:
1746-
version "4.17.14"
1747-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
1748-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
1753+
lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.14:
1754+
version "4.17.15"
1755+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1756+
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
17491757

17501758
[email protected], log-symbols@^2.0.0:
17511759
version "2.2.0"
@@ -2622,15 +2630,15 @@ safe-regex@^1.1.0:
26222630
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
26232631
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
26242632

2625-
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.5.1, semver@^5.7.0:
2633+
"semver@2 || 3 || 4 || 5", semver@^5.5.0, semver@^5.7.0:
26262634
version "5.7.0"
26272635
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
26282636
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
26292637

2630-
semver@^6.1.0:
2631-
version "6.1.1"
2632-
resolved "https://registry.yarnpkg.com/semver/-/semver-6.1.1.tgz#53f53da9b30b2103cd4f15eab3a18ecbcb210c9b"
2633-
integrity sha512-rWYq2e5iYW+fFe/oPPtYJxYgjBm8sC4rmoGdUOgBB7VnwKt6HrL793l2voH1UlsyYZpJ4g0wfjnTEO1s1NP2eQ==
2638+
semver@^6.1.0, semver@^6.1.2:
2639+
version "6.3.0"
2640+
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
2641+
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
26342642

26352643
set-blocking@^2.0.0:
26362644
version "2.0.0"
@@ -2892,7 +2900,7 @@ strip-ansi@^4.0.0:
28922900
dependencies:
28932901
ansi-regex "^3.0.0"
28942902

2895-
strip-ansi@^5.1.0:
2903+
strip-ansi@^5.1.0, strip-ansi@^5.2.0:
28962904
version "5.2.0"
28972905
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae"
28982906
integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==
@@ -2923,11 +2931,16 @@ strip-indent@^1.0.1:
29232931
dependencies:
29242932
get-stdin "^4.0.1"
29252933

2926-
[email protected], strip-json-comments@^2.0.1:
2934+
29272935
version "2.0.1"
29282936
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
29292937
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
29302938

2939+
strip-json-comments@^3.0.1:
2940+
version "3.0.1"
2941+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
2942+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
2943+
29312944
29322945
version "6.0.0"
29332946
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-6.0.0.tgz#76cfe742cf1f41bb9b1c29ad03068c05b4c0e40a"
@@ -3100,6 +3113,11 @@ util-deprecate@~1.0.1:
31003113
resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"
31013114
integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=
31023115

3116+
v8-compile-cache@^2.0.3:
3117+
version "2.0.3"
3118+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
3119+
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
3120+
31033121
validate-npm-package-license@^3.0.1:
31043122
version "3.0.4"
31053123
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)