chore(deps-dev): bump eslint and @nuxtjs/eslint-config

Bumps [eslint](https://github.com/eslint/eslint) and [@nuxtjs/eslint-config](https://github.com/nuxt/eslint-config). These dependencies needed to be updated together.

Updates `eslint` from 7.32.0 to 8.7.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.7.0)

Updates `@nuxtjs/eslint-config` from 6.0.1 to 8.0.0
- [Release notes](https://github.com/nuxt/eslint-config/releases)
- [Commits](https://github.com/nuxt/eslint-config/compare/@nuxtjs/eslint-config@6.0.1...@nuxtjs/eslint-config@8.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: "@nuxtjs/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-17 00:07:19 +00:00 committed by GitHub
parent 9dd406ce27
commit 2be5e8284a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1921 additions and 1631 deletions

3548
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -64,7 +64,7 @@
"@commitlint/config-conventional": "^16.0.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config": "^8.0.0",
"@nuxtjs/eslint-config-typescript": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^1.3.0",
@ -78,7 +78,7 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.4.6",
"eslint": "^7.32.0",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",