From 144c63622bb353f22391e777fbc2f7f75da4859f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:04:00 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.5 to 14.2.10 in /examples/gnt 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/gnt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gnt/package.json b/examples/gnt/package.json index 0b9627d04..474f57d84 100644 --- a/examples/gnt/package.json +++ b/examples/gnt/package.json @@ -16,7 +16,7 @@ "gqty": "workspace:^", "graphql": "^16.9.0", "graphql-ws": "^5.16.0", - "next": "14.2.5", + "next": "14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1" },