Merge pull request #1427 from nextcloud/dependabot/npm_and_yarn/vue/eslint-plugin-vue-6.1.2

This commit is contained in:
dependabot-preview[bot]
2020-01-05 03:08:41 +00:00
committed by GitHub
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",