diff --git a/package.json b/package.json index fb0845228a..b0acca0556 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@typescript-eslint/parser": "^2.34.0", "@typescript-eslint/typescript-estree": "^3.0.1", "@vue/cli-plugin-babel": "^4.3.1", - "@vue/cli-plugin-eslint": "^4.3.1", + "@vue/cli-plugin-eslint": "^4.4.1", "@vue/cli-plugin-router": "^4.4.1", "@vue/cli-plugin-typescript": "^4.3.1", "@vue/cli-plugin-unit-jest": "^4.3.1", diff --git a/yarn.lock b/yarn.lock index 015c019844..8d0e690643 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2170,12 +2170,12 @@ thread-loader "^2.1.3" webpack "^4.0.0" -"@vue/cli-plugin-eslint@^4.3.1": - version "4.3.1" - resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.3.1.tgz#2f5e09bd7d1d8c494134b6c71af2b779938d289a" - integrity sha512-5UEP93b8C/JQs9Rnuldsu8jMz0XO4wNXG0lL/GdChYBEheKCyXJXzan7qzEbIuvUwG3I+qlUkGsiyNokIgXejg== +"@vue/cli-plugin-eslint@^4.4.1": + version "4.4.1" + resolved "https://registry.yarnpkg.com/@vue/cli-plugin-eslint/-/cli-plugin-eslint-4.4.1.tgz#e39d6517da6de231195d227f995f495e2958a74a" + integrity sha512-T+9+q44iajQEbe59z6Io3otFOsWnPOEVU+/hrDyC6aOToJbQo6P4VacByDDcuGYENAjAd8ENLSt18TaPNSIyRw== dependencies: - "@vue/cli-shared-utils" "^4.3.1" + "@vue/cli-shared-utils" "^4.4.1" eslint-loader "^2.2.1" globby "^9.2.0" inquirer "^7.1.0"