diff --git a/apps/next-example/package.json b/apps/next-example/package.json index 00e156acd..eebe3051e 100644 --- a/apps/next-example/package.json +++ b/apps/next-example/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@not-govuk/simple-components": "workspace:^0.15.2", - "next": "15.1.0", + "next": "15.1.3", "react": "18.3.1", "react-dom": "18.3.1" }, diff --git a/lib/router/package.json b/lib/router/package.json index 5a9e6d63f..c5ea29e04 100644 --- a/lib/router/package.json +++ b/lib/router/package.json @@ -45,7 +45,7 @@ }, "peerDependencies": { "@remix-run/react": "^2.15.1", - "next": "^15.1.0", + "next": "^15.1.3", "react-router-dom": "^6.28.1" }, "peerDependenciesMeta": { @@ -64,7 +64,7 @@ "@types/react": "^18.3.18", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", - "next": "15.1.0", + "next": "15.1.3", "ts-jest": "29.2.5", "typescript": "4.9.5" }