diff --git a/apps/demo-nextjs/package.json b/apps/demo-nextjs/package.json index 190266ee4e5..53c408ba102 100644 --- a/apps/demo-nextjs/package.json +++ b/apps/demo-nextjs/package.json @@ -15,7 +15,7 @@ "@types/react-dom": "18.3", "@types/react": "18.3.11", "fuels": "workspace:*", - "next": "14.2.15", + "next": "14.2.21", "react-dom": "18.3.1", "react": "18.3.1", "typescript": "5.6.3" diff --git a/apps/demo-wallet-sdk-react/package.json b/apps/demo-wallet-sdk-react/package.json index cde15f2eedd..af5d186651a 100644 --- a/apps/demo-wallet-sdk-react/package.json +++ b/apps/demo-wallet-sdk-react/package.json @@ -13,7 +13,7 @@ "@fuels/react": "0.36.1", "@tanstack/react-query": "5.55.4", "fuels": "workspace:*", - "next": "14.2.15", + "next": "14.2.21", "react": "18.3.1", "react-dom": "18.3.1" }, diff --git a/templates/nextjs/package.json b/templates/nextjs/package.json index 77d5888c79b..a2d495f6677 100644 --- a/templates/nextjs/package.json +++ b/templates/nextjs/package.json @@ -19,7 +19,7 @@ "clsx": "2.1.1", "dotenv": "16.4.5", "fuels": "workspace:*", - "next": "14.2.15", + "next": "14.2.21", "react": "18.3.1", "react-dom": "18.3.1", "react-toastify": "10.0.6"