Skip to content

Commit 281356b

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
feat(deps): bump eslint from 7.30.0 to 7.31.0
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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 734f9ba commit 281356b

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
@@ -59,7 +59,7 @@
5959
"cross-env": "^7.0.3",
6060
"cross-spawn": "^7.0.1",
6161
"doctoc": "^2.0.1",
62-
"eslint": "^7.30.0",
62+
"eslint": "^7.31.0",
6363
"eslint-config-airbnb-typescript": "^12.3.1",
6464
"eslint-config-prettier": "^8.3.0",
6565
"eslint-plugin-import": "^2.23.4",

yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1170,10 +1170,10 @@
11701170
dependencies:
11711171
chalk "^4.0.0"
11721172

1173-
"@eslint/eslintrc@^0.4.2":
1174-
version "0.4.2"
1175-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
1176-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
1173+
"@eslint/eslintrc@^0.4.3":
1174+
version "0.4.3"
1175+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
1176+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
11771177
dependencies:
11781178
ajv "^6.12.4"
11791179
debug "^4.1.1"
@@ -3391,13 +3391,13 @@ eslint-visitor-keys@^2.0.0, eslint-visitor-keys@^2.1.0:
33913391
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz#f65328259305927392c938ed44eb0a5c9b2bd303"
33923392
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
33933393

3394-
eslint@^7.30.0:
3395-
version "7.30.0"
3396-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
3397-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
3394+
eslint@^7.31.0:
3395+
version "7.31.0"
3396+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
3397+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
33983398
dependencies:
33993399
"@babel/code-frame" "7.12.11"
3400-
"@eslint/eslintrc" "^0.4.2"
3400+
"@eslint/eslintrc" "^0.4.3"
34013401
"@humanwhocodes/config-array" "^0.5.0"
34023402
ajv "^6.10.0"
34033403
chalk "^4.0.0"

0 commit comments

Comments
 (0)