Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 77556af

Browse files
build(deps-dev): bump eslint from 7.25.0 to 7.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.25.0 to 7.26.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.25.0...v7.26.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f02a9bd commit 77556af

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
@@ -85,7 +85,7 @@
8585
"@typescript-eslint/eslint-plugin": "4.22.0",
8686
"@typescript-eslint/parser": "4.22.0",
8787
"codecov": "3.8.2",
88-
"eslint": "7.25.0",
88+
"eslint": "7.26.0",
8989
"eslint-config-prettier": "8.3.0",
9090
"eslint-plugin-prettier": "3.4.0",
9191
"eslint-plugin-simple-import-sort": "7.0.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -967,10 +967,10 @@
967967
exec-sh "^0.3.2"
968968
minimist "^1.2.0"
969969

970-
"@eslint/eslintrc@^0.4.0":
971-
version "0.4.0"
972-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.0.tgz#99cc0a0584d72f1df38b900fb062ba995f395547"
973-
integrity sha512-2ZPCc+uNbjV5ERJr+aKSPRwZgKd2z11x0EgLvb1PURmUrn9QNRXFqje0Ldq454PfAVyaJYyrDvvIKSFP4NnBog==
970+
"@eslint/eslintrc@^0.4.1":
971+
version "0.4.1"
972+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
973+
integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
974974
dependencies:
975975
ajv "^6.12.4"
976976
debug "^4.1.1"
@@ -2562,13 +2562,13 @@ eslint-visitor-keys@^2.0.0:
25622562
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
25632563
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
25642564

2565-
eslint@7.25.0:
2566-
version "7.25.0"
2567-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.25.0.tgz#1309e4404d94e676e3e831b3a3ad2b050031eb67"
2568-
integrity sha512-TVpSovpvCNpLURIScDRB6g5CYu/ZFq9GfX2hLNIV4dSBKxIWojeDODvYl3t0k0VtMxYeR8OXPCFE5+oHMlGfhw==
2565+
eslint@7.26.0:
2566+
version "7.26.0"
2567+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
2568+
integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
25692569
dependencies:
25702570
"@babel/code-frame" "7.12.11"
2571-
"@eslint/eslintrc" "^0.4.0"
2571+
"@eslint/eslintrc" "^0.4.1"
25722572
ajv "^6.10.0"
25732573
chalk "^4.0.0"
25742574
cross-spawn "^7.0.2"

0 commit comments

Comments
 (0)