From 3aa448d95123ec234b6d29d9709329426952be4d Mon Sep 17 00:00:00 2001 From: Etienne <45695613+etiennejouan@users.noreply.github.com> Date: Mon, 20 Oct 2025 15:33:18 +0200 Subject: [PATCH] release - upgrade next js on twenty website (#15204) To fix https://github.com/twentyhq/twenty/security/dependabot/216 --- packages/twenty-website/package.json | 2 +- yarn.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/twenty-website/package.json b/packages/twenty-website/package.json index aad7215ef1..2643b05d7a 100644 --- a/packages/twenty-website/package.json +++ b/packages/twenty-website/package.json @@ -23,7 +23,7 @@ "drizzle-kit": "^0.20.14", "facepaint": "^1.2.1", "gray-matter": "^4.0.3", - "next": "^14.2.0", + "next": "^14.2.25", "next-mdx-remote": "^4.4.1", "next-runtime-env": "^3.3.0", "postgres": "^3.4.3", diff --git a/yarn.lock b/yarn.lock index e21b84f01b..6c1c045606 100644 --- a/yarn.lock +++ b/yarn.lock @@ -42772,7 +42772,7 @@ __metadata: languageName: node linkType: hard -"next@npm:^14.2.0": +"next@npm:^14.2.25": version: 14.2.33 resolution: "next@npm:14.2.33" dependencies: @@ -51994,7 +51994,7 @@ __metadata: eslint-config-next: "npm:^14.2.0" facepaint: "npm:^1.2.1" gray-matter: "npm:^4.0.3" - next: "npm:^14.2.0" + next: "npm:^14.2.25" next-mdx-remote: "npm:^4.4.1" next-runtime-env: "npm:^3.3.0" postgres: "npm:^3.4.3"