Skip to content

Commit b131c2e

Browse files
committed
Update dependency eslint to v7.3.1
1 parent 2b349a7 commit b131c2e

File tree

2 files changed

+41
-16
lines changed

2 files changed

+41
-16
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.3.1",
3333
"eslint-plugin-prettier": "3.1.4",
3434
"jest": "26.0.1",
3535
"prettier": "2.0.5",

yarn.lock

Lines changed: 40 additions & 15 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"
@@ -3074,6 +3079,13 @@ enquirer@^2.3.4:
30743079
dependencies:
30753080
ansi-colors "^3.2.1"
30763081

3082+
enquirer@^2.3.5:
3083+
version "2.3.5"
3084+
resolved "https://registry.yarnpkg.com/enquirer/-/enquirer-2.3.5.tgz#3ab2b838df0a9d8ab9e7dff235b0e8712ef92381"
3085+
integrity sha512-BNT1C08P9XD0vNg3J475yIUG+mVdp9T6towYFHUv897X0KoHBjB1shyrNmhmtHWKP17iSWgo7Gqh7BBuzLZMSA==
3086+
dependencies:
3087+
ansi-colors "^3.2.1"
3088+
30773089
env-ci@^5.0.1:
30783090
version "5.0.2"
30793091
resolved "https://registry.npmjs.org/env-ci/-/env-ci-5.0.2.tgz#48b6687f8af8cdf5e31b8fcf2987553d085249d9"
@@ -3246,6 +3258,14 @@ eslint-scope@^5.0.0:
32463258
esrecurse "^4.1.0"
32473259
estraverse "^4.1.1"
32483260

3261+
eslint-scope@^5.1.0:
3262+
version "5.1.0"
3263+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
3264+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
3265+
dependencies:
3266+
esrecurse "^4.1.0"
3267+
estraverse "^4.1.1"
3268+
32493269
eslint-utils@^2.0.0:
32503270
version "2.0.0"
32513271
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -3258,21 +3278,27 @@ eslint-visitor-keys@^1.0.0, eslint-visitor-keys@^1.1.0:
32583278
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
32593279
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
32603280

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==
3281+
eslint-visitor-keys@^1.2.0:
3282+
version "1.3.0"
3283+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz#30ebd1ef7c2fdff01c3a4f151044af25fab0523e"
3284+
integrity sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==
3285+
3286+
3287+
version "7.3.1"
3288+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.3.1.tgz#76392bd7e44468d046149ba128d1566c59acbe19"
3289+
integrity sha512-cQC/xj9bhWUcyi/RuMbRtC3I0eW8MH0jhRELSvpKYkWep3C6YZ2OkvcvJVUeO6gcunABmzptbXBuDoXsjHmfTA==
32653290
dependencies:
32663291
"@babel/code-frame" "^7.0.0"
32673292
ajv "^6.10.0"
32683293
chalk "^4.0.0"
32693294
cross-spawn "^7.0.2"
32703295
debug "^4.0.1"
32713296
doctrine "^3.0.0"
3272-
eslint-scope "^5.0.0"
3297+
enquirer "^2.3.5"
3298+
eslint-scope "^5.1.0"
32733299
eslint-utils "^2.0.0"
3274-
eslint-visitor-keys "^1.1.0"
3275-
espree "^7.0.0"
3300+
eslint-visitor-keys "^1.2.0"
3301+
espree "^7.1.0"
32763302
esquery "^1.2.0"
32773303
esutils "^2.0.2"
32783304
file-entry-cache "^5.0.1"
@@ -3282,7 +3308,6 @@ [email protected]:
32823308
ignore "^4.0.6"
32833309
import-fresh "^3.0.0"
32843310
imurmurhash "^0.1.4"
3285-
inquirer "^7.0.0"
32863311
is-glob "^4.0.0"
32873312
js-yaml "^3.13.1"
32883313
json-stable-stringify-without-jsonify "^1.0.1"
@@ -3300,14 +3325,14 @@ [email protected]:
33003325
text-table "^0.2.0"
33013326
v8-compile-cache "^2.0.3"
33023327

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==
3328+
espree@^7.1.0:
3329+
version "7.1.0"
3330+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
3331+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
33073332
dependencies:
3308-
acorn "^7.1.1"
3333+
acorn "^7.2.0"
33093334
acorn-jsx "^5.2.0"
3310-
eslint-visitor-keys "^1.1.0"
3335+
eslint-visitor-keys "^1.2.0"
33113336

33123337
esprima@^4.0.0, esprima@^4.0.1:
33133338
version "4.0.1"
@@ -4165,7 +4190,7 @@ inquirer@^3.0.6:
41654190
strip-ansi "^4.0.0"
41664191
through "^2.3.6"
41674192

4168-
inquirer@^7.0.0, inquirer@^7.0.4:
4193+
inquirer@^7.0.4:
41694194
version "7.1.0"
41704195
resolved "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz#1298a01859883e17c7264b82870ae1034f92dd29"
41714196
integrity sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==

0 commit comments

Comments
 (0)