Bump eslint-plugin-vue from 6.1.1 to 6.1.2

Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.1.1 to 6.1.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.1.1...v6.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2020-01-05 02:16:14 +00:00
committed by GitHub
parent a6208bac64
commit 75ffbd1e42
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@@ -7296,11 +7296,12 @@
"dev": true
},
"eslint-plugin-vue": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.1.1.tgz",
"integrity": "sha512-WsJcndi3iOtKF+Wkrw7mWiKT3GdGYUM8onbWYX7sBgggiFKoxHyx8VciA5letkx6iKzoW4B7XrBeVdTukmrtpg==",
"version": "6.1.2",
"resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.1.2.tgz",
"integrity": "sha512-M75oAB+2a/LNkLKRbeEaS07EjzjIUaV7/hYoHAfRFeeF8ZMmCbahUn8nQLsLP85mkar24+zDU3QW2iT1JRsACw==",
"dev": true,
"requires": {
"semver": "^5.6.0",
"vue-eslint-parser": "^7.0.0"
},
"dependencies": {

View File

@@ -69,7 +69,7 @@
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.1",
"eslint-plugin-vue": "^6.1.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.0.2",
"jest": "^24.9.0",