From 1ff8e853119012d697fc2ca4188f3ac2fc7b8203 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:53:14 +0000 Subject: [PATCH] Bump next from 15.5.7 to 15.5.9 in /examples/nextjs-v15-app Bumps [next](https://github.com/vercel/next.js) from 15.5.7 to 15.5.9. - [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.5.7...v15.5.9) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-v15-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs-v15-app/package.json b/examples/nextjs-v15-app/package.json index f2223c0764..bd2caf2a83 100644 --- a/examples/nextjs-v15-app/package.json +++ b/examples/nextjs-v15-app/package.json @@ -17,7 +17,7 @@ "eslint": "^8.29.0", "eslint-config-next": "15.0.1", "lit": "^3.0.0", - "next": "15.5.7", + "next": "15.5.9", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "~5.3.3"