Update dependency eslint to v8.32.0

This commit is contained in:
renovate[bot] 2023-01-16 00:19:30 +00:00 committed by GitHub
parent 2884521195
commit 9dda708305
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.31.0",
"eslint": "8.32.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-react": "7.32.0",
"faker": "5.5.3",

View File

@ -207,7 +207,7 @@
"c8": "7.12.0",
"cli-progress": "3.11.2",
"cssnano": "5.1.14",
"eslint": "8.31.0",
"eslint": "8.32.0",
"expect": "^29.0.0",
"html-validate": "7.12.2",
"inquirer": "8.2.5",

View File

@ -12987,10 +12987,10 @@ eslint-webpack-plugin@^3.1.1:
normalize-path "^3.0.0"
schema-utils "^4.0.0"
eslint@8.31.0, eslint@^8.3.0:
version "8.31.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.31.0.tgz#75028e77cbcff102a9feae1d718135931532d524"
integrity sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==
eslint@8.32.0, eslint@^8.3.0:
version "8.32.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.32.0.tgz#d9690056bb6f1a302bd991e7090f5b68fbaea861"
integrity sha512-nETVXpnthqKPFyuY2FNjz/bEd6nbosRgKbkgS/y1C7LJop96gYHWpiguLecMHQ2XCPxn77DS0P+68WzG6vkZSQ==
dependencies:
"@eslint/eslintrc" "^1.4.1"
"@humanwhocodes/config-array" "^0.11.8"