diff --git a/package.json b/package.json index c2e2b7ed..61678bc4 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "del": "^3.0.0", "eslint": "^4.8.0", "eslint-config-1stg": "1.0.1", - "eslint-friendly-formatter": "^3.0.0", + "eslint-friendly-formatter": "^4.0.0", "eslint-plugin-flowtype": "^2.37.0", "eslint-plugin-html": "^4.0.0", "extract-text-webpack-plugin": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index f9370c9f..4f8c2d27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3041,14 +3041,15 @@ eslint-config-standard@^10.2.1: version "10.2.1" resolved "https://registry.yarnpkg.com/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz#c061e4d066f379dc17cd562c64e819b4dd454591" -eslint-friendly-formatter@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/eslint-friendly-formatter/-/eslint-friendly-formatter-3.0.0.tgz#278874435a6c46ec1d94fa0b1ff494e30ef04290" +eslint-friendly-formatter@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/eslint-friendly-formatter/-/eslint-friendly-formatter-4.0.0.tgz#f9b8962c15a23eefa85399bbea62ffe167439fd5" dependencies: - chalk "^1.0.0" + chalk "^2.0.1" coalescy "1.0.0" extend "^3.0.0" minimist "^1.2.0" + strip-ansi "^4.0.0" text-table "^0.2.0" eslint-import-resolver-node@^0.3.1: