From 4c83293cc2e52f2c54dae60fd9762d7468b98c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:10:25 +0800 Subject: [PATCH] chore(deps): Bump next from 13.1.6 to 13.5.0 in /examples/nextjs (#390) Bumps [next](https://github.com/vercel/next.js) from 13.1.6 to 13.5.0. - [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.1.6...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 db5f3cd9..52c08c9c 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -33,7 +33,7 @@ "evmosjs": "^0.2.17", "lodash": "^4.17.21", "long": "^5.2.1", - "next": "13.1.6", + "next": "13.5.0", "react": "18.2.0", "react-dom": "18.2.0", "typescript": "^4.7.4",