From 323c865cd66d013f3796aecfbdf07e58d3bfd923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:31:48 +0000 Subject: [PATCH] Bump next from 14.2.3 to 14.2.10 in /apps/nodepen-client Bumps [next](https://github.com/vercel/next.js) from 14.2.3 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.3...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/nodepen-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nodepen-client/package.json b/apps/nodepen-client/package.json index a7e5685a..f2a12311 100644 --- a/apps/nodepen-client/package.json +++ b/apps/nodepen-client/package.json @@ -14,7 +14,7 @@ "@tanstack/react-query": "^5.40.1", "graphql": "^16.8.1", "graphql-tag": "^2.12.6", - "next": "14.2.3", + "next": "14.2.10", "next-images": "^1.8.5", "react": "^18.3", "react-dom": "^18.0"