From 6bbf14d3b90a544b2cbf4ef2a7ee640e86d5a8cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 21:19:26 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-vue from 5.2.2 to 5.2.3 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.2 to 5.2.3. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.2...v5.2.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2f46095..0d19ae0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4811,9 +4811,9 @@ } }, "eslint-plugin-vue": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz", - "integrity": "sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA==", + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-vue/-/eslint-plugin-vue-5.2.3.tgz", + "integrity": "sha512-mGwMqbbJf0+VvpGR5Lllq0PMxvTdrZ/ZPjmhkacrCHbubJeJOt+T6E3HUzAifa2Mxi7RSdJfC9HFpOeSYVMMIw==", "dev": true, "requires": { "vue-eslint-parser": "^5.0.0" diff --git a/package.json b/package.json index 5a712d48..ec483fa5 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@vue/cli-service": "^3.8.4", "babel-eslint": "^10.0.2", "eslint": "^5.16.0", - "eslint-plugin-vue": "^5.0.0", + "eslint-plugin-vue": "^5.2.3", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "vue-template-compiler": "^2.5.21"