From 133bb57ae7b1a49c4925bd7e941c63e2fef5a901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 11:40:18 +0000 Subject: [PATCH] Bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /packages/create-starkweb/templates/nextjs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/create-starkweb/templates/nextjs-app directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.0.4 to 15.5.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.0.4...v15.5.14) Updates `next` from 14.0.4 to 15.5.14 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.0.4...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/create-starkweb/templates/nextjs-app/package.json | 4 ++-- packages/create-starkweb/templates/nextjs/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/create-starkweb/templates/nextjs-app/package.json b/packages/create-starkweb/templates/nextjs-app/package.json index 081321e..cd4a8e6 100644 --- a/packages/create-starkweb/templates/nextjs-app/package.json +++ b/packages/create-starkweb/templates/nextjs-app/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.17.15", - "next": "14.0.4", + "next": "15.5.14", "react": "^18.2.0", "react-dom": "^18.2.0", "starkweb": "latest", @@ -21,7 +21,7 @@ "@types/react": "^18.2.43", "eslint": "^8.15.0", "eslint-config-next": "^14.0.4", - "next": "^14.0.4", + "next": "^15.5.14", "typescript": "^5.0.4" } } diff --git a/packages/create-starkweb/templates/nextjs/package.json b/packages/create-starkweb/templates/nextjs/package.json index 8e1483c..689e5fd 100644 --- a/packages/create-starkweb/templates/nextjs/package.json +++ b/packages/create-starkweb/templates/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-query": "^5.17.15", - "next": "14.0.4", + "next": "15.5.14", "react": "^18.2.0", "react-dom": "^18.2.0", "starkweb": "latest", @@ -21,7 +21,7 @@ "@types/react": "^18.2.43", "eslint": "^8.15.0", "eslint-config-next": "^14.0.4", - "next": "^14.0.4", + "next": "^15.5.14", "typescript": "^5.0.4" } }