Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit a119355

Browse files
authored
Merge pull request #152 from tpucci/dependabot/npm_and_yarn/eslint-6.1.0
⬆️ Bump eslint from 6.0.1 to 6.1.0
2 parents adffc3b + 35be5ed commit a119355

1 file changed

Lines changed: 34 additions & 15 deletions

File tree

yarn.lock

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5028,14 +5028,22 @@ eslint-plugin-react@^7.14.2:
50285028
prop-types "^15.7.2"
50295029
resolve "^1.10.1"
50305030

5031-
eslint-scope@^4.0.0, eslint-scope@^4.0.3:
5031+
eslint-scope@^4.0.0:
50325032
version "4.0.3"
50335033
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-4.0.3.tgz#ca03833310f6889a3264781aa82e63eb9cfe7848"
50345034
integrity sha512-p7VutNr1O/QrxysMo3E45FjYDTeXBy0iTltPFNSqKAIfjDSXC+4dj+qfyuD8bfAXrW/y6lW3O76VaYNPKfpKrg==
50355035
dependencies:
50365036
esrecurse "^4.1.0"
50375037
estraverse "^4.1.1"
50385038

5039+
eslint-scope@^5.0.0:
5040+
version "5.0.0"
5041+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
5042+
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
5043+
dependencies:
5044+
esrecurse "^4.1.0"
5045+
estraverse "^4.1.1"
5046+
50395047
eslint-utils@^1.3.1:
50405048
version "1.3.1"
50415049
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
@@ -5047,46 +5055,47 @@ eslint-visitor-keys@^1.0.0:
50475055
integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==
50485056

50495057
eslint@^6.0.1:
5050-
version "6.0.1"
5051-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7"
5052-
integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w==
5058+
version "6.1.0"
5059+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.1.0.tgz#06438a4a278b1d84fb107d24eaaa35471986e646"
5060+
integrity sha512-QhrbdRD7ofuV09IuE2ySWBz0FyXCq0rriLTZXZqaWSI79CVtHVRdkFuFTViiqzZhkCgfOh9USpriuGN2gIpZDQ==
50535061
dependencies:
50545062
"@babel/code-frame" "^7.0.0"
50555063
ajv "^6.10.0"
50565064
chalk "^2.1.0"
50575065
cross-spawn "^6.0.5"
50585066
debug "^4.0.1"
50595067
doctrine "^3.0.0"
5060-
eslint-scope "^4.0.3"
5068+
eslint-scope "^5.0.0"
50615069
eslint-utils "^1.3.1"
50625070
eslint-visitor-keys "^1.0.0"
50635071
espree "^6.0.0"
50645072
esquery "^1.0.1"
50655073
esutils "^2.0.2"
50665074
file-entry-cache "^5.0.1"
50675075
functional-red-black-tree "^1.0.1"
5068-
glob-parent "^3.1.0"
5076+
glob-parent "^5.0.0"
50695077
globals "^11.7.0"
50705078
ignore "^4.0.6"
50715079
import-fresh "^3.0.0"
50725080
imurmurhash "^0.1.4"
5073-
inquirer "^6.2.2"
5081+
inquirer "^6.4.1"
50745082
is-glob "^4.0.0"
50755083
js-yaml "^3.13.1"
50765084
json-stable-stringify-without-jsonify "^1.0.1"
50775085
levn "^0.3.0"
5078-
lodash "^4.17.11"
5086+
lodash "^4.17.14"
50795087
minimatch "^3.0.4"
50805088
mkdirp "^0.5.1"
50815089
natural-compare "^1.4.0"
50825090
optionator "^0.8.2"
50835091
progress "^2.0.0"
50845092
regexpp "^2.0.1"
5085-
semver "^5.5.1"
5086-
strip-ansi "^4.0.0"
5087-
strip-json-comments "^2.0.1"
5093+
semver "^6.1.2"
5094+
strip-ansi "^5.2.0"
5095+
strip-json-comments "^3.0.1"
50885096
table "^5.2.3"
50895097
text-table "^0.2.0"
5098+
v8-compile-cache "^2.0.3"
50905099

