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.1.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.1.0)

Updates `@nuxtjs/eslint-config` from 6.0.1 to 7.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@7.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] 2021-11-02 00:07:56 +00:00 committed by GitHub
parent 7c935a3446
commit ab7f32f42d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1532 additions and 1284 deletions

2804
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -64,7 +64,7 @@
"@commitlint/config-conventional": "^14.1.0",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-config": "^7.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.3.1",
"eslint": "^7.32.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.0.0",
"eslint-plugin-prettier": "^4.0.0",