diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 4f760733..14801eee 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -28,7 +28,7 @@ "geist": "1.3.1", "graphql": "16.10.0", "graphql-request": "7.1.2", - "next": "15.1.3", + "next": "15.1.4", "react": "18.3.1", "react-dom": "18.3.1", "sharp": "0.33.5", diff --git a/packages/auth/package.json b/packages/auth/package.json index 0e363725..5c6c6a2a 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -18,7 +18,7 @@ "@auth/drizzle-adapter": "1.7.4", "@t3-oss/env-nextjs": "0.11.1", "@tatsutakeinjp/db": "workspace:*", - "next": "15.1.3", + "next": "15.1.4", "next-auth": "5.0.0-beta.25", "react": "18.3.1", "react-dom": "18.3.1", diff --git a/tooling/eslint/package.json b/tooling/eslint/package.json index d664e4b1..f3d225ae 100644 --- a/tooling/eslint/package.json +++ b/tooling/eslint/package.json @@ -15,7 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { - "@next/eslint-plugin-next": "15.1.3", + "@next/eslint-plugin-next": "15.1.4", "@typescript-eslint/eslint-plugin": "8.17.0", "@typescript-eslint/parser": "8.17.0", "eslint-config-turbo": "2.3.3",