Skip to content

Commit 9eab654

Browse files
chore(deps): update dependency eslint to v7.31.0 (#536)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8f9af72 commit 9eab654

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
@@ -36,7 +36,7 @@
3636
"@typescript-eslint/parser": "4.28.3",
3737
"bob-the-bundler": "1.2.1",
3838
"dedent": "0.7.0",
39-
"eslint": "7.30.0",
39+
"eslint": "7.31.0",
4040
"eslint-config-prettier": "8.3.0",
4141
"eslint-config-standard": "16.0.3",
4242
"eslint-plugin-import": "2.23.4",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,10 +1640,10 @@
16401640
minimatch "^3.0.4"
16411641
strip-json-comments "^3.1.1"
16421642

1643-
"@eslint/eslintrc@^0.4.2":
1644-
version "0.4.2"
1645-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1646-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1643+
"@eslint/eslintrc@^0.4.3":
1644+
version "0.4.3"
1645+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1646+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
16471647
dependencies:
16481648
ajv "^6.12.4"
16491649
debug "^4.1.1"
@@ -3828,13 +3828,13 @@ [email protected]:
38283828
text-table "^0.2.0"
38293829
v8-compile-cache "^2.0.3"
38303830

3831-
eslint@7.30.0:
3832-
version "7.30.0"
3833-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
3834-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
3831+
eslint@7.31.0:
3832+
version "7.31.0"
3833+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
3834+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
38353835
dependencies:
38363836
"@babel/code-frame" "7.12.11"
3837-
"@eslint/eslintrc" "^0.4.2"
3837+
"@eslint/eslintrc" "^0.4.3"
38383838
"@humanwhocodes/config-array" "^0.5.0"
38393839
ajv "^6.10.0"
38403840
chalk "^4.0.0"

0 commit comments

Comments
 (0)