Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 57a15b7

Browse files
authored
Update eslint: 7.25.0 → 7.26.0 (minor) (#305)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent c6dfa6d commit 57a15b7

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
"@types/tape": "^4.13.0",
3333
"@typescript-eslint/eslint-plugin": "^4.23.0",
3434
"@typescript-eslint/parser": "^4.23.0",
35-
"eslint": "^7.25.0",
35+
"eslint": "^7.26.0",
3636
"eslint-config-prettier": "^7.2.0",
3737
"express": "^4.17.1",
3838
"prettier": "^2.3.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
chalk "^2.0.0"
2424
js-tokens "^4.0.0"
2525

26-
"@eslint/eslintrc@^0.4.0":
27-
version "0.4.0"
28-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
29-
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
26+
"@eslint/eslintrc@^0.4.1":
27+
version "0.4.1"
28+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
29+
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
3030
dependencies:
3131
ajv "^6.12.4"
3232
debug "^4.1.1"
@@ -727,13 +727,13 @@ eslint-visitor-keys@^2.0.0:
727727
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
728728
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
729729

730-
eslint@^7.25.0:
731-
version "7.25.0"
732-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
733-
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
730+
eslint@^7.26.0:
731+
version "7.26.0"
732+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
733+
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
734734
dependencies:
735735
"@babel/code-frame" "7.12.11"
736-
"@eslint/eslintrc" "^0.4.0"
736+
"@eslint/eslintrc" "^0.4.1"
737737
ajv "^6.10.0"
738738
chalk "^4.0.0"
739739
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)