From c7f0cfddf7c3fdf456d563d683ee584e194dba46 Mon Sep 17 00:00:00 2001 From: mrkmntal Date: Thu, 30 Jul 2026 18:14:28 -0400 Subject: [PATCH] Add gulp-ejs removal to DEVLOG --- DEVLOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVLOG.md b/DEVLOG.md index ffe213a..77b3ff4 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -1,3 +1,7 @@ +## gulp-ejs removal +Removed the gulp-ejs dependency for building the .ejs views into HTML files to address GHSA-mh99-v99m-4gvg, we now have an inline function that takes care of this. + + ## Server Observations Added a new `Server Observations` forecast screen that blends Linux server telemetry into the WeatherStar rotation using `fastfetch`. @@ -22,3 +26,4 @@ Added a new `Linux News: LWN` screen that pulls current stories from the LWN hom - registered the new screen in the main display deck and included it in the startup/progress screen list - tightened the story card layout to prevent page bleed and overlapping text between stacked pages - shortened LWN blurbs and reduced headline/body typography so long top-slot stories fit cleanly inside the 512x250 content box +