Skip to content

Commit 6ea87d8

Browse files
build(deps-dev): 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 0a86c23 commit 6ea87d8

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
@@ -73,7 +73,7 @@
7373
"@typescript-eslint/parser": "2.34.0",
7474
"abort-controller": "^3.0.0",
7575
"brotli-size": "^4.0.0",
76-
"eslint": "^7.20.0",
76+
"eslint": "^7.21.0",
7777
"eslint-config-prettier": "^8.0.0",
7878
"eslint-config-standard-with-typescript": "^17.0.0",
7979
"eslint-plugin-import": "2",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -987,10 +987,10 @@
987987
exec-sh "^0.3.2"
988988
minimist "^1.2.0"
989989

990-
"@eslint/eslintrc@^0.3.0":
991-
version "0.3.0"
992-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
993-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
990+
"@eslint/eslintrc@^0.4.0":
991+
version "0.4.0"
992+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
993+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
994994
dependencies:
995995
ajv "^6.12.4"
996996
debug "^4.1.1"
@@ -999,7 +999,6 @@
999999
ignore "^4.0.6"
10001000
import-fresh "^3.2.1"
10011001
js-yaml "^3.13.1"
1002-
lodash "^4.17.20"
10031002
minimatch "^3.0.4"
10041003
strip-json-comments "^3.1.1"
10051004

@@ -2650,13 +2649,13 @@ eslint-visitor-keys@^2.0.0:
26502649
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
26512650
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
26522651

2653-
eslint@^7.20.0:
2654-
version "7.20.0"
2655-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
2656-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
2652+
eslint@^7.21.0:
2653+
version "7.21.0"
2654+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
2655+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
26572656
dependencies:
26582657
"@babel/code-frame" "7.12.11"
2659-
"@eslint/eslintrc" "^0.3.0"
2658+
"@eslint/eslintrc" "^0.4.0"
26602659
ajv "^6.10.0"
26612660
chalk "^4.0.0"
26622661
cross-spawn "^7.0.2"
@@ -2669,7 +2668,7 @@ eslint@^7.20.0:
26692668
espree "^7.3.1"
26702669
esquery "^1.4.0"
26712670
esutils "^2.0.2"
2672-
file-entry-cache "^6.0.0"
2671+
file-entry-cache "^6.0.1"
26732672
functional-red-black-tree "^1.0.1"
26742673
glob-parent "^5.0.0"
26752674
globals "^12.1.0"
@@ -2916,10 +2915,10 @@ figures@^3.2.0:
29162915
dependencies:
29172916
escape-string-regexp "^1.0.5"
29182917

2919-
file-entry-cache@^6.0.0:
2920-
version "6.0.0"
2921-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
2922-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
2918+
file-entry-cache@^6.0.1:
2919+
version "6.0.1"
2920+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
2921+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
29232922
dependencies:
29242923
flat-cache "^3.0.4"
29252924

0 commit comments

Comments
 (0)