From 9112d1ac3128d2f3e26bf85e3f4f19ef774a24bc Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Wed, 7 Jan 2026 17:44:49 -0300 Subject: [PATCH 1/2] Blog: update to new target date for security release --- .../blog/vulnerability/december-2025-security-releases.md | 7 ++++++- apps/site/site.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md b/apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md index ee6bdec23cf96..28e56b11414d9 100644 --- a/apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md +++ b/apps/site/pages/en/blog/vulnerability/december-2025-security-releases.md @@ -1,12 +1,17 @@ --- date: 2025-12-08T23:00:00.000Z category: vulnerability -title: Wednesday, January 7, 2026 Security Releases +title: Thursday, January 8, 2026 Security Releases slug: december-2025-security-releases layout: blog-post author: The Node.js Project --- +## (Update 07-Jan-2026) Security Release postponed to January 8th + +Our team decided to postpone the release to Thursday, January 8th, 2026, +due to complications in the Node.js testing CI. + ## (Update 17-Dec-2025) Security Release target January 7th We have decided to delay the release further to Wednesday, January 7th, 2026. Many of the diff --git a/apps/site/site.json b/apps/site/site.json index 5f2a3e668d145..21785d0b352de 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -30,7 +30,7 @@ "index": { "startDate": "2025-12-08T17:00:00.000Z", "endDate": "2026-01-07T23:00:00.000Z", - "text": "New security releases to be made available Wednesday, January 7, 2026", + "text": "New security releases to be made available Thursday, January 8, 2026", "link": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases", "type": "warning" } From 0ed5573d103ad6ab534e5c6d61e67b57275a66b4 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 7 Jan 2026 22:29:25 -0300 Subject: [PATCH 2/2] Update apps/site/site.json Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Rafael Gonzaga --- apps/site/site.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/site/site.json b/apps/site/site.json index 21785d0b352de..ad9068daba79f 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -29,7 +29,7 @@ "websiteBanners": { "index": { "startDate": "2025-12-08T17:00:00.000Z", - "endDate": "2026-01-07T23:00:00.000Z", + "endDate": "2026-01-08T23:00:00.000Z", "text": "New security releases to be made available Thursday, January 8, 2026", "link": "https://nodejs.org/en/blog/vulnerability/december-2025-security-releases", "type": "warning"