Update dependency eslint to v8.27.0

This commit is contained in:
renovate[bot] 2022-11-07 01:32:41 +00:00 committed by GitHub
parent 8c0b5520ce
commit 12023804de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -118,7 +118,7 @@
"ember-test-selectors": "6.0.0",
"ember-tooltips": "3.6.0",
"ember-truth-helpers": "3.1.1",
"eslint": "8.26.0",
"eslint": "8.27.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.31.10",
"faker": "5.5.3",

View File

@ -198,7 +198,7 @@
"c8": "7.12.0",
"cli-progress": "3.11.2",
"cssnano": "5.1.14",
"eslint": "8.26.0",
"eslint": "8.27.0",
"html-validate": "7.8.0",
"inquirer": "8.2.5",
"jwks-rsa": "2.1.5",

View File

@ -13016,10 +13016,10 @@ eslint-webpack-plugin@^3.1.1:
normalize-path "^3.0.0"
schema-utils "^4.0.0"
eslint@8.26.0, eslint@^8.3.0:
version "8.26.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.26.0.tgz#2bcc8836e6c424c4ac26a5674a70d44d84f2181d"
integrity sha512-kzJkpaw1Bfwheq4VXUezFriD1GxszX6dUekM7Z3aC2o4hju+tsR/XyTC3RcoSD7jmy9VkPU3+N6YjVU2e96Oyg==
eslint@8.27.0, eslint@^8.3.0:
version "8.27.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.27.0.tgz#d547e2f7239994ad1faa4bb5d84e5d809db7cf64"
integrity sha512-0y1bfG2ho7mty+SiILVf9PfuRA49ek4Nc60Wmmu62QlobNR+CeXa4xXIJgcuwSQgZiWaPH+5BDsctpIW0PR/wQ==
dependencies:
"@eslint/eslintrc" "^1.3.3"
"@humanwhocodes/config-array" "^0.11.6"