Skip to content

Commit 624cbe4

Browse files
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) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent d1910f9 commit 624cbe4

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
@@ -30,7 +30,7 @@
3030
"which": "^2.0.2"
3131
},
3232
"devDependencies": {
33-
"eslint": "^7.30.0",
33+
"eslint": "^7.31.0",
3434
"eslint-config-prettier": "^8.3.0",
3535
"eslint-plugin-node": "^11.1.0",
3636
"eslint-plugin-prettier": "^3.4.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@
492492
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
493493
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
494494

495-
"@eslint/eslintrc@^0.4.2":
496-
version "0.4.2"
497-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
498-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
495+
"@eslint/eslintrc@^0.4.3":
496+
version "0.4.3"
497+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c"
498+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
499499
dependencies:
500500
ajv "^6.12.4"
501501
debug "^4.1.1"
@@ -2236,13 +2236,13 @@ eslint-visitor-keys@^2.0.0:
22362236
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
22372237
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
22382238

2239-
eslint@^7.30.0:
2240-
version "7.30.0"
2241-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.30.0.tgz#6d34ab51aaa56112fd97166226c9a97f505474f8"
2242-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
2239+
eslint@^7.31.0:
2240+
version "7.31.0"
2241+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.31.0.tgz#f972b539424bf2604907a970860732c5d99d3aca"
2242+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
22432243
dependencies:
22442244
"@babel/code-frame" "7.12.11"
2245-
"@eslint/eslintrc" "^0.4.2"
2245+
"@eslint/eslintrc" "^0.4.3"
22462246
"@humanwhocodes/config-array" "^0.5.0"
22472247
ajv "^6.10.0"
22482248
chalk "^4.0.0"

0 commit comments

Comments
 (0)