diff --git a/nextjs/package.json b/nextjs/package.json index c1870f5..b9a7c00 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.0", "@types/react": "^18.2.20", - "prettier": "^3.0.1", + "prettier": "^3.0.2", "serve": "^14.2.0", "typescript": "^5.1.6" } diff --git a/nextjs/yarn.lock b/nextjs/yarn.lock index 8ea1b78..41fa129 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.1: - version "3.0.1" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.1.tgz#65271fc9320ce4913c57747a70ce635b30beaa40" - integrity sha512-fcOWSnnpCrovBsmFZIGIy9UqK2FaI7Hqax+DIO0A9UxeVoY4iweyaFjS5TavZN97Hfehph0nhsZnjlVKzEQSrQ== +prettier@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.2.tgz#78fcecd6d870551aa5547437cdae39d4701dca5b" + integrity sha512-o2YR9qtniXvwEZlOKbveKfDQVyqxbEIWn48Z8m3ZJjBjcCmUy3xZGIv+7AkaeuaTr6yPXJjwv07ZWlsWbEy1rQ== prop-types@15.6.2: version "15.6.2"