From 264aca0acee4e91003ddf40374e5ceb7a4b336f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:44:47 +0000 Subject: [PATCH] :arrow_up: Bump next from 14.2.7 to 14.2.15 in /apps/playground Bumps [next](https://github.com/vercel/next.js) from 14.2.7 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.7...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/playground/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/playground/package.json b/apps/playground/package.json index 2c02832..50df278 100644 --- a/apps/playground/package.json +++ b/apps/playground/package.json @@ -12,7 +12,7 @@ "@xionwcfm/token": "^0.0.6", "@xionwcfm/utils": "^0.0.2", "@xionwcfm/xds": "^0.0.7", - "next": "14.2.7", + "next": "14.2.15", "react": "catalog:react18", "react-dom": "catalog:react18" },