Skip to content

Commit 51533d2

Browse files
committed
chore(deps): update dependency eslint to ^7.26.0
1 parent b70c63e commit 51533d2

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"babel-eslint": "^10.1.0",
6565
"babel-loader": "^8.2.2",
6666
"cherry-pick": "^0.5.0",
67-
"eslint": "^7.25.0",
67+
"eslint": "^7.26.0",
6868
"eslint-plugin-import": "^2.22.1",
6969
"eslint-plugin-jsx-a11y": "^6.4.1",
7070
"eslint-plugin-mocha": "^8.1.0",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,10 @@
10051005
"@babel/helper-validator-identifier" "^7.14.0"
10061006
to-fast-properties "^2.0.0"
10071007

1008-
"@eslint/eslintrc@^0.4.0":
1009-
version "0.4.0"
1010-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
1011-
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
1008+
"@eslint/eslintrc@^0.4.1":
1009+
version "0.4.1"
1010+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
1011+
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
10121012
dependencies:
10131013
ajv "^6.12.4"
10141014
debug "^4.1.1"
@@ -3408,13 +3408,13 @@ eslint-visitor-keys@^2.0.0:
34083408
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
34093409
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
34103410

3411-
eslint@^7.25.0:
3412-
version "7.25.0"
3413-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
3414-
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
3411+
eslint@^7.26.0:
3412+
version "7.26.0"
3413+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
3414+
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
34153415
dependencies:
34163416
"@babel/code-frame" "7.12.11"
3417-
"@eslint/eslintrc" "^0.4.0"
3417+
"@eslint/eslintrc" "^0.4.1"
34183418
ajv "^6.10.0"
34193419
chalk "^4.0.0"
34203420
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)