From e4eebdf65cae51382c1a43522c3f0d5c82ea1266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Feb 2019 04:17:21 +0000 Subject: [PATCH 1/2] Bump eslint-plugin-vue from 5.2.1 to 5.2.2 Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases) - [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.1...v5.2.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f0e422484..b2184afa0 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.2.1", + "eslint-plugin-vue": "~5.2.2", "jest": "~24.1.0", "node-sass": "~4.11.0", "nodemon": "~1.18.10", diff --git a/yarn.lock b/yarn.lock index d4b3f0f1c..43662a742 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4532,10 +4532,10 @@ eslint-plugin-prettier@^3.0.0, eslint-plugin-prettier@~3.0.1: dependencies: prettier-linter-helpers "^1.0.0" -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== +eslint-plugin-vue@~5.2.2: + version "5.2.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-vue/-/eslint-plugin-vue-5.2.2.tgz#86601823b7721b70bc92d54f1728cfc03b36283c" + integrity sha512-CtGWH7IB0DA6BZOwcV9w9q3Ri6Yuo8qMjx05SmOGJ6X6E0Yo3y9E/gQ5tuNxg2dEt30tRnBoFTbvtmW9iEoyHA== dependencies: vue-eslint-parser "^5.0.0" From 2ec60abc194eabdcbbc8b5b3616c9f04fea8ce47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Feb 2019 11:21:24 +0000 Subject: [PATCH 2/2] Bump eslint from 5.14.0 to 5.14.1 Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b2184afa0..9d8d3a90f 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "babel-eslint": "~10.0.1", "babel-jest": "~24.1.0", "cypress-cucumber-preprocessor": "~1.11.0", - "eslint": "~5.14.0", + "eslint": "~5.14.1", "eslint-config-prettier": "~3.6.0", "eslint-loader": "~2.1.2", "eslint-plugin-prettier": "~3.0.1", diff --git a/yarn.lock b/yarn.lock index 43662a742..b4ba19519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4565,10 +4565,10 @@ eslint-visitor-keys@^1.0.0: resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== -eslint@~5.14.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.0.tgz#380739df2489dd846baea008638b036c1e987974" - integrity sha512-jrOhiYyENRrRnWlMYANlGZTqb89r2FuRT+615AabBoajhNjeh9ywDNlh2LU9vTqf0WYN+L3xdXuIi7xuj/tK9w== +eslint@~5.14.1: + version "5.14.1" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.14.1.tgz#490a28906be313685c55ccd43a39e8d22efc04ba" + integrity sha512-CyUMbmsjxedx8B0mr79mNOqetvkbij/zrXnFeK2zc3pGRn3/tibjiNAv/3UxFEyfMDjh+ZqTrJrEGBFiGfD5Og== dependencies: "@babel/code-frame" "^7.0.0" ajv "^6.9.1"