Skip to content

Commit 429a904

Browse files
chore(deps): update dependency eslint to v7.26.0 (#419)
Co-authored-by: Renovate Bot <[email protected]>
1 parent e30c5c8 commit 429a904

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.16.0",
3333
"@typescript-eslint/eslint-plugin": "4.22.1",
3434
"@typescript-eslint/parser": "4.22.1",
35-
"eslint": "7.25.0",
35+
"eslint": "7.26.0",
3636
"husky": "6.0.0",
3737
"lint-staged": "10.5.4",
3838
"@types/node": "14.14.44",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -609,10 +609,10 @@
609609
minimatch "^3.0.4"
610610
strip-json-comments "^3.1.1"
611611

612-
"@eslint/eslintrc@^0.4.0":
613-
version "0.4.0"
614-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
615-
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
612+
"@eslint/eslintrc@^0.4.1":
613+
version "0.4.1"
614+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
615+
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
616616
dependencies:
617617
ajv "^6.12.4"
618618
debug "^4.1.1"
@@ -2756,13 +2756,13 @@ [email protected]:
27562756
text-table "^0.2.0"
27572757
v8-compile-cache "^2.0.3"
27582758

2759-
eslint@7.25.0:
2760-
version "7.25.0"
2761-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
2762-
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
2759+
eslint@7.26.0:
2760+
version "7.26.0"
2761+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
2762+
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
27632763
dependencies:
27642764
"@babel/code-frame" "7.12.11"
2765-
"@eslint/eslintrc" "^0.4.0"
2765+
"@eslint/eslintrc" "^0.4.1"
27662766
ajv "^6.10.0"
27672767
chalk "^4.0.0"
27682768
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)