Bump eslint from 8.0.1 to 8.1.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.0.1 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/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-10-31 20:10:53 +00:00 committed by GitHub
parent f4537946d0
commit 5d16cefbee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -27,7 +27,7 @@
"@vue/compiler-sfc": "^3.2.18",
"@vue/eslint-config-typescript": "^8.0",
"@vue/test-utils": "^2.0.0-rc.16",
"eslint": "^8.0",
"eslint": "^8.1",
"eslint-plugin-vue": "^7.20",
"jest": "^27.3.1",
"jest-in-case": "^1.0.2",
@ -4060,9 +4060,9 @@
}
},
"node_modules/eslint": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz",
"integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.1.0.tgz",
"integrity": "sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.0.3",
@ -14502,9 +14502,9 @@
}
},
"eslint": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.0.1.tgz",
"integrity": "sha512-LsgcwZgQ72vZ+SMp4K6pAnk2yFDWL7Ti4pJaRvsZ0Hsw2h8ZjUIW38a9AFn2cZXdBMlScMFYYgsSp4ttFI/0bA==",
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.1.0.tgz",
"integrity": "sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.0.3",

View File

@ -30,7 +30,7 @@
"@vue/compiler-sfc": "^3.2.18",
"@vue/eslint-config-typescript": "^8.0",
"@vue/test-utils": "^2.0.0-rc.16",
"eslint": "^8.0",
"eslint": "^8.1",
"eslint-plugin-vue": "^7.20",
"jest": "^27.3.1",
"jest-in-case": "^1.0.2",