diff --git a/package.json b/package.json index fc5cc0bf9..fe120c586 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "eslint-plugin-prettier": "^3.0.0", "husky": "^3.0.9", "jest": "^25.2.0", - "jest-runner-eslint": "^0.8.0", + "jest-runner-eslint": "^0.9.0", "lint-staged": "^9.4.2", "prettier": "^1.19.1", "prettylint": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index c70603171..7b1a319f7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5183,10 +5183,10 @@ jest-resolve@^25.5.1: resolve "^1.17.0" slash "^3.0.0" -jest-runner-eslint@^0.8.0: - version "0.8.0" - resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.8.0.tgz#7c8abe635bf50a9b338022e24750cb216ee55461" - integrity sha512-pCa974VqYRZ5TRmeIwEngyeiuMktc9lCucJcTL+uvxpcDj+o8QCjmiGoRQCHEPx3w9I0/3GSbkUetA3OhDqiLw== +jest-runner-eslint@^0.9.0: + version "0.9.0" + resolved "https://registry.yarnpkg.com/jest-runner-eslint/-/jest-runner-eslint-0.9.0.tgz#d10196ed83b989a6ad3b1e729b48f62bce3f2626" + integrity sha512-p5NL0OGF8BvPNztVIpjaUwco506ORbwnoVQ3YHXXsQl8hM6zQTzSiyarL0PqPjq44ndbFFC2ifOoDTpzyqqe0g== dependencies: chalk "^2.4.1" cosmiconfig "^5.0.0"