Merge pull request #351 from JLyne/dependabot/npm_and_yarn/eslint-plugin-vue-8.4.1

Bump eslint-plugin-vue from 8.3.0 to 8.4.1
This commit is contained in:
James Lyne 2022-02-19 01:05:47 +00:00 committed by GitHub
commit f31eaf4f3b
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

@ -33,7 +33,7 @@
"@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.8", "eslint": "^8.8",
"eslint-plugin-vue": "^8.3", "eslint-plugin-vue": "^8.4",
"jest": "^27.4.7", "jest": "^27.4.7",
"jest-in-case": "^1.0.2", "jest-in-case": "^1.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
@ -4583,9 +4583,9 @@
} }
}, },
"node_modules/eslint-plugin-vue": { "node_modules/eslint-plugin-vue": {
"version": "8.3.0", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.4.1.tgz",
"integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", "integrity": "sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"eslint-utils": "^3.0.0", "eslint-utils": "^3.0.0",
@ -15778,9 +15778,9 @@
} }
}, },
"eslint-plugin-vue": { "eslint-plugin-vue": {
"version": "8.3.0", "version": "8.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.3.0.tgz", "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-8.4.1.tgz",
"integrity": "sha512-IIuLHw4vQxGlHcoP2dG6t/2OVdQf2qoyAzEGAxreU1afZOHGA7y3TWq8I+r3ZA6Wjs6xpeUWGHlT31QGr9Rb5g==", "integrity": "sha512-nmWOhNmDx9TZ+yP9ZhezTkZUupSHsYA2TocRm+efPSXMOyFrVczVlaIuQcLBjCtI8CbkBiUQ3VcyQsjlIhDrhA==",
"dev": true, "dev": true,
"requires": { "requires": {
"eslint-utils": "^3.0.0", "eslint-utils": "^3.0.0",

View File

@ -39,7 +39,7 @@
"@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.8", "eslint": "^8.8",
"eslint-plugin-vue": "^8.3", "eslint-plugin-vue": "^8.4",
"jest": "^27.4.7", "jest": "^27.4.7",
"jest-in-case": "^1.0.2", "jest-in-case": "^1.0.2",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",