From be4514c60a3cef3673b003a545818eb67e620506 Mon Sep 17 00:00:00 2001 From: David Douglas <48367195+ddouglas@users.noreply.github.com> Date: Tue, 12 Jan 2021 20:14:12 -0500 Subject: [PATCH] Upgrade graphql-playground to 1.7.26 --- graphql/playground/playground.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphql/playground/playground.go b/graphql/playground/playground.go index 45bbbd4f143..12f1030a8d2 100644 --- a/graphql/playground/playground.go +++ b/graphql/playground/playground.go @@ -50,10 +50,10 @@ func Handler(title string, endpoint string) http.HandlerFunc { err := page.Execute(w, map[string]string{ "title": title, "endpoint": endpoint, - "version": "1.7.20", - "cssSRI": "sha256-cS9Vc2OBt9eUf4sykRWukeFYaInL29+myBmFDSa7F/U=", + "version": "1.7.26", + "cssSRI": "sha256-dKnNLEFwKSVFpkpjRWe+o/jQDM6n/JsvQ0J3l5Dk3fc=", "faviconSRI": "sha256-GhTyE+McTU79R4+pRO6ih+4TfsTOrpPwD8ReKFzb3PM=", - "jsSRI": "sha256-4QG1Uza2GgGdlBL3RCBCGtGeZB6bDbsw8OltCMGeJsA=", + "jsSRI": "sha256-SG9YAy4eywTcLckwij7V4oSCG3hOdV1m+2e1XuNxIgk=", }) if err != nil { panic(err)