diff --git a/package.json b/package.json index 6142dc6..0d38acb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "css-loader": "^0.28.0", "eslint": "^4.13.1", "eslint-config-standard": "^10.2.1", - "eslint-friendly-formatter": "^3.0.0", + "eslint-friendly-formatter": "^4.0.0", "eslint-loader": "^1.7.1", "eslint-plugin-html": "^4.0.1", "eslint-plugin-import": "^2.7.0", diff --git a/yarn.lock b/yarn.lock index 4679869..12e004e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2246,14 +2246,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: