From 3f06b6b4656cdd805536df5a8e8c49dec09577c0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:34:10 +0000 Subject: [PATCH] chore(deps): update dependency @scalar/api-reference to v1.64.0 --- 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 505efbcf..55eca227 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.62.5" +const scalarBundleVersion = "1.64.0" // 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.62.5" // 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-jVBCKhcCfx34USN27x4iQK1SBNdL/HxKq3KuBAxTS4WPaP5w80K4fjpwB+DezJL5" +const scalarBundleSRI = "sha384-ei8P62VHbV+6AdLO3hN333PsTEYp6k9OAVhlYvpmer+zdPIf8jSbdgh9ojiLWX3T" // scalarHTML returns the static HTML shell served at /api. It loads the // pinned @scalar/api-reference bundle from jsdelivr, points it at the