Skip to content

Commit cf079a2

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v7.2.0
1 parent 5fd29da commit cf079a2

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
@@ -45,7 +45,7 @@
4545
"@types/node": "12.12.20",
4646
"@typescript-eslint/eslint-plugin": "3.1.0",
4747
"@typescript-eslint/parser": "3.1.0",
48-
"eslint": "7.1.0",
48+
"eslint": "7.2.0",
4949
"eslint-config-prettier": "6.11.0",
5050
"eslint-plugin-prettier": "3.1.3",
5151
"graphql": "14.6.0",

yarn.lock

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,11 @@ acorn@^7.1.1:
12221222
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf"
12231223
integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg==
12241224

1225+
acorn@^7.2.0:
1226+
version "7.2.0"
1227+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
1228+
integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
1229+
12251230
agent-base@4, agent-base@^4.3.0:
12261231
version "4.3.0"
12271232
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
@@ -3093,6 +3098,14 @@ eslint-scope@^5.0.0:
30933098
esrecurse "^4.1.0"
30943099
estraverse "^4.1.1"
30953100

3101+
eslint-scope@^5.1.0:
3102+
version "5.1.0"
3103+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.0.tgz#d0f971dfe59c69e0cada684b23d49dbf82600ce5"
3104+
integrity sha512-iiGRvtxWqgtx5m8EyQUJihBloE4EnYeGE/bz1wSPwJE6tZuJUtHlhqDM4Xj2ukE8Dyy1+HCZ4hE0fzIVMzb58w==
3105+
dependencies:
3106+
esrecurse "^4.1.0"
3107+
estraverse "^4.1.1"
3108+
30963109
eslint-utils@^2.0.0:
30973110
version "2.0.0"
30983111
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.0.0.tgz#7be1cc70f27a72a76cd14aa698bcabed6890e1cd"
@@ -3105,21 +3118,26 @@ eslint-visitor-keys@^1.1.0:
31053118
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
31063119
integrity sha512-8y9YjtM1JBJU/A9Kc+SbaOV4y29sSWckBwMHa+FGtVj5gN/sbnKDf6xJUl+8g7FAij9LVaP8C24DUiH/f/2Z9A==
31073120

3108-
3109-
version "7.1.0"
3110-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.1.0.tgz#d9a1df25e5b7859b0a3d86bb05f0940ab676a851"
3111-
integrity sha512-DfS3b8iHMK5z/YLSme8K5cge168I8j8o1uiVmFCgnnjxZQbCGyraF8bMl7Ju4yfBmCuxD7shOF7eqGkcuIHfsA==
3121+
eslint-visitor-keys@^1.2.0:
3122+
version "1.2.0"
3123+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.2.0.tgz#74415ac884874495f78ec2a97349525344c981fa"
3124+
integrity sha512-WFb4ihckKil6hu3Dp798xdzSfddwKKU3+nGniKF6HfeW6OLd2OUDEPP7TcHtB5+QXOKg2s6B2DaMPE1Nn/kxKQ==
3125+
3126+
3127+
version "7.2.0"
3128+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.2.0.tgz#d41b2e47804b30dbabb093a967fb283d560082e6"
3129+
integrity sha512-B3BtEyaDKC5MlfDa2Ha8/D6DsS4fju95zs0hjS3HdGazw+LNayai38A25qMppK37wWGWNYSPOR6oYzlz5MHsRQ==
31123130
dependencies:
31133131
"@babel/code-frame" "^7.0.0"
31143132
ajv "^6.10.0"
31153133
chalk "^4.0.0"
31163134
cross-spawn "^7.0.2"
31173135
debug "^4.0.1"
31183136
doctrine "^3.0.0"
3119-
eslint-scope "^5.0.0"
3137+
eslint-scope "^5.1.0"
31203138
eslint-utils "^2.0.0"
3121-
eslint-visitor-keys "^1.1.0"
3122-
espree "^7.0.0"
3139+
eslint-visitor-keys "^1.2.0"
3140+
espree "^7.1.0"
31233141
esquery "^1.2.0"
31243142
esutils "^2.0.2"
31253143
file-entry-cache "^5.0.1"
@@ -3147,14 +3165,14 @@ [email protected]:
31473165
text-table "^0.2.0"
31483166
v8-compile-cache "^2.0.3"
31493167

3150-
espree@^7.0.0:
3151-
version "7.0.0"
3152-
resolved "https://registry.yarnpkg.com/espree/-/espree-7.0.0.tgz#8a7a60f218e69f120a842dc24c5a88aa7748a74e"
3153-
integrity sha512-/r2XEx5Mw4pgKdyb7GNLQNsu++asx/dltf/CI8RFi9oGHxmQFgvLbc5Op4U6i8Oaj+kdslhJtVlEZeAqH5qOTw==
3168+
espree@^7.1.0:
3169+
version "7.1.0"
3170+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.1.0.tgz#a9c7f18a752056735bf1ba14cb1b70adc3a5ce1c"
3171+
integrity sha512-dcorZSyfmm4WTuTnE5Y7MEN1DyoPYy1ZR783QW1FJoenn7RailyWFsq/UL6ZAAA7uXurN9FIpYyUs3OfiIW+Qw==
31543172
dependencies:
3155-
acorn "^7.1.1"
3173+
acorn "^7.2.0"
31563174
acorn-jsx "^5.2.0"
3157-
eslint-visitor-keys "^1.1.0"
3175+
eslint-visitor-keys "^1.2.0"
31583176

31593177
esprima@^4.0.0, esprima@^4.0.1, esprima@~4.0.0:
31603178
version "4.0.1"

0 commit comments

Comments
 (0)