Bump eslint from 8.4.0 to 8.4.1

Bumps [eslint](https://github.com/eslint/eslint) from 8.4.0 to 8.4.1.
- [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.4.0...v8.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-08 13:57:16 +00:00 committed by GitHub
parent 915ccc9303
commit 3616e7865a
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

@ -30,7 +30,7 @@
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.2",
"eslint": "^8.4",
"eslint-plugin-vue": "^8.0",
"jest": "^27.3.1",
"jest-in-case": "^1.0.2",
@ -4359,9 +4359,9 @@
}
},
"node_modules/eslint": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.0.tgz",
"integrity": "sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==",
"dev": true,
"dependencies": {
"@eslint/eslintrc": "^1.0.5",
@ -15413,9 +15413,9 @@
}
},
"eslint": {
"version": "8.4.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.0.tgz",
"integrity": "sha512-kv0XQcAQJL/VD9THQKhTQZVqkJKA+tIj/v2ZKNaIHRAADcJWFb+B/BAewUYuF6UVg1s2xC5qXVoDk0G8sKGeTA==",
"version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==",
"dev": true,
"requires": {
"@eslint/eslintrc": "^1.0.5",

View File

@ -36,7 +36,7 @@
"@vue/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1",
"eslint": "^8.2",
"eslint": "^8.4",
"eslint-plugin-vue": "^8.0",
"jest": "^27.3.1",
"jest-in-case": "^1.0.2",