diff --git a/nextjs/package.json b/nextjs/package.json index d33e06a..446939f 100644 --- a/nextjs/package.json +++ b/nextjs/package.json @@ -23,7 +23,7 @@ "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@types/node": "^20.5.4", "@types/react": "^18.2.21", - "prettier": "^3.0.2", + "prettier": "^3.2.4", "serve": "^14.2.1", "typescript": "^5.1.6" } diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 1be42b3..6371916 100644 --- a/nextjs/yarn.lock +++ b/nextjs/yarn.lock @@ -1191,10 +1191,10 @@ postcss@8.4.14: picocolors "^1.0.0" source-map-js "^1.0.2" -prettier@^3.0.2: - version "3.0.2" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b" - integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ== +prettier@^3.2.4: + version "3.2.4" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" + integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== prop-types@15.6.2: version "15.6.2"