From 552be46495101de1ff99f2420a4e781506c36006 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:40:42 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 3 directories with 2 updates 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/astro-valibot directory: [valibot](https://github.com/open-circle/valibot). 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.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/v15.3.1...v15.5.14) Updates `valibot` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.0.0...v1.2.0) Updates `next` from 15.3.1 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/v15.3.1...v15.5.14) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.14 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: valibot dependency-version: 1.2.0 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] --- docs/package.json | 2 +- examples/astro-valibot/package.json | 2 +- examples/nextjs/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 7485a405..46f8f16e 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.5.14", "next-themes": "^0.4.4", "next-view-transitions": "^0.3.4", "react": "19.1.0", diff --git a/examples/astro-valibot/package.json b/examples/astro-valibot/package.json index 62c7e3d5..75cf49b6 100644 --- a/examples/astro-valibot/package.json +++ b/examples/astro-valibot/package.json @@ -14,7 +14,7 @@ "@t3-oss/env-core": "workspace:*", "astro": "^5.1.9", "solid-js": "^1.9.4", - "valibot": "1.0.0" + "valibot": "1.2.0" }, "devDependencies": { "vite": "^6.0.1" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f9c5264f..8c293846 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.5.14", "react": "19.1.0", "react-dom": "19.1.0", "zod": "3.25.56"