From e81aacffca9d949004b4a80e6a52e4b39aa2c845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 02:49:31 +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.3.3 - [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.3.3) Updates `next` from 15.3.1 to 15.3.3 - [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.3.3) --- updated-dependencies: - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.3.3 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..765b6ef1 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.3.3", "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..6e21c5ac 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.3.3", "react": "19.1.0", "react-dom": "19.1.0", "zod": "3.25.56"