From 05bab73e1b5174453c60139cc5598d1ab6b81286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 02:56:08 +0000 Subject: [PATCH] chore(deps): Bump next from 13.5.1 to 14.2.21 in /examples/nextjs Bumps [next](https://github.com/vercel/next.js) from 13.5.1 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/v13.5.1...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index d016b660..23179398 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -35,7 +35,7 @@ "evmosjs": "^0.2.17", "lodash": "^4.17.21", "long": "^5.2.1", - "next": "13.5.1", + "next": "14.2.21", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "^4.7.4",