From 2bb8d0851f654c092cd0366da9d8bf59051f87e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 14:46:34 +0000 Subject: [PATCH] build(deps): bump next in /examples/_deprecated/next-web3-modal Bumps [next](https://github.com/vercel/next.js) from 14.2.3 to 14.2.30. - [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.3...v14.2.30) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/_deprecated/next-web3-modal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/_deprecated/next-web3-modal/package.json b/examples/_deprecated/next-web3-modal/package.json index 4592885ec1..d12bc08842 100644 --- a/examples/_deprecated/next-web3-modal/package.json +++ b/examples/_deprecated/next-web3-modal/package.json @@ -5,7 +5,7 @@ "@imtbl/sdk": "latest", "@tanstack/react-query": "^5.37.1", "@web3modal/wagmi": "^4.1.11", - "next": "14.2.3", + "next": "14.2.30", "react": "^18.2.0", "react-dom": "^18.2.0", "viem": "2.x",