From 5639aed285c77f8ca95daa736d31c8793bf863c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Feb 2019 08:58:23 +0000 Subject: [PATCH] Bump eslint-plugin-vue from 5.1.0 to 5.2.1 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.1.0 to 5.2.1. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.1.0...v5.2.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 149a44a7c..6b259a7fb 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "eslint-config-prettier": "~3.6.0", "eslint-loader": "~2.1.2", "eslint-plugin-prettier": "~3.0.1", - "eslint-plugin-vue": "~5.1.0", + "eslint-plugin-vue": "~5.2.1", "jest": "~24.1.0", "node-sass": "~4.11.0", "nodemon": "~1.18.10", diff --git a/yarn.lock b/yarn.lock index 5e0158172..fedec61c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4532,12 +4532,12 @@ eslint-plugin-prettier@^3.0.0, eslint-plugin-prettier@~3.0.1: dependencies: prettier-linter-helpers "^1.0.0" -eslint-plugin-vue@~5.1.0: - version "5.1.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.1.0.tgz#d0d373334be8140d698ec4e1fb83f09faa48081b" - integrity sha512-C7avvbGLb9J1PyGiFolPcGR4ljUc+dKm5ZJdrUKXwXFxHHx4SqOmRI29AsFyW7PbCGcnOvIlaq7NJS6HDIak+g== +eslint-plugin-vue@~5.2.1: + version "5.2.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.1.tgz#89795895c08da56fe3a201955bd645ae67e01918" + integrity sha512-KPrv7Yau1B7PUB+TiEh0bw1lyzQjLp0npfAn7WbkQQFobgwXv4LqmQFBhYXEdXmxSBU/oZ46yBHoTo70RRivUA== dependencies: - vue-eslint-parser "^4.0.2" + vue-eslint-parser "^5.0.0" eslint-scope@3.7.1: version "3.7.1" @@ -11421,10 +11421,10 @@ vue-count-to@~1.0.13: resolved "https://registry.yarnpkg.com/vue-count-to/-/vue-count-to-1.0.13.tgz#3e7573ea6e64c2b2972f64e0a2ab2e23c7590ff3" integrity sha512-6R4OVBVNtQTlcbXu6SJ8ENR35M2/CdWt3Jmv57jOUM+1ojiFmjVGvZPH8DfHpMDSA+ITs+EW5V6qthADxeyYOQ== -vue-eslint-parser@^4.0.2: - version "4.0.3" - resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-4.0.3.tgz#80cf162e484387b2640371ad21ba1f86e0c10a61" - integrity sha512-AUeQsYdO6+7QXCems+WvGlrXd37PHv/zcRQSQdY1xdOMwdFAPEnMBsv7zPvk0TPGulXkK/5p/ITgrjiYB7k3ag== +vue-eslint-parser@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-5.0.0.tgz#00f4e4da94ec974b821a26ff0ed0f7a78402b8a1" + integrity sha512-JlHVZwBBTNVvzmifwjpZYn0oPWH2SgWv5dojlZBsrhablDu95VFD+hriB1rQGwbD+bms6g+rAFhQHk6+NyiS6g== dependencies: debug "^4.1.0" eslint-scope "^4.0.0"