From b37c7a3a9a29c4bbf2364f6d64e9916e9690d298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 10:30:08 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 1 update Bumps the npm_and_yarn group with 1 update in the /docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/nextjs directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.3.1 to 15.4.7 - [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/v15.3.1...v15.4.7) Updates `next` from 15.3.1 to 15.4.7 - [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/v15.3.1...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- examples/nextjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/package.json b/docs/package.json index 7485a405..6281f3e2 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "@vercel/analytics": "^1.2.2", "class-variance-authority": "^0.7.0", "lucide-react": "0.368.0", - "next": "15.3.1", + "next": "15.4.7", "next-themes": "^0.4.4", "next-view-transitions": "^0.3.4", "react": "19.1.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f9c5264f..8f55f886 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@t3-oss/env-nextjs": "workspace:*", - "next": "15.3.1", + "next": "15.4.7", "react": "19.1.0", "react-dom": "19.1.0", "zod": "3.25.56"