Skip to content

Commit c0dc54e

Browse files
committed
Update dependency eslint to v7.2.0
1 parent 2b349a7 commit c0dc54e

File tree

2 files changed

+32
-14
lines changed

2 files changed

+32
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/react-native": "0.62.13",
3030
"all-contributors-cli": "6.15.0",
3131
"auto": "9.26.8",
32-
"eslint": "7.0.0",
32+
"eslint": "7.2.0",
3333
"eslint-plugin-prettier": "3.1.4",
3434
"jest": "26.0.1",
3535
"prettier": "2.0.5",

yarn.lock

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1770,6 +1770,11 @@ acorn@^7.1.1:
17701770
resolved "https://registry.npmjs.org/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
17711771
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
17721772

1773+
acorn@^7.2.0:
1774+
version "7.3.1"
1775+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.3.1.tgz#85010754db53c3fbaf3b9ea3e083aa5c5d147ffd"
1776+
integrity sha512-tLc0wSnatxAQHVHUapaHdz72pi9KUyHjq5KyHjGg9Y8Ifdc79pTh2XvI6I1/chZbnM7QtNKzh66ooDogPZSleA==
1777+
17731778
agent-base@6:
17741779
version "6.0.0"
17751780
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.0.tgz#5d0101f19bbfaed39980b22ae866de153b93f09a"
@@ -3246,6 +3251,14 @@ eslint-scope@^5.0.0:
32463251
esrecurse "^4.1.0"
32473252
estraverse "^4.1.1"
32483253

3254+
eslint-scope@^5.1.0:
3255+
version "5.1.0"
3256+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
3257+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
3258+
dependencies:
3259+
esrecurse "^4.1.0"
3260+
estraverse "^4.1.1"
3261+
32493262
eslint-utils@^2.0.0:
32503263
version "2.0.0"
32513264
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -3258,21 +3271,26 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
32583271
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
32593272
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
32603273

3261-
3262-
version "7.0.0"
3263-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.0.0.tgz#c35dfd04a4372110bd78c69a8d79864273919a08"
3264-
integrity sha512-qY1cwdOxMONHJfGqw52UOpZDeqXy8xmD0u8CT6jIstil72jkhURC704W8CFyTPDPllz4z4lu0Ql1+07PG/XdIg==
3274+
eslint-visitor-keys@^1.2.0:
3275+
version "1.2.0"
3276+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
3277+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
3278+
3279+
3280+
version "7.2.0"
3281+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
3282+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
32653283
dependencies:
32663284
"@babel/code-frame" "^7.0.0"
32673285
ajv "^6.10.0"
32683286
chalk "^4.0.0"
32693287
cross-spawn "^7.0.2"
32703288
debug "^4.0.1"
32713289
doctrine "^3.0.0"
3272-
eslint-scope "^5.0.0"
3290+
eslint-scope "^5.1.0"
32733291
eslint-utils "^2.0.0"
3274-
eslint-visitor-keys "^1.1.0"
3275-
espree "^7.0.0"
3292+
eslint-visitor-keys "^1.2.0"
3293+
espree "^7.1.0"
32763294
esquery "^1.2.0"
32773295
esutils "^2.0.2"
32783296
file-entry-cache "^5.0.1"
@@ -3300,14 +3318,14 @@ [email protected]:
33003318
text-table "^0.2.0"
33013319
v8-compile-cache "^2.0.3"
33023320

3303-
espree@^7.0.0:
3304-
version "7.0.0"
3305-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
3306-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
3321+
espree@^7.1.0:
3322+
version "7.1.0"
3323+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
3324+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
33073325
dependencies:
3308-
acorn "^7.1.1"
3326+
acorn "^7.2.0"
33093327
acorn-jsx "^5.2.0"
3310-
eslint-visitor-keys "^1.1.0"
3328+
eslint-visitor-keys "^1.2.0"
33113329

33123330
esprima@^4.0.0, esprima@^4.0.1:
33133331
version "4.0.1"

0 commit comments

Comments
 (0)