From e6d7677ff7e74b60472151b33f24778cd4d9ada5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Tejero=20Cantero?= Date: Wed, 5 Aug 2026 19:21:39 +0200 Subject: [PATCH] :paperclip: Pin the graph console's G6 bundle to an exact version The console loaded `@antv/g6@5` from jsDelivr, a floating major range, so the JavaScript served into the page could change without a Penpot release. Pin it to 5.1.1, the version the range resolves to today. Where the dependency finally belongs is an open question for review: vendored into `backend/resources`, declared in `frontend/package.json` if the console moves out of `/dbg`, or left on the CDN. Pinning removes the floating-code problem without pre-empting that decision. AI-assisted-by: mixed models --- backend/resources/app/templates/graph-console.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resources/app/templates/graph-console.tmpl b/backend/resources/app/templates/graph-console.tmpl index 43d0a1f457..7a7a8f8b83 100644 --- a/backend/resources/app/templates/graph-console.tmpl +++ b/backend/resources/app/templates/graph-console.tmpl @@ -324,7 +324,7 @@ Graph Console {% if session %} - +