Merge pull request #304 from JLyne/dependabot/npm_and_yarn/eslint-8.5.0

Bump eslint from 8.4.1 to 8.5.0
This commit is contained in:
James Lyne 2021-12-28 11:39:39 +00:00 committed by GitHub
commit f03b748416
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/test-utils": "^2.0.0-rc.16",
"@vue/vue3-jest": "^27.0.0-alpha.1", "@vue/vue3-jest": "^27.0.0-alpha.1",
"cpy-cli": "^3.1.1", "cpy-cli": "^3.1.1",
"eslint": "^8.4", "eslint": "^8.5",
"eslint-plugin-vue": "^8.0", "eslint-plugin-vue": "^8.0",
"jest": "^27.4.5", "jest": "^27.4.5",
"jest-in-case": "^1.0.2", "jest-in-case": "^1.0.2",
@ -4515,9 +4515,9 @@
} }
}, },
"node_modules/eslint": { "node_modules/eslint": {
"version": "8.4.1", "version": "8.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==", "integrity": "sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@eslint/eslintrc": "^1.0.5", "@eslint/eslintrc": "^1.0.5",
@ -15672,9 +15672,9 @@
} }
}, },
"eslint": { "eslint": {
"version": "8.4.1", "version": "8.5.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.4.1.tgz", "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.5.0.tgz",
"integrity": "sha512-TxU/p7LB1KxQ6+7aztTnO7K0i+h0tDi81YRY9VzB6Id71kNz+fFYnf5HD5UOQmxkzcoa0TlVZf9dpMtUv0GpWg==", "integrity": "sha512-tVGSkgNbOfiHyVte8bCM8OmX+xG9PzVG/B4UCF60zx7j61WIVY/AqJECDgpLD4DbbESD0e174gOg3ZlrX15GDg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@eslint/eslintrc": "^1.0.5", "@eslint/eslintrc": "^1.0.5",

View File

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