From 55355d473b37e579bb0b45866d2ef60f0f9a9718 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 06:58:25 +0000 Subject: [PATCH] Bump @vue/cli-plugin-eslint from 4.1.1 to 4.1.2 Bumps [@vue/cli-plugin-eslint](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-plugin-eslint) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/vuejs/vue-cli/releases) - [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-cli/commits/v4.1.2/packages/@vue/cli-plugin-eslint) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 30 ++++++++++-------------------- 2 files changed, 11 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 502f668..c80cb74 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@vue/cli-plugin-babel": "^4.1.1", - "@vue/cli-plugin-eslint": "^4.1.1", + "@vue/cli-plugin-eslint": "^4.1.2", "@vue/cli-service": "^4.1.1", "@vue/eslint-config-airbnb": "^5.0.0", "babel-eslint": "^10.0.3", diff --git a/yarn.lock b/yarn.lock index 431cdb7..5349a59 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1044,12 +1044,12 @@ thread-loader "^2.1.3" webpack "^4.0.0" -"@vue/cli-plugin-eslint@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.1.1.tgz#ad09b71f94dc7518a6c83debacd39e34f6d5a71e" - integrity sha512-7bb5idaWcXREaxVYmQ9NK31gy26Qms6cQ9ENovXQurFpsSd29+Fmqc/EkAhHhWn82gModvypIoJyOhKt21jxKg== +"@vue/cli-plugin-eslint@^4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.1.2.tgz#173d2a40beb7debc03a217db3bb4c67cbf255bd6" + integrity sha512-j6Z6tyhas7AFBwSvQ8JdKPLfaakZbwmK0+Xk8H6BK1/GrEpSCsb8pzBV8faStbKCPUO9vlKEuO319kHypUTJ1g== dependencies: - "@vue/cli-shared-utils" "^4.1.1" + "@vue/cli-shared-utils" "^4.1.2" eslint-loader "^2.1.2" globby "^9.2.0" webpack "^4.0.0" @@ -1131,13 +1131,13 @@ webpack-dev-server "^3.9.0" webpack-merge "^4.2.2" -"@vue/cli-shared-utils@^4.1.1": - version "4.1.1" - resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.1.1.tgz#79e26b56fda185fda00e5787a8f4aac56757b123" - integrity sha512-nsxNW8Sy9y2yx/r9DqgZoYg/DoygvASIQl0XXG+imQUDWEXKmD6UZA6y5ANfStCljzZ/wd7WgWP+txmjy6exOw== +"@vue/cli-shared-utils@^4.1.1", "@vue/cli-shared-utils@^4.1.2": + version "4.1.2" + resolved "https://registry.yarnpkg.com/@vue/cli-shared-utils/-/cli-shared-utils-4.1.2.tgz#d33984c8790ad869ef77f5229abd3e8e584fe58b" + integrity sha512-uQAVqxCWdL5ipZ0TPu6SVsdokQp4yHt8SzzpUGhq8TkW4vwalGddJAAJrqZHMl91ZTIJ4p4ixofmCaaJo5rSRA== dependencies: "@hapi/joi" "^15.0.1" - chalk "^2.4.1" + chalk "^2.4.2" execa "^1.0.0" launch-editor "^2.2.1" lru-cache "^5.1.1" @@ -1147,7 +1147,6 @@ request "^2.87.0" request-promise-native "^1.0.8" semver "^6.1.0" - string.prototype.padstart "^3.0.0" strip-ansi "^6.0.0" "@vue/component-compiler-utils@^3.0.2", "@vue/component-compiler-utils@^3.1.0": @@ -8353,15 +8352,6 @@ string.prototype.padend@^3.0.0: es-abstract "^1.4.3" function-bind "^1.0.2" -string.prototype.padstart@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/string.prototype.padstart/-/string.prototype.padstart-3.0.0.tgz#5bcfad39f4649bb2d031292e19bcf0b510d4b242" - integrity sha1-W8+tOfRkm7LQMSkuGbzwtRDUskI= - dependencies: - define-properties "^1.1.2" - es-abstract "^1.4.3" - function-bind "^1.0.2" - string.prototype.trimleft@^2.1.1: version "2.1.1" resolved "https://registry.yarnpkg.com/string.prototype.trimleft/-/string.prototype.trimleft-2.1.1.tgz#9bdb8ac6abd6d602b17a4ed321870d2f8dcefc74"