Skip to content

Commit d487d43

Browse files
chore(deps): update dependency eslint to v7.21.0 (#335)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 21da3eb commit d487d43

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
@@ -32,7 +32,7 @@
3232
"@changesets/cli": "2.14.1",
3333
"@typescript-eslint/eslint-plugin": "4.15.2",
3434
"@typescript-eslint/parser": "4.15.2",
35-
"eslint": "7.20.0",
35+
"eslint": "7.21.0",
3636
"husky": "4.3.8",
3737
"lint-staged": "10.5.4",
3838
"@types/node": "14.14.31",

yarn.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@
650650
minimatch "^3.0.4"
651651
strip-json-comments "^3.1.1"
652652

653-
"@eslint/eslintrc@^0.3.0":
654-
version "0.3.0"
655-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.3.0.tgz#d736d6963d7003b6514e6324bec9c602ac340318"
656-
integrity sha512-1JTKgrOKAHVivSvOYw+sJOunkBjUOvjqWk1DPja7ZFhIS2mX/4EgTT8M7eTK9jrKhL/FvXXEbQwIs3pg1xp3dg==
653+
"@eslint/eslintrc@^0.4.0":
654+
version "0.4.0"
655+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
656+
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
657657
dependencies:
658658
ajv "^6.12.4"
659659
debug "^4.1.1"
@@ -662,7 +662,6 @@
662662
ignore "^4.0.6"
663663
import-fresh "^3.2.1"
664664
js-yaml "^3.13.1"
665-
lodash "^4.17.20"
666665
minimatch "^3.0.4"
667666
strip-json-comments "^3.1.1"
668667

@@ -2737,13 +2736,13 @@ [email protected]:
27372736
text-table "^0.2.0"
27382737
v8-compile-cache "^2.0.3"
27392738

2740-
eslint@7.20.0:
2741-
version "7.20.0"
2742-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.20.0.tgz#db07c4ca4eda2e2316e7aa57ac7fc91ec550bdc7"
2743-
integrity sha512-qGi0CTcOGP2OtCQBgWZlQjcTuP0XkIpYFj25XtRTQSHC+umNnp7UMshr2G8SLsRFYDdAPFeHOsiteadmMH02Yw==
2739+
eslint@7.21.0:
2740+
version "7.21.0"
2741+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.21.0.tgz#4ecd5b8c5b44f5dedc9b8a110b01bbfeb15d1c83"
2742+
integrity sha512-W2aJbXpMNofUp0ztQaF40fveSsJBjlSCSWpy//gzfTvwC+USs/nceBrKmlJOiM8r1bLwP2EuYkCqArn/6QTIgg==
27442743
dependencies:
27452744
"@babel/code-frame" "7.12.11"
2746-
"@eslint/eslintrc" "^0.3.0"
2745+
"@eslint/eslintrc" "^0.4.0"
27472746
ajv "^6.10.0"
27482747
chalk "^4.0.0"
27492748
cross-spawn "^7.0.2"
@@ -2756,7 +2755,7 @@ [email protected]:
27562755
espree "^7.3.1"
27572756
esquery "^1.4.0"
27582757
esutils "^2.0.2"
2759-
file-entry-cache "^6.0.0"
2758+
file-entry-cache "^6.0.1"
27602759
functional-red-black-tree "^1.0.1"
27612760
glob-parent "^5.0.0"
27622761
globals "^12.1.0"
@@ -3062,10 +3061,10 @@ file-entry-cache@^5.0.1:
30623061
dependencies:
30633062
flat-cache "^2.0.1"
30643063

3065-
file-entry-cache@^6.0.0:
3066-
version "6.0.0"
3067-
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
3068-
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
3064+
file-entry-cache@^6.0.1:
3065+
version "6.0.1"
3066+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz#211b2dd9659cb0394b073e7323ac3c933d522027"
3067+
integrity sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==
30693068
dependencies:
30703069
flat-cache "^3.0.4"
30713070

0 commit comments

Comments
 (0)