diff --git a/backend/package.json b/backend/package.json index 566ec9944..303ec5acc 100644 --- a/backend/package.json +++ b/backend/package.json @@ -131,7 +131,7 @@ "eslint-plugin-standard": "~4.0.1", "jest": "~25.3.0", "nodemon": "~2.0.2", - "prettier": "~2.0.4", + "prettier": "~2.2.0", "rosie": "^2.0.1", "supertest": "~4.0.2" }, diff --git a/backend/yarn.lock b/backend/yarn.lock index 97dca4703..e4705a5d5 100644 --- a/backend/yarn.lock +++ b/backend/yarn.lock @@ -7759,10 +7759,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@~2.0.4: - version "2.0.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef" - integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w== +prettier@~2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.0.tgz#8a03c7777883b29b37fb2c4348c66a78e980418b" + integrity sha512-yYerpkvseM4iKD/BXLYUkQV5aKt4tQPqaGW6EsZjzyu0r7sVZZNPJW4Y8MyKmicp6t42XUPcBVA+H6sB3gqndw== pretty-format@^25.3.0: version "25.3.0"