Skip to content

Commit 586d8a3

Browse files
committed
Update dependency eslint to v7.20.0
1 parent 150b54c commit 586d8a3

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"ember-truth-helpers": "3.0.0",
108108
"ember-web-app": "5.0.1",
109109
"ember-window-mock": "0.7.2",
110-
"eslint": "7.19.0",
110+
"eslint": "7.20.0",
111111
"eslint-config-prettier": "7.2.0",
112112
"eslint-plugin-ember": "10.2.0",
113113
"eslint-plugin-ember-concurrency": "0.3.1",

yarn.lock

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# yarn lockfile v1
33

44

5+
6+
version "7.12.11"
7+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
8+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
9+
dependencies:
10+
"@babel/highlight" "^7.10.4"
11+
512
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
613
version "7.12.13"
714
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -228,7 +235,7 @@
228235
"@babel/traverse" "^7.12.13"
229236
"@babel/types" "^7.12.13"
230237

231-
"@babel/highlight@^7.12.13":
238+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
232239
version "7.12.13"
233240
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
234241
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
@@ -7385,12 +7392,12 @@ eslint-visitor-keys@^2.0.0:
73857392
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
73867393
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
73877394

7388-
eslint@7.19.0:
7389-
version "7.19.0"
7390-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
7391-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
7395+
eslint@7.20.0:
7396+
version "7.20.0"
7397+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
7398+
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
73927399
dependencies:
7393-
"@babel/code-frame" "^7.0.0"
7400+
"@babel/code-frame" "7.12.11"
73947401
"@eslint/eslintrc" "^0.3.0"
73957402
ajv "^6.10.0"
73967403
chalk "^4.0.0"
@@ -7402,7 +7409,7 @@ [email protected]:
74027409
eslint-utils "^2.1.0"
74037410
eslint-visitor-keys "^2.0.0"
74047411
espree "^7.3.1"
7405-
esquery "^1.2.0"
7412+
esquery "^1.4.0"
74067413
esutils "^2.0.2"
74077414
file-entry-cache "^6.0.0"
74087415
functional-red-black-tree "^1.0.1"
@@ -7452,7 +7459,7 @@ esprima@~3.0.0:
74527459
resolved "https://registry.yarnpkg.com/esprima/-/esprima-3.0.0.tgz#53cf247acda77313e551c3aa2e73342d3fb4f7d9"
74537460
integrity sha1-U88kes2ncxPlUcOqLnM0LT+099k=
74547461

7455-
esquery@^1.2.0, esquery@^1.3.1:
7462+
esquery@^1.3.1, esquery@^1.4.0:
74567463
version "1.4.0"
74577464
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
74587465
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==

0 commit comments

Comments
 (0)