Skip to content

Commit 291c18b

Browse files
committed
Update dependency eslint to v7.2.0
1 parent 636373a commit 291c18b

File tree

2 files changed

+24
-19
lines changed

2 files changed

+24
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@babel/preset-env": "7.10.2",
1111
"@babel/preset-react": "7.10.1",
1212
"babel-loader": "8.1.0",
13-
"eslint": "7.1.0",
13+
"eslint": "7.2.0",
1414
"eslint-config-airbnb": "18.1.0",
1515
"eslint-plugin-import": "2.20.2",
1616
"eslint-plugin-jsx-a11y": "6.2.3",

yarn.lock

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ acorn@^5.0.0:
10571057
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.7.3.tgz#67aa231bf8812974b85235a96771eb6bd07ea279"
10581058
integrity sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==
10591059

1060-
acorn@^7.1.1:
1060+
acorn@^7.2.0:
10611061
version "7.2.0"
10621062
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
10631063
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
@@ -2125,10 +2125,10 @@ eslint-plugin-react@7.20.0:
21252125
string.prototype.matchall "^4.0.2"
21262126
xregexp "^4.3.0"
21272127

2128-
eslint-scope@^5.0.0:
2129-
version "5.0.0"
2130-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.0.0.tgz#e87c8887c73e8d1ec84f1ca591645c358bfc8fb9"
2131-
integrity sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==
2128+
eslint-scope@^5.1.0:
2129+
version "5.1.0"
2130+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
2131+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
21322132
dependencies:
21332133
esrecurse "^4.1.0"
21342134
estraverse "^4.1.1"
@@ -2145,21 +2145,26 @@ eslint-visitor-keys@^1.1.0:
21452145
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
21462146
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
21472147

2148-
eslint@7.1.0:
2149-
version "7.1.0"
2150-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
2151-
integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
2148+
eslint-visitor-keys@^1.2.0:
2149+
version "1.2.0"
2150+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
2151+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
2152+
2153+
eslint@7.2.0:
2154+
version "7.2.0"
2155+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
2156+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
21522157
dependencies:
21532158
"@babel/code-frame" "^7.0.0"
21542159
ajv "^6.10.0"
21552160
chalk "^4.0.0"
21562161
cross-spawn "^7.0.2"
21572162
debug "^4.0.1"
21582163
doctrine "^3.0.0"
2159-
eslint-scope "^5.0.0"
2164+
eslint-scope "^5.1.0"
21602165
eslint-utils "^2.0.0"
2161-
eslint-visitor-keys "^1.1.0"
2162-
espree "^7.0.0"
2166+
eslint-visitor-keys "^1.2.0"
2167+
espree "^7.1.0"
21632168
esquery "^1.2.0"
21642169
esutils "^2.0.2"
21652170
file-entry-cache "^5.0.1"
@@ -2187,14 +2192,14 @@ eslint@7.1.0:
21872192
text-table "^0.2.0"
21882193
v8-compile-cache "^2.0.3"
21892194

2190-
espree@^7.0.0:
2191-
version "7.0.0"
2192-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
2193-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
2195+
espree@^7.1.0:
2196+
version "7.1.0"
2197+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
2198+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
21942199
dependencies:
2195-
acorn "^7.1.1"
2200+
acorn "^7.2.0"
21962201
acorn-jsx "^5.2.0"
2197-
eslint-visitor-keys "^1.1.0"
2202+
eslint-visitor-keys "^1.2.0"
21982203

21992204
esprima@^4.0.0:
22002205
version "4.0.1"

0 commit comments

Comments
 (0)