chore(deps): update dependency eslint to v7.31.0

This commit is contained in:
Renovate Bot 2021-07-24 23:41:29 +00:00
parent 95833fe0f1
commit 97d08634d6
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -1439,13 +1439,13 @@
"dev": true
},
"eslint": {
"version": "7.30.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.30.0.tgz",
"integrity": "sha512-VLqz80i3as3NdloY44BQSJpFw534L9Oh+6zJOUaViV4JPd+DaHwutqP7tcpkW3YiXbK6s05RZl7yl7cQn+lijg==",
"version": "7.31.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.31.0.tgz",
"integrity": "sha512-vafgJpSh2ia8tnTkNUkwxGmnumgckLh5aAbLa1xRmIn9+owi8qBNGKL+B881kNKNTy7FFqTEkpNkUvmw0n6PkA==",
"dev": true,
"requires": {
"@babel/code-frame": "7.12.11",
"@eslint/eslintrc": "^0.4.2",
"@eslint/eslintrc": "^0.4.3",
"@humanwhocodes/config-array": "^0.5.0",
"ajv": "^6.10.0",
"chalk": "^4.0.0",

View file

@ -42,7 +42,7 @@
"@typescript-eslint/parser": "4.28.3",
"@vercel/ncc": "0.29.0",
"concurrently": "6.2.0",
"eslint": "7.30.0",
"eslint": "7.31.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-prettier": "3.4.0",