From bf836cd83baf2a795af1449fdab5d67b81f3c466 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 07:48:19 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 6.0.0 to 6.0.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.0...v6.0.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index eafe023..57acbe5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4467,12 +4467,12 @@ "dev": true }, "eslint-plugin-vue": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.0.0.tgz", - "integrity": "sha512-+LxTJCd6nDt+AKQ1X+ySD48xJHft8OkeQmAhiq6UoAMxRFTiEKIDusiGgEUJLwKyiwGUGWbbqEbbWvupH5TSjg==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-6.0.1.tgz", + "integrity": "sha512-5tgFPcxGDKjfVB/6Yi56bKiWxygUibfZmzSh26Np3kuwAk/lfaGbVld+Yt+MPgD84ppvcachtiL4/winsXLjXA==", "dev": true, "requires": { - "vue-eslint-parser": "^6.0.4" + "vue-eslint-parser": "^6.0.5" } }, "eslint-scope": { diff --git a/package.json b/package.json index e086aea..c450f83 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", - "eslint-plugin-vue": "^6.0.0", + "eslint-plugin-vue": "^6.0.1", "file-loader": "^4.2.0", "node-sass": "^4.13.0", "sass-loader": "^7.3.1",