Skip to content

Commit 810b5fc

Browse files
Bump eslint from 7.30.0 to 7.31.0 (JamesIves#802)
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.30.0...v7.31.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f428339 commit 810b5fc

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
@@ -43,7 +43,7 @@
4343
"@types/node": "16.3.3",
4444
"@typescript-eslint/eslint-plugin": "4.28.4",
4545
"@typescript-eslint/parser": "4.28.4",
46-
"eslint": "7.30.0",
46+
"eslint": "7.31.0",
4747
"eslint-config-prettier": "8.3.0",
4848
"eslint-plugin-jest": "24.3.6",
4949
"eslint-plugin-prettier": "3.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,10 @@
523523
exec-sh "^0.3.2"
524524
minimist "^1.2.0"
525525

526-
"@eslint/eslintrc@^0.4.2":
527-
version "0.4.2"
528-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
529-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
526+
"@eslint/eslintrc@^0.4.3":
527+
version "0.4.3"
528+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
529+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
530530
dependencies:
531531
ajv "^6.12.4"
532532
debug "^4.1.1"
@@ -1901,13 +1901,13 @@ eslint-visitor-keys@^2.0.0:
19011901
version "2.0.0"
19021902
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
19031903

1904-
eslint@7.30.0:
1905-
version "7.30.0"
1906-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
1907-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
1904+
eslint@7.31.0:
1905+
version "7.31.0"
1906+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
1907+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
19081908
dependencies:
19091909
"@babel/code-frame" "7.12.11"
1910-
"@eslint/eslintrc" "^0.4.2"
1910+
"@eslint/eslintrc" "^0.4.3"
19111911
"@humanwhocodes/config-array" "^0.5.0"
19121912
ajv "^6.10.0"
19131913
chalk "^4.0.0"

0 commit comments

Comments
 (0)