From 33da2ae50afa0d640ec8f5699be26715f000f08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:46:01 +0000 Subject: [PATCH] Bump next in /hello-world-with-grid-layout/client Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.15. - [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.10...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hello-world-with-grid-layout/client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-world-with-grid-layout/client/package.json b/hello-world-with-grid-layout/client/package.json index 94eafe5..99e1c6a 100644 --- a/hello-world-with-grid-layout/client/package.json +++ b/hello-world-with-grid-layout/client/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.2.10" + "next": "14.2.15" }, "devDependencies": { "eslint": "^8",