Skip to content

Commit c728415

Browse files
feat(deps): bump eslint from 7.19.0 to 7.21.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.19.0 to 7.21.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.21.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87e8dfc commit c728415

File tree

2 files changed

+37
-22
lines changed

2 files changed

+37
-22
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"cross-env": "^7.0.3",
6464
"cross-spawn": "^7.0.1",
6565
"doctoc": "^2.0.0",
66-
"eslint": "^7.19.0",
66+
"eslint": "^7.21.0",
6767
"eslint-config-airbnb-typescript": "^12.3.1",
6868
"eslint-config-prettier": "^8.1.0",
6969
"eslint-plugin-import": "^2.20.0",

yarn.lock

+36-21
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.12.13":
2330
version "7.12.13"
2431
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -278,6 +285,15 @@
278285
"@babel/traverse" "^7.13.0"
279286
"@babel/types" "^7.13.0"
280287

288+
"@babel/highlight@^7.10.4":
289+
version "7.13.8"
290+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
291+
integrity sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==
292+
dependencies:
293+
"@babel/helper-validator-identifier" "^7.12.11"
294+
chalk "^2.0.0"
295+
js-tokens "^4.0.0"
296+
281297
"@babel/highlight@^7.12.13":
282298
version "7.12.13"
283299
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -1041,10 +1057,10 @@
10411057
resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe"
10421058
integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ==
10431059

1044-
"@eslint/eslintrc@^0.3.0":
1045-
version "0.3.0"
1046-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1047-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
1060+
"@eslint/eslintrc@^0.4.0":
1061+
version "0.4.0"
1062+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
1063+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
10481064
dependencies:
10491065
ajv "^6.12.4"
10501066
debug "^4.1.1"
@@ -1053,7 +1069,6 @@
10531069
ignore "^4.0.6"
10541070
import-fresh "^3.2.1"
10551071
js-yaml "^3.13.1"
1056-
lodash "^4.17.20"
10571072
minimatch "^3.0.4"
10581073
strip-json-comments "^3.1.1"
10591074

@@ -3896,13 +3911,13 @@ eslint-visitor-keys@^2.0.0:
38963911
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
38973912
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
38983913

3899-
eslint@^7.19.0:
3900-
version "7.19.0"
3901-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
3902-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
3914+
eslint@^7.21.0:
3915+
version "7.21.0"
3916+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
3917+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
39033918
dependencies:
3904-
"@babel/code-frame" "^7.0.0"
3905-
"@eslint/eslintrc" "^0.3.0"
3919+
"@babel/code-frame" "7.12.11"
3920+
"@eslint/eslintrc" "^0.4.0"
39063921
ajv "^6.10.0"
39073922
chalk "^4.0.0"
39083923
cross-spawn "^7.0.2"
@@ -3913,9 +3928,9 @@ eslint@^7.19.0:
39133928
eslint-utils "^2.1.0"
39143929
eslint-visitor-keys "^2.0.0"
39153930
espree "^7.3.1"
3916-
esquery "^1.2.0"
3931+
esquery "^1.4.0"
39173932
esutils "^2.0.2"
3918-
file-entry-cache "^6.0.0"
3933+
file-entry-cache "^6.0.1"
39193934
functional-red-black-tree "^1.0.1"
39203935
glob-parent "^5.0.0"
39213936
globals "^12.1.0"
@@ -3953,10 +3968,10 @@ esprima@^4.0.0, esprima@^4.0.1:
39533968
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
39543969
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
39553970

3956-
esquery@^1.2.0:
3957-
version "1.3.1"
3958-
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.3.1.tgz#b78b5828aa8e214e29fb74c4d5b752e1c033da57"
3959-
integrity sha512-olpvt9QG0vniUBZspVRN6lwB7hOZoTRtT+jzR+tS4ffYx2mzbw+z0XCOk44aaLYKApNX5nMm+E+P6o25ip/DHQ==
3971+
esquery@^1.4.0:
3972+
version "1.4.0"
3973+
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
3974+
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
39603975
dependencies:
39613976
estraverse "^5.1.0"
39623977

@@ -4203,10 +4218,10 @@ figures@^3.2.0:
42034218
dependencies:
42044219
escape-string-regexp "^1.0.5"
42054220

4206-
file-entry-cache@^6.0.0:
4207-
version "6.0.0"
4208-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
4209-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
4221+
file-entry-cache@^6.0.1:
4222+
version "6.0.1"
4223+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
4224+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
42104225
dependencies:
42114226
flat-cache "^3.0.4"
42124227

0 commit comments

Comments
 (0)