From b3e91cf7b33099a76263282cf67067bd576b500c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 06:46:01 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 6.0.1 to 6.0.2 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b9ea74..a838128 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@vue/eslint-config-airbnb": "^5.0.0", "babel-eslint": "^10.0.3", "eslint": "^6.8.0", - "eslint-plugin-vue": "^6.0.1", + "eslint-plugin-vue": "^6.0.2", "vue-template-compiler": "^2.6.11" } } diff --git a/yarn.lock b/yarn.lock index a3b39ab..1347862 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3528,10 +3528,10 @@ eslint-plugin-import@^2.18.2: read-pkg-up "^2.0.0" resolve "^1.12.0" -eslint-plugin-vue@^6.0.1: - version "6.0.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.0.1.tgz#166d3eb24cf290f3ff24d44fe9fca496f3924fc2" - integrity sha512-5tgFPcxGDKjfVB/6Yi56bKiWxygUibfZmzSh26Np3kuwAk/lfaGbVld+Yt+MPgD84ppvcachtiL4/winsXLjXA== +eslint-plugin-vue@^6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-6.0.2.tgz#3c72fe58c5b1c2f77badccc075b81cfc23fd50ba" + integrity sha512-LF0AeuCjzTe+enkvvtvKClG3iYZwMKE3M6yEUZruUHNolLwqGqbEULzvMmojr+8KlMl//Ya1k7dKVt4HFASKfw== dependencies: vue-eslint-parser "^6.0.5"