From 856ce7643b4a397075284d4f5c1c98b1a622b97f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:59:14 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.14 to 14.2.21 in /demo/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.14 to 14.2.21. - [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.2.14...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demo/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/nextjs/package.json b/demo/nextjs/package.json index e11616f..a439894 100644 --- a/demo/nextjs/package.json +++ b/demo/nextjs/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.2.14", + "next": "14.2.21", "react": "^18.3.1", "react-dom": "^18.3.1" },