From 08b22ebaee2f594669274a77040a52108a575a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 03:52:56 +0000 Subject: [PATCH] chore(deps): bump next from 14.0.4 to 14.1.1 in /example/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. - [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/v14.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- example/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/nextjs/package.json b/example/nextjs/package.json index 5f77d8982..47232fb66 100644 --- a/example/nextjs/package.json +++ b/example/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.0.4", + "next": "14.1.1", "react": "^18", "react-dom": "^18" },