diff --git a/package.json b/package.json index 40d5961..c1f2fa8 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "eslint-plugin-import": "2.22.1", "eslint-plugin-jest": "24.1.3", "eslint-plugin-prettier": "3.1.4", - "prettier": "2.1.2" + "prettier": "2.8.7" }, "scripts": { "test": "jest && npm run lint", diff --git a/yarn.lock b/yarn.lock index cefa25f..e414765 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1408,10 +1408,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.1.2: - version "2.1.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.1.2.tgz#3050700dae2e4c8b67c4c3f666cdb8af405e1ce5" - integrity sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg== +prettier@2.8.7: + version "2.8.7" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.7.tgz#bb79fc8729308549d28fe3a98fce73d2c0656450" + integrity sha512-yPngTo3aXUUmyuTjeTUT75txrf+aMh9FiD7q9ZE/i6r0bPb22g4FsE6Y338PQX1bmfy08i9QQCB7/rcUAVntfw== progress@^2.0.0: version "2.0.3"