From f6f38febeba3417f27b42ff35e769b090c57ca23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 18:52:43 +0000 Subject: [PATCH] chore(deps): bump next from 15.1.6 to 15.2.4 in /with-nextjs15 Bumps [next](https://github.com/vercel/next.js) from 15.1.6 to 15.2.4. - [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.6...v15.2.4) --- updated-dependencies: - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- with-nextjs15/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-nextjs15/package.json b/with-nextjs15/package.json index 524a8b3..d7a56d9 100644 --- a/with-nextjs15/package.json +++ b/with-nextjs15/package.json @@ -17,7 +17,7 @@ "build:next": "next build" }, "dependencies": { - "next": "15.1.6", + "next": "15.2.4", "plasmo": "workspace:*", "react": "19.0.0", "react-dom": "19.0.0"