From 09e5c2607f74eab452369a90dba783ea3abb7457 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:26:20 +0000 Subject: [PATCH] chore(deps): bump next from 14.0.4 to 14.1.1 in /apps/workshop Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.1. - [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.0.4...v14.1.1) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/workshop/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workshop/package.json b/apps/workshop/package.json index d81c9b616..9688c33bb 100644 --- a/apps/workshop/package.json +++ b/apps/workshop/package.json @@ -18,7 +18,7 @@ "@commonalityco/ui-graph": "workspace:*", "@commonalityco/ui-package": "workspace:*", "@commonalityco/utils-core": "workspace:*", - "next": "14.0.4", + "next": "14.1.1", "next-themes": "^0.2.1", "react": "^18.2.0", "react-dom": "^18.2.0",