From 9812db6b394749fa071ecf5b01cfadc1cff862eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:53:29 +0000 Subject: [PATCH] chore(deps): bump next in /examples/sample-next-app Bumps [next](https://github.com/vercel/next.js) from 14.1.4 to 14.2.10. - [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.1.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/sample-next-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sample-next-app/package.json b/examples/sample-next-app/package.json index 7b24aaa0..3eb5fb0b 100644 --- a/examples/sample-next-app/package.json +++ b/examples/sample-next-app/package.json @@ -14,7 +14,7 @@ "@vechain/dapp-kit": "*", "@vechain/dapp-kit-react": "*", "@vechain/dapp-kit-ui": "*", - "next": "14.1.4", + "next": "14.2.10", "react": "^18", "react-dom": "^18" },