From 676ad49aaf05c23e674c79da46af406b93e21e57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:25:24 +0000 Subject: [PATCH] Bump next from 14.2.5 to 14.2.10 in /packages/framer-next-pages/example Bumps [next](https://github.com/vercel/next.js) from 14.2.5 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.2.5...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/framer-next-pages/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/framer-next-pages/example/package.json b/packages/framer-next-pages/example/package.json index 2dc30b90bf..11a2381f0c 100644 --- a/packages/framer-next-pages/example/package.json +++ b/packages/framer-next-pages/example/package.json @@ -30,7 +30,7 @@ "dotenv": "16.4.5", "framer-motion": "10.18.0", "graphql": "^16.9.0", - "next": "14.2.5", + "next": "14.2.10", "next-sitemap": "4.2.3", "react": "^18.3.1", "react-dom": "^18.3.1",