From 139c7ab7796ebb48a45a6682459300c47ee84866 Mon Sep 17 00:00:00 2001 From: enixCode <58286681+enixCode@users.noreply.github.com> Date: Thu, 4 Jun 2026 12:03:22 +0200 Subject: [PATCH] chore(website): sync light-landing-page pin to latest Align the website's light-landing-page lockfile pin with light-process (the commit that added the optional React banner node). Backward compatible: this landing uses an image banner, unchanged by the bump. Keeps the github dep consistent across the three light-* sites. build with cc --- website/package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package-lock.json b/website/package-lock.json index 5a390ab..d364b71 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -7463,7 +7463,7 @@ }, "node_modules/light-landing-page": { "version": "0.1.0", - "resolved": "git+ssh://git@github.com/enixCode/light-landing-page.git#62deeb09f0bb8e28d6f046c7db1bb4b63ed71564", + "resolved": "git+ssh://git@github.com/enixCode/light-landing-page.git#36425324e917edc8b9586a3e5bd1a2f9e90a2948", "license": "MIT", "peerDependencies": { "react": ">=18",