50915100
espree@^6.0.0:
50925101
version "6.0.0"
@@ -6778,7 +6787,7 @@ inquirer@6.2.2:
67786787
strip-ansi "^5.0.0"
67796788
through "^2.3.6"
67806789

6781-
inquirer@6.5.0, inquirer@^6.2.2:
6790+
inquirer@6.5.0, inquirer@^6.4.1:
67826791
version "6.5.0"
67836792
resolved "https://registry.yarnpkg.com/inquirer/-/inquirer-6.5.0.tgz#2303317efc9a4ea7ec2e2df6f86569b734accf42"
67846793
integrity sha512-scfHejeG/lVZSpvCXpsB4j/wQNPM5JC8kiElOI0OUTwmc1RTpXr4H32/HOlQHcZiYl2z2VElwuCVDRG8vFmbnA==
@@ -8221,7 +8230,7 @@ lodash.uniq@^4.5.0:
82218230
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
82228231
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
82238232

8224-
lodash@4.17.15, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
8233+
lodash@4.17.15, "lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.5, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.6.1:
82258234
version "4.17.15"
82268235
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
82278236
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
@@ -11581,7 +11590,7 @@ semver@5.5.0:
1158111590
resolved "https://registry.yarnpkg.com/semver/-/semver-5.5.0.tgz#dc4bbc7a6ca9d916dee5d43516f0092b58f7b8ab"
1158211591
integrity sha512-4SJ3dm0WAwWy/NVeioZh5AntkdJoWKxHxcmyP622fOkgHa4z3R0TdBJICINyaSDE6uNwVc8gZr+ZinwZAH4xIA==
1158311592

11584-
semver@6.3.0, semver@^6.0.0, semver@^6.1.1:
11593+
semver@6.3.0, semver@^6.0.0, semver@^6.1.1, semver@^6.1.2:
1158511594
version "6.3.0"
1158611595
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1158711596
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
@@ -12258,7 +12267,12 @@ strip-indent@^3.0.0:
1225812267
dependencies:
1225912268
min-indent "^1.0.0"
1226012269

12261-
strip-json-comments@^2.0.1, strip-json-comments@~2.0.1:
12270+
strip-json-comments@^3.0.1:
12271+
version "3.0.1"
12272+
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.0.1.tgz#85713975a91fb87bf1b305cca77395e40d2a64a7"
12273+
integrity sha512-VTyMAUfdm047mwKl+u79WIdrZxtFtn+nBxHeb844XBQ9uMNTuTHdx2hc5RiAJYqwTj3wc/xe5HLSdJSkJ+WfZw==
12274+
12275+
strip-json-comments@~2.0.1:
1226212276
version "2.0.1"
1226312277
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1226412278
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
@@ -13164,6 +13178,11 @@ uuid@3.3.2, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2:
1316413178
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.3.2.tgz#1b4af4955eb3077c501c23872fc6513811587131"
1316513179
integrity sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==
1316613180

13181+
v8-compile-cache@^2.0.3:
13182+
version "2.0.3"
13183+
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-2.0.3.tgz#00f7494d2ae2b688cfe2899df6ed2c54bef91dbe"
13184+
integrity sha512-CNmdbwQMBjwr9Gsmohvm0pbL954tJrNzf6gWL3K+QMQf00PF7ERGrEiLgjuU3mKreLC2MeGhUsNV9ybTbLgd3w==
13185+
1316713186
validate-npm-package-license@^3.0.1:
1316813187
version "3.0.4"
1316913188
resolved "https://registry.yarnpkg.com/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz#fc91f6b9c7ba15c857f4cb2c5defeec39d4f410a"

0 commit comments

Comments
 (0)