Skip to content

Commit 3509cd6

Browse files
Bump eslint from 7.19.0 to 7.20.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.20.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.19.0...v7.20.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent ec45354 commit 3509cd6

File tree

2 files changed

+19
-12
lines changed

2 files changed

+19
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@typescript-eslint/eslint-plugin": "4.14.2",
8585
"@typescript-eslint/parser": "4.14.2",
8686
"codecov": "3.8.1",
87-
"eslint": "7.19.0",
87+
"eslint": "7.20.0",
8888
"eslint-config-prettier": "7.2.0",
8989
"eslint-plugin-prettier": "3.3.1",
9090
"eslint-plugin-simple-import-sort": "7.0.0",

yarn.lock

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
"@nicolo-ribaudo/chokidar-2" "2.1.8-no-fsevents"
2020
chokidar "^3.4.0"
2121

22+
23+
version "7.12.11"
24+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f"
25+
integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==
26+
dependencies:
27+
"@babel/highlight" "^7.10.4"
28+
2229
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.13":
2330
version "7.12.13"
2431
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -245,7 +252,7 @@
245252
"@babel/traverse" "^7.12.13"
246253
"@babel/types" "^7.12.13"
247254

248-
"@babel/highlight@^7.12.13":
255+
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
249256
version "7.12.13"
250257
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
251258
integrity sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww==
@@ -2428,12 +2435,12 @@ eslint-visitor-keys@^2.0.0:
24282435
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
24292436
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
24302437

2431-
eslint@7.19.0:
2432-
version "7.19.0"
2433-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
2434-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
2438+
eslint@7.20.0:
2439+
version "7.20.0"
2440+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
2441+
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
24352442
dependencies:
2436-
"@babel/code-frame" "^7.0.0"
2443+
"@babel/code-frame" "7.12.11"
24372444
"@eslint/eslintrc" "^0.3.0"
24382445
ajv "^6.10.0"
24392446
chalk "^4.0.0"
@@ -2445,7 +2452,7 @@ [email protected]:
24452452
eslint-utils "^2.1.0"
24462453
eslint-visitor-keys "^2.0.0"
24472454
espree "^7.3.1"
2448-
esquery "^1.2.0"
2455+
esquery "^1.4.0"
24492456
esutils "^2.0.2"
24502457
file-entry-cache "^6.0.0"
24512458
functional-red-black-tree "^1.0.1"
@@ -2485,10 +2492,10 @@ esprima@^4.0.0, esprima@^4.0.1:
24852492
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
24862493
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
24872494

2488-
esquery@^1.2.0:
2489-
version "1.3.1"
2490-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
2491-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
2495+
esquery@^1.4.0:
2496+
version "1.4.0"
2497+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
2498+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
24922499
dependencies:
24932500
estraverse "^5.1.0"
24942501

0 commit comments

Comments
 (0)