diff --git a/package.json b/package.json index 265a6f0b..e761e410 100644 --- a/package.json +++ b/package.json @@ -95,6 +95,6 @@ "eslint-plugin-react": "^7.25.1", "eslint-plugin-total-functions": "^4.10.1", "jest-mock-extended": "^2.0.1", - "prettier": "^2.4.0" + "prettier": "^2.4.1" } } diff --git a/yarn.lock b/yarn.lock index 254c6a09..3c795c91 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9740,10 +9740,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^2.4.0: - version "2.4.0" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.0.tgz#85bdfe0f70c3e777cf13a4ffff39713ca6f64cba" - integrity sha512-DsEPLY1dE5HF3BxCRBmD4uYZ+5DCbvatnolqTqcxEgKVZnL2kUfyu7b8pPQ5+hTBkdhU9SLUmK0/pHb07RE4WQ== +prettier@^2.4.1: + version "2.4.1" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c" + integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA== pretty-bytes@^5.3.0: version "5.6.0"