From a3921c9d845214d5b9c94742d12311d6f28a1224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 06:55:52 +0000 Subject: [PATCH] chore(deps): bump next from 16.1.5 to 16.2.6 in /examples/next-rwa Bumps [next](https://github.com/vercel/next.js) from 16.1.5 to 16.2.6. - [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/v16.1.5...v16.2.6) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/next-rwa/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next-rwa/package.json b/examples/next-rwa/package.json index 260f25a6..18d6659d 100644 --- a/examples/next-rwa/package.json +++ b/examples/next-rwa/package.json @@ -19,7 +19,7 @@ "execa": "^9.1.0", "i18next": "^25.2.1", "lucide-react": "^1.16.0", - "next": "16.1.5", + "next": "16.2.6", "ora": "^8.0.1", "postcss": "^8.5.14", "radix-ui": "^1.4.3",