Skip to content

Commit 7f15e31

Browse files
chore(deps-dev): bump eslint from 7.1.0 to 7.2.0 (#800)
Bumps [eslint](https://github.com/eslint/eslint) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.1.0...v7.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 56d39cb commit 7f15e31

File tree

2 files changed

+23
-28
lines changed

2 files changed

+23
-28
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"chai": "^4.2.0",
6262
"chai-as-promised": "^7.1.1",
6363
"electron": "^9.0.2",
64-
"eslint": "^7.1.0",
64+
"eslint": "^7.2.0",
6565
"eslint-config-standard": "^14.0.0",
6666
"eslint-plugin-import": "^2.21.1",
6767
"eslint-plugin-node": "^11.0.0",

yarn.lock

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6674,10 +6674,10 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3:
66746674
esrecurse "^4.1.0"
66756675
estraverse "^4.1.1"
66766676

6677-
eslint-scope@^5.0.0:
6678-
version "5.0.0"
6679-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
6680-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
6677+
eslint-scope@^5.1.0:
6678+
version "5.1.0"
6679+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
6680+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
66816681
dependencies:
66826682
esrecurse "^4.1.0"
66836683
estraverse "^4.1.1"
@@ -6696,26 +6696,26 @@ eslint-utils@^2.0.0:
66966696
dependencies:
66976697
eslint-visitor-keys "^1.1.0"
66986698

6699-
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
6700-
version "1.1.0"
6701-
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
6702-
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
6699+
eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0, eslint-visitor-keys@^1.2.0:
6700+
version "1.2.0"
6701+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
6702+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
67036703

6704-
eslint@^7.1.0:
6705-
version "7.1.0"
6706-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
6707-
integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
6704+
eslint@^7.2.0:
6705+
version "7.2.0"
6706+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
6707+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
67086708
dependencies:
67096709
"@babel/code-frame" "^7.0.0"
67106710
ajv "^6.10.0"
67116711
chalk "^4.0.0"
67126712
cross-spawn "^7.0.2"
67136713
debug "^4.0.1"
67146714
doctrine "^3.0.0"
6715-
eslint-scope "^5.0.0"
6715+
eslint-scope "^5.1.0"
67166716
eslint-utils "^2.0.0"
6717-
eslint-visitor-keys "^1.1.0"
6718-
espree "^7.0.0"
6717+
eslint-visitor-keys "^1.2.0"
6718+
espree "^7.1.0"
67196719
esquery "^1.2.0"
67206720
esutils "^2.0.2"
67216721
file-entry-cache "^5.0.1"
@@ -6748,14 +6748,14 @@ esm@^3.2.25:
67486748
resolved "https://registry.yarnpkg.com/esm/-/esm-3.2.25.tgz#342c18c29d56157688ba5ce31f8431fbb795cc10"
67496749
integrity sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==
67506750

6751-
espree@^7.0.0:
6752-
version "7.0.0"
6753-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
6754-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
6751+
espree@^7.1.0:
6752+
version "7.1.0"
6753+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
6754+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
67556755
dependencies:
6756-
acorn "^7.1.1"
6756+
acorn "^7.2.0"
67576757
acorn-jsx "^5.2.0"
6758-
eslint-visitor-keys "^1.1.0"
6758+
eslint-visitor-keys "^1.2.0"
67596759

67606760
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
67616761
version "4.0.1"
@@ -10409,16 +10409,11 @@ lodash.xorby@^4.7.0:
1040910409
resolved "https://registry.yarnpkg.com/lodash.xorby/-/lodash.xorby-4.7.0.tgz#9c19a6f9f063a6eb53dd03c1b6871799801463d7"
1041010410
integrity sha1-nBmm+fBjputT3QPBtocXmYAUY9c=
1041110411

10412-
lodash@4, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@~4.17.12:
10412+
lodash@4, lodash@^4.15.0, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0, lodash@^4.8.0, lodash@~4.17.12:
1041310413
version "4.17.15"
1041410414
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
1041510415
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
1041610416

10417-
lodash@^4.8.0:
10418-
version "4.17.14"
10419-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.14.tgz#9ce487ae66c96254fe20b599f21b6816028078ba"
10420-
integrity sha512-mmKYbW3GLuJeX+iGP+Y7Gp1AiGHGbXHCOh/jZmrawMmsE7MS4znI3RL2FsjbqOyMayHInjOeykW7PEajUk1/xw==
10421-
1042210417
[email protected], log-symbols@^2.2.0:
1042310418
version "2.2.0"
1042410419
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"

0 commit comments

Comments
 (0)