diff --git a/package.json b/package.json index 0707925..1e9564b 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@socialgouv/eslint-config-recommended": "1.122.0", "eslint": "7.32.0", "jest-cli": "28.1.3", - "prettier": "2.7.1" + "prettier": "3.2.3" }, "eslintConfig": { "extends": [ diff --git a/yarn.lock b/yarn.lock index af25c97..32a8214 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2706,10 +2706,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@2.7.1: - version "2.7.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64" - integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g== +prettier@3.2.3: + version "3.2.3" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.3.tgz#98501d99141a9a10d5ceaf74cf39c8b7cbddd380" + integrity sha512-QNhUTBq+mqt1oH1dTfY3phOKNhcDdJkfttHI6u0kj7M2+c+7fmNKlgh2GhnHiqMcbxJ+a0j2igz/2jfl9QKLuw== pretty-format@^28.1.3: version "28.1.3"