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..ad9068daba79f 100644 --- a/apps/site/site.json +++ b/apps/site/site.json @@ -29,8 +29,8 @@ "websiteBanners": { "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", + "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" }