From 45433cebe09d209064415bd3202af51814b73e69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:49:36 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.10 to 14.2.15 in /playground 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] --- playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/package.json b/playground/package.json index 5c367a0ab..fe831ce82 100644 --- a/playground/package.json +++ b/playground/package.json @@ -10,7 +10,7 @@ "@codemirror/lang-yaml": "^6.0.0", "@uiw/codemirror-theme-material": "^4.21.24", "@uiw/react-codemirror": "^4.21.24", - "next": "14.2.10", + "next": "14.2.15", "react": "^18", "react-dom": "^18", "react-split": "^2.0.14",