From 796e86e4598f7f9c4c6c7e644b28ed84081cf891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:46:45 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.5 to 14.2.10 in /examples/next 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] --- examples/next/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/next/package.json b/examples/next/package.json index bc7417a6..a12a9d96 100644 --- a/examples/next/package.json +++ b/examples/next/package.json @@ -2,7 +2,7 @@ "name": "poool-react-access-next-example", "dependencies": { "@poool/react-access": "portal:../../", - "next": "14.2.5", + "next": "14.2.10", "react": "18.3.1", "react-dom": "18.3.1" },