diff --git a/package.json b/package.json index df7dce386..8f15a92c3 100644 --- a/package.json +++ b/package.json @@ -75,11 +75,11 @@ "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", - "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 7b1a36b4b..dbf0c8775 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" @@ -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"