Skip to content

Commit e8521c0

Browse files
committed
Update dependency eslint to v7.2.0
1 parent 673d61c commit e8521c0

File tree

2 files changed

+31
-18
lines changed

2 files changed

+31
-18
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.9.6",
3636
"@babel/plugin-proposal-class-properties": "^7.8.3",
3737
"babel-eslint": "^10.1.0",
38-
"eslint": "7.0.0",
38+
"eslint": "7.2.0",
3939
"eslint-config-bliss": "5.0.0",
4040
"is-ci": "^2.0.0",
4141
"jasmine-node": "^3.0.0",

yarn.lock

Lines changed: 30 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ acorn-jsx@^5.2.0:
292292
resolved "https://registry.yarnpkg.com/acorn-jsx/-/acorn-jsx-5.2.0.tgz#4c66069173d6fdd68ed85239fc256226182b2ebe"
293293
integrity sha512-HiUX/+K2YpkpJ+SzBffkM/AQ2YE03S0U1kjTLVpoJdhZMOWy8qvXVN9JdLqv2QsaQ6MPYQIuNmwD8zOiYUofLQ==
294294

295-
acorn@^7.1.1:
296-
version "7.1.1"
297-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
298-
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
295+
acorn@^7.2.0:
296+
version "7.2.0"
297+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
298+
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
299299

300300
ajv@^6.10.0, ajv@^6.10.2:
301301
version "6.12.0"
@@ -735,6 +735,14 @@ eslint-scope@^5.0.0:
735735
esrecurse "^4.1.0"
736736
estraverse "^4.1.1"
737737

738+
eslint-scope@^5.1.0:
739+
version "5.1.0"
740+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
741+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
742+
dependencies:
743+
esrecurse "^4.1.0"
744+
estraverse "^4.1.1"
745+
738746
eslint-utils@^2.0.0:
739747
version "2.0.0"
740748
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -747,21 +755,26 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
747755
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
748756
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
749757

750-
eslint@7.0.0:
751-
version "7.0.0"
752-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.0.0.tgz#c35dfd04a4372110bd78c69a8d79864273919a08"
753-
integrity sha512-qY1cwdOxMONHJfGqw52UOpZDeqXy8xmD0u8CT6jIstil72jkhURC704W8CFyTPDPllz4z4lu0Ql1+07PG/XdIg==
758+
eslint-visitor-keys@^1.2.0:
759+
version "1.2.0"
760+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
761+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
762+
763+
eslint@7.2.0:
764+
version "7.2.0"
765+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
766+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
754767
dependencies:
755768
"@babel/code-frame" "^7.0.0"
756769
ajv "^6.10.0"
757770
chalk "^4.0.0"
758771
cross-spawn "^7.0.2"
759772
debug "^4.0.1"
760773
doctrine "^3.0.0"
761-
eslint-scope "^5.0.0"
774+
eslint-scope "^5.1.0"
762775
eslint-utils "^2.0.0"
763-
eslint-visitor-keys "^1.1.0"
764-
espree "^7.0.0"
776+
eslint-visitor-keys "^1.2.0"
777+
espree "^7.1.0"
765778
esquery "^1.2.0"
766779
esutils "^2.0.2"
767780
file-entry-cache "^5.0.1"
@@ -789,14 +802,14 @@ eslint@7.0.0:
789802
text-table "^0.2.0"
790803
v8-compile-cache "^2.0.3"
791804

792-
espree@^7.0.0:
793-
version "7.0.0"
794-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
795-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
805+
espree@^7.1.0:
806+
version "7.1.0"
807+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
808+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
796809
dependencies:
797-
acorn "^7.1.1"
810+
acorn "^7.2.0"
798811
acorn-jsx "^5.2.0"
799-
eslint-visitor-keys "^1.1.0"
812+
eslint-visitor-keys "^1.2.0"
800813

801814
esprima@^4.0.0:
802815
version "4.0.1"

0 commit comments

Comments
 (0)