Skip to content

Commit dfd616e

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update dependency eslint to v7.31.0
1 parent 8956613 commit dfd616e

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/node": "14.17.5",
3737
"@typescript-eslint/eslint-plugin": "4.28.3",
3838
"@typescript-eslint/parser": "4.28.3",
39-
"eslint": "7.30.0",
39+
"eslint": "7.31.0",
4040
"eslint-config-prettier": "8.3.0",
4141
"eslint-plugin-import": "2.23.4",
4242
"husky": "7.0.1",

yarn.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -498,10 +498,10 @@
498498
dependencies:
499499
chalk "^4.0.0"
500500

501-
"@eslint/eslintrc@^0.4.2":
502-
version "0.4.2"
503-
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.2.tgz"
504-
integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
501+
"@eslint/eslintrc@^0.4.3":
502+
version "0.4.3"
503+
resolved "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz"
504+
integrity sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==
505505
dependencies:
506506
ajv "^6.12.4"
507507
debug "^4.1.1"
@@ -1186,9 +1186,9 @@ acorn-globals@^6.0.0:
11861186
acorn-walk "^7.1.1"
11871187

11881188
acorn-jsx@^5.3.1:
1189-
version "5.3.1"
1190-
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz"
1191-
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
1189+
version "5.3.2"
1190+
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
1191+
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
11921192

11931193
acorn-walk@^7.1.1:
11941194
version "7.2.0"
@@ -2252,13 +2252,13 @@ eslint-visitor-keys@^2.0.0:
22522252
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz"
22532253
integrity sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==
22542254

2255-
eslint@7.30.0:
2256-
version "7.30.0"
2257-
resolved "https://registry.npmjs.org/eslint/-/eslint-7.30.0.tgz"
2258-
integrity sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==
2255+
eslint@7.31.0:
2256+
version "7.31.0"
2257+
resolved "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz"
2258+
integrity sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==
22592259
dependencies:
22602260
"@babel/code-frame" "7.12.11"
2261-
"@eslint/eslintrc" "^0.4.2"
2261+
"@eslint/eslintrc" "^0.4.3"
22622262
"@humanwhocodes/config-array" "^0.5.0"
22632263
ajv "^6.10.0"
22642264
chalk "^4.0.0"

0 commit comments

Comments
 (0)