Skip to content

Commit 6548bfb

Browse files
Bump eslint from 7.19.0 to 7.21.0 (#259)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a99684 commit 6548bfb

File tree

1 file changed

+32
-17
lines changed

1 file changed

+32
-17
lines changed

yarn.lock

Lines changed: 32 additions & 17 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+
"@babel/code-frame@7.12.11":
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"
@@ -254,6 +261,15 @@
254261
"@babel/traverse" "^7.12.13"
255262
"@babel/types" "^7.12.13"
256263

264+
"@babel/highlight@^7.10.4":
265+
version "7.13.8"
266+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.13.8.tgz#10b2dac78526424dfc1f47650d0e415dfd9dc481"
267+
integrity sha512-4vrIhfJyfNf+lCtXC2ck1rKSzDwciqF7IWFhXXrSOUC2O5DrVp+w4c6ed4AllTxhTkUP5x2tYj41VaxdVMMRDw==
268+
dependencies:
269+
"@babel/helper-validator-identifier" "^7.12.11"
270+
chalk "^2.0.0"
271+
js-tokens "^4.0.0"
272+
257273
"@babel/highlight@^7.12.13":
258274
version "7.12.13"
259275
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -925,10 +941,10 @@
925941
exec-sh "^0.3.2"
926942
minimist "^1.2.0"
927943

928-
"@eslint/eslintrc@^0.3.0":
929-
version "0.3.0"
930-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
931-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
944+
"@eslint/eslintrc@^0.4.0":
945+
version "0.4.0"
946+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
947+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
932948
dependencies:
933949
ajv "^6.12.4"
934950
debug "^4.1.1"
@@ -937,7 +953,6 @@
937953
ignore "^4.0.6"
938954
import-fresh "^3.2.1"
939955
js-yaml "^3.13.1"
940-
lodash "^4.17.20"
941956
minimatch "^3.0.4"
942957
strip-json-comments "^3.1.1"
943958

@@ -2725,12 +2740,12 @@ eslint-visitor-keys@^2.0.0:
27252740
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
27262741

27272742
eslint@^7.5.0:
2728-
version "7.19.0"
2729-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.19.0.tgz#6719621b196b5fad72e43387981314e5d0dc3f41"
2730-
integrity sha512-CGlMgJY56JZ9ZSYhJuhow61lMPPjUzWmChFya71Z/jilVos7mR/jPgaEfVGgMBY5DshbKdG8Ezb8FDCHcoMEMg==
2743+
version "7.21.0"
2744+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
2745+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
27312746
dependencies:
2732-
"@babel/code-frame" "^7.0.0"
2733-
"@eslint/eslintrc" "^0.3.0"
2747+
"@babel/code-frame" "7.12.11"
2748+
"@eslint/eslintrc" "^0.4.0"
27342749
ajv "^6.10.0"
27352750
chalk "^4.0.0"
27362751
cross-spawn "^7.0.2"
@@ -2741,9 +2756,9 @@ eslint@^7.5.0:
27412756
eslint-utils "^2.1.0"
27422757
eslint-visitor-keys "^2.0.0"
27432758
espree "^7.3.1"
2744-
esquery "^1.2.0"
2759+
esquery "^1.4.0"
27452760
esutils "^2.0.2"
2746-
file-entry-cache "^6.0.0"
2761+
file-entry-cache "^6.0.1"
27472762
functional-red-black-tree "^1.0.1"
27482763
glob-parent "^5.0.0"
27492764
globals "^12.1.0"
@@ -2781,7 +2796,7 @@ esprima@^4.0.0, esprima@^4.0.1:
27812796
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
27822797
integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==
27832798

2784-
esquery@^1.2.0, esquery@^1.3.1:
2799+
esquery@^1.3.1, esquery@^1.4.0:
27852800
version "1.4.0"
27862801
resolved "https://registry.yarnpkg.com/esquery/-/esquery-1.4.0.tgz#2148ffc38b82e8c7057dfed48425b3e61f0f24a5"
27872802
integrity sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==
@@ -2963,10 +2978,10 @@ fb-watchman@^2.0.0:
29632978
dependencies:
29642979
bser "2.1.1"
29652980

2966-
file-entry-cache@^6.0.0:
2967-
version "6.0.0"
2968-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2969-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
2981+
file-entry-cache@^6.0.1:
2982+
version "6.0.1"
2983+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
2984+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
29702985
dependencies:
29712986
flat-cache "^3.0.4"
29722987

0 commit comments

Comments
 (0)