From 0fa38582781494259c1b2d37b9a179bc21b092b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 21:58:04 +0000 Subject: [PATCH] Bump next from 14.0.4 to 14.1.4 in /apps/directory-sync Bumps [next](https://github.com/vercel/next.js) from 14.0.4 to 14.1.4. - [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.4) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/directory-sync/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/directory-sync/package.json b/apps/directory-sync/package.json index 147bc00a5..04a588d26 100644 --- a/apps/directory-sync/package.json +++ b/apps/directory-sync/package.json @@ -12,7 +12,7 @@ "dependencies": { "@prisma/client": "5.7.0", "classnames": "2.5.1", - "next": "14.0.4", + "next": "14.1.4", "react": "18.2.0", "react-dom": "18.2.0" },