Skip to content

Commit 86bfa56

Browse files
Bump eslint from 7.20.0 to 7.21.0
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]>
1 parent 756f453 commit 86bfa56

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"babel-eslint": "^10.1.0",
7676
"babel-jest": "^26.1.0",
7777
"cssnano": "^4.1.10",
78-
"eslint": "^7.20.0",
78+
"eslint": "^7.21.0",
7979
"eslint-config-prettier": "^8.1.0",
8080
"eslint-config-standard": "^16.0.0",
8181
"eslint-plugin-flowtype": "^5.3.1",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -990,10 +990,10 @@
990990
exec-sh "^0.3.2"
991991
minimist "^1.2.0"
992992

993-
"@eslint/eslintrc@^0.3.0":
994-
version "0.3.0"
995-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
996-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
993+
"@eslint/eslintrc@^0.4.0":
994+
version "0.4.0"
995+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
996+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
997997
dependencies:
998998
ajv "^6.12.4"
999999
debug "^4.1.1"
@@ -1002,7 +1002,6 @@
10021002
ignore "^4.0.6"
10031003
import-fresh "^3.2.1"
10041004
js-yaml "^3.13.1"
1005-
lodash "^4.17.20"
10061005
minimatch "^3.0.4"
10071006
strip-json-comments "^3.1.1"
10081007

@@ -3116,13 +3115,13 @@ eslint-visitor-keys@^2.0.0:
31163115
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
31173116
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
31183117

3119-
eslint@^7.20.0:
3120-
version "7.20.0"
3121-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
3122-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
3118+
eslint@^7.21.0:
3119+
version "7.21.0"
3120+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
3121+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
31233122
dependencies:
31243123
"@babel/code-frame" "7.12.11"
3125-
"@eslint/eslintrc" "^0.3.0"
3124+
"@eslint/eslintrc" "^0.4.0"
31263125
ajv "^6.10.0"
31273126
chalk "^4.0.0"
31283127
cross-spawn "^7.0.2"
@@ -3135,7 +3134,7 @@ eslint@^7.20.0:
31353134
espree "^7.3.1"
31363135
esquery "^1.4.0"
31373136
esutils "^2.0.2"
3138-
file-entry-cache "^6.0.0"
3137+
file-entry-cache "^6.0.1"
31393138
functional-red-black-tree "^1.0.1"
31403139
glob-parent "^5.0.0"
31413140
globals "^12.1.0"
@@ -3392,10 +3391,10 @@ fb-watchman@^2.0.0:
33923391
dependencies:
33933392
bser "2.1.1"
33943393

3395-
file-entry-cache@^6.0.0:
3396-
version "6.0.0"
3397-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3398-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
3394+
file-entry-cache@^6.0.1:
3395+
version "6.0.1"
3396+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3397+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
33993398
dependencies:
34003399
flat-cache "^3.0.4"
34013400

0 commit comments

Comments
 (0)