From 62e207e0ad3b442f9a079cadbe3f43ee2c147431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:09:16 +0000 Subject: [PATCH] chore(deps): bump next from 14.1.1 to 14.2.10 in /packages/dapp Bumps [next](https://github.com/vercel/next.js) from 14.1.1 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.1...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/dapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dapp/package.json b/packages/dapp/package.json index adece74..40804e8 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -18,7 +18,7 @@ "@massalabs/massa-web3": "^4.0.3", "@metamask/providers": "^15.0.0", "framer-motion": "^11.0.8", - "next": "14.1.1", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "swr": "^2.2.5"