From b4ffbc7249c94214d1f5392333488d2aaaeeb045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 21:43:29 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.1 to 15.1.2 in /examples/next Bumps [next](https://github.com/vercel/next.js) from 15.1.1 to 15.1.2. - [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.1.1...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/package.json b/examples/next/package.json index 86d460f..23c69ff 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -9,7 +9,7 @@ "start": "next start" }, "dependencies": { - "next": "15.1.1", + "next": "15.1.2", "react": "^19.0.0", "react-dom": "^19.0.0" },