Skip to content

Commit 87b41d7

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update dependency eslint to v7.6.0
1 parent 9f6ef19 commit 87b41d7

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@babel/core": "7.11.0",
3636
"@babel/plugin-proposal-class-properties": "^7.10.4",
3737
"babel-eslint": "^10.1.0",
38-
"eslint": "7.3.1",
38+
"eslint": "7.6.0",
3939
"eslint-config-bliss": "5.0.0",
4040
"is-ci": "^2.0.0",
4141
"jasmine-node": "^3.0.0",

yarn.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ acorn-jsx@^5.2.0:
376376
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
377377
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
378378

379-
acorn@^7.2.0:
379+
acorn@^7.3.1:
380380
version "7.3.1"
381381
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
382382
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
@@ -802,10 +802,10 @@ eslint-scope@^5.1.0:
802802
esrecurse "^4.1.0"
803803
estraverse "^4.1.1"
804804

805-
eslint-utils@^2.0.0:
806-
version "2.0.0"
807-
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
808-
integrity sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==
805+
eslint-utils@^2.1.0:
806+
version "2.1.0"
807+
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
808+
integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
809809
dependencies:
810810
eslint-visitor-keys "^1.1.0"
811811

@@ -814,15 +814,15 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
814814
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
815815
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
816816

817-
eslint-visitor-keys@^1.2.0:
817+
eslint-visitor-keys@^1.3.0:
818818
version "1.3.0"
819819
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
820820
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
821821

822-
eslint@7.3.1:
823-
version "7.3.1"
824-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19"
825-
integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==
822+
eslint@7.6.0:
823+
version "7.6.0"
824+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.6.0.tgz#522d67cfaea09724d96949c70e7a0550614d64d6"
825+
integrity sha512-QlAManNtqr7sozWm5TF4wIH9gmUm2hE3vNRUvyoYAa4y1l5/jxD/PQStEjBMQtCqZmSep8UxrcecI60hOpe61w==
826826
dependencies:
827827
"@babel/code-frame" "^7.0.0"
828828
ajv "^6.10.0"
@@ -832,9 +832,9 @@ eslint@7.3.1:
832832
doctrine "^3.0.0"
833833
enquirer "^2.3.5"
834834
eslint-scope "^5.1.0"
835-
eslint-utils "^2.0.0"
836-
eslint-visitor-keys "^1.2.0"
837-
espree "^7.1.0"
835+
eslint-utils "^2.1.0"
836+
eslint-visitor-keys "^1.3.0"
837+
espree "^7.2.0"
838838
esquery "^1.2.0"
839839
esutils "^2.0.2"
840840
file-entry-cache "^5.0.1"
@@ -848,7 +848,7 @@ eslint@7.3.1:
848848
js-yaml "^3.13.1"
849849
json-stable-stringify-without-jsonify "^1.0.1"
850850
levn "^0.4.1"
851-
lodash "^4.17.14"
851+
lodash "^4.17.19"
852852
minimatch "^3.0.4"
853853
natural-compare "^1.4.0"
854854
optionator "^0.9.1"
@@ -861,14 +861,14 @@ eslint@7.3.1:
861861
text-table "^0.2.0"
862862
v8-compile-cache "^2.0.3"
863863

864-
espree@^7.1.0:
865-
version "7.1.0"
866-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
867-
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
864+
espree@^7.2.0:
865+
version "7.2.0"
866+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.2.0.tgz#1c263d5b513dbad0ac30c4991b93ac354e948d69"
867+
integrity sha512-H+cQ3+3JYRMEIOl87e7QdHX70ocly5iW4+dttuR8iYSPr/hXKFb+7dBsZ7+u1adC4VrnPlTkv0+OwuPnDop19g==
868868
dependencies:
869-
acorn "^7.2.0"
869+
acorn "^7.3.1"
870870
acorn-jsx "^5.2.0"
871-
eslint-visitor-keys "^1.2.0"
871+
eslint-visitor-keys "^1.3.0"
872872

873873
esprima@^4.0.0:
874874
version "4.0.1"

0 commit comments

Comments
 (0)