Update dependency eslint to v8.1.0

This commit is contained in:
Renovate Bot 2021-10-23 00:17:57 +00:00 committed by renovate[bot]
parent 408d28a419
commit 98594bebf3
2 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"@vercel/node": "1.12.1",
"eslint": "8.0.1",
"eslint": "8.1.0",
"eslint-plugin-react": "7.26.1",
"gatsby-plugin-robots-txt": "1.6.13",
"vercel": "23.1.2"

View File

@ -4371,10 +4371,10 @@ eslint-webpack-plugin@^2.5.4:
normalize-path "^3.0.0"
schema-utils "^3.0.0"
eslint@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.0.1.tgz#3610e7fe4a05c2154669515ca60835a76a19f700"
integrity sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==
eslint@8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.1.0.tgz#00f1f7dbf4134f26588e6c9f2efe970760f64664"
integrity sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==
dependencies:
"@eslint/eslintrc" "^1.0.3"
"@humanwhocodes/config-array" "^0.6.0"