diff --git a/backend/package.json b/backend/package.json index c13f0ff9d..064fbce89 100644 --- a/backend/package.json +++ b/backend/package.json @@ -95,7 +95,7 @@ "chai": "~4.2.0", "cucumber": "~5.1.0", "eslint": "~6.0.1", - "eslint-config-prettier": "~5.0.0", + "eslint-config-prettier": "~6.0.0", "eslint-config-standard": "~12.0.0", "eslint-plugin-import": "~2.18.0", "eslint-plugin-jest": "~22.7.1", diff --git a/backend/yarn.lock b/backend/yarn.lock index c0c70181c..137657b4d 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -3051,10 +3051,10 @@ escodegen@^1.9.1: optionalDependencies: source-map "~0.6.1" -eslint-config-prettier@~5.0.0: - version "5.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-5.0.0.tgz#f7a94b2b8ae7cbf25842c36fa96c6d32cd0a697c" - integrity sha512-c17Aqiz5e8LEqoc/QPmYnaxQFAHTx2KlCZBPxXXjEMmNchOLnV/7j0HoPZuC+rL/tDC9bazUYOKJW9bOhftI/w== +eslint-config-prettier@~6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.0.0.tgz#f429a53bde9fc7660e6353910fd996d6284d3c25" + integrity sha512-vDrcCFE3+2ixNT5H83g28bO/uYAwibJxerXPj+E7op4qzBCsAV36QfvdAyVOoNxKAH2Os/e01T/2x++V0LPukA== dependencies: get-stdin "^6.0.0"