Merge pull request #456 from synclounge/dependabot/npm_and_yarn/eslint-plugin-vue-7.4.1

This commit is contained in:
dependabot[bot] 2021-01-05 07:46:40 +00:00 committed by GitHub
commit 549cc82f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -6664,9 +6664,9 @@
}
},
"eslint-plugin-vue": {
"version": "7.4.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.0.tgz",
"integrity": "sha512-bYJV3nHSGV5IL40Ti1231vlY8I2DzjDHYyDjRv9Z1koEI7qyV2RR3+uKMafHdOioXYH9W3e1+iwe4wy7FIBNCQ==",
"version": "7.4.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-7.4.1.tgz",
"integrity": "sha512-W/xPNHYIkGJphLUM2UIYYGKbRw3BcDoMIPY9lu1TTa2YLiZoxurddfnmOP+UOVywxb5vi438ejzwvKdZqydtIw==",
"dev": true,
"requires": {
"eslint-utils": "^2.1.0",

View File

@ -40,7 +40,7 @@
"detect-browser": "^5.2.0",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.4.0",
"eslint-plugin-vue": "^7.4.1",
"fast-xml-parser": "^3.17.6",
"husky": "^4.3.6",
"lint-staged": "^10.5.3",