From e111858afd5412af949a9ccd2c6d2cf58c76d349 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 15:07:04 +0000 Subject: [PATCH] chore(deps): update dependency @scalar/api-reference to v1.64.1 --- internal/serviceoffercontroller/scalar_html.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/serviceoffercontroller/scalar_html.go b/internal/serviceoffercontroller/scalar_html.go index c77f21d6d..c24a71b9b 100644 --- a/internal/serviceoffercontroller/scalar_html.go +++ b/internal/serviceoffercontroller/scalar_html.go @@ -14,7 +14,7 @@ import ( // payload never drifts silently. After a bump, refresh the SRI hash below // with scripts/update-scalar-sri.sh (the renovate PR body links it too). // renovate: datasource=npm depName=@scalar/api-reference -const scalarBundleVersion = "1.64.0" +const scalarBundleVersion = "1.64.1" // scalarBundleSRI is the Subresource Integrity hash for the pinned bundle. // The /api page is served over the public tunnel, so the third-party Scalar @@ -24,7 +24,7 @@ const scalarBundleVersion = "1.64.0" // bundle and rewrites this constant). The hash is taken over the exact // (jsdelivr-minified) bytes that the pinned URL serves; it must be refreshed // in lockstep with scalarBundleVersion or the browser will block the script. -const scalarBundleSRI = "sha384-MjGH/UsAZcRWbWSD70Yp9VOYGaCELxb+2a6meIvJsl5NkpqfdvkepJM6+ExL2Vmv" +const scalarBundleSRI = "sha384-SmFRDuBBmEoCbbBCTcn8/+cIQONyH0xgOKpsp6OttBlI8uG9uc6iAO8SonYQ3e1W" // scalarHTML returns the static HTML shell served at /api. It loads the // pinned @scalar/api-reference bundle from jsdelivr, points it at the