From fcd325eaf62e215148c5c3b8b8c71f46b1ea093a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:31:08 +0000 Subject: [PATCH 1/2] Initial plan From 8cfbf288ffe02cf5934b181fe1683d21b6f2c64f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 07:40:16 +0000 Subject: [PATCH 2/2] fix: add npm overrides to enforce handlebars >= 4.7.9 for GHSA-2w6w-674q-4c4q Agent-Logs-Url: https://github.com/eggjs/bin/sessions/9438805b-fcd3-4a45-96cc-fa818934e0ec Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com> --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index a9e3aa0c..b994f6e2 100644 --- a/package.json +++ b/package.json @@ -82,5 +82,8 @@ }, "engines": { "node": ">= 16.19.0" + }, + "overrides": { + "handlebars": ">=4.7.9" } }