From 6e0e8e602dab6dd491b20f9216dd31112ddf72b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 09:22:14 +0000 Subject: [PATCH] build(deps): bump next from 15.5.10 to 15.5.18 in /examples/next-example Bumps [next](https://github.com/vercel/next.js) from 15.5.10 to 15.5.18. - [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.10...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-example/package.json b/examples/next-example/package.json index 4b335fc..3899ba1 100644 --- a/examples/next-example/package.json +++ b/examples/next-example/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.5.10", + "next": "15.5.18", "react": "19.1.2", "react-dom": "19.1.2" },