Skip to content

Commit 7e6ad86

Browse files
chore(deps-dev): bump eslint from 7.20.0 to 7.21.0 (#1267)
Bumps [eslint](https://github.com/eslint/eslint) from 7.20.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.20.0...v7.21.0) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent f2125d0 commit 7e6ad86

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

yarn.lock

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1047,10 +1047,10 @@
10471047
ts-node "^8"
10481048
tslib "^1"
10491049

1050-
"@eslint/eslintrc@^0.3.0":
1051-
version "0.3.0"
1052-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
1053-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
1050+
"@eslint/eslintrc@^0.4.0":
1051+
version "0.4.0"
1052+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
1053+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
10541054
dependencies:
10551055
ajv "^6.12.4"
10561056
debug "^4.1.1"
@@ -1059,7 +1059,6 @@
10591059
ignore "^4.0.6"
10601060
import-fresh "^3.2.1"
10611061
js-yaml "^3.13.1"
1062-
lodash "^4.17.20"
10631062
minimatch "^3.0.4"
10641063
strip-json-comments "^3.1.1"
10651064

@@ -7131,12 +7130,12 @@ eslint-visitor-keys@^2.0.0:
71317130
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
71327131

71337132
eslint@^7.2.0:
7134-
version "7.20.0"
7135-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
7136-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
7133+
version "7.21.0"
7134+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
7135+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
71377136
dependencies:
71387137
"@babel/code-frame" "7.12.11"
7139-
"@eslint/eslintrc" "^0.3.0"
7138+
"@eslint/eslintrc" "^0.4.0"
71407139
ajv "^6.10.0"
71417140
chalk "^4.0.0"
71427141
cross-spawn "^7.0.2"
@@ -7149,7 +7148,7 @@ eslint@^7.2.0:
71497148
espree "^7.3.1"
71507149
esquery "^1.4.0"
71517150
esutils "^2.0.2"
7152-
file-entry-cache "^6.0.0"
7151+
file-entry-cache "^6.0.1"
71537152
functional-red-black-tree "^1.0.1"
71547153
glob-parent "^5.0.0"
71557154
globals "^12.1.0"
@@ -7674,10 +7673,10 @@ figures@^3.0.0:
76747673
dependencies:
76757674
escape-string-regexp "^1.0.5"
76767675

7677-
file-entry-cache@^6.0.0:
7678-
version "6.0.0"
7679-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
7680-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
7676+
file-entry-cache@^6.0.1:
7677+
version "6.0.1"
7678+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
7679+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
76817680
dependencies:
76827681
flat-cache "^3.0.4"
76837682

0 commit comments

Comments
 (0)