Update hashes

This commit is contained in:
Eric Abruzzese 2020-07-12 15:22:44 -04:00
parent 8c563d714c
commit 58bd623263

View File

@ -56,9 +56,7 @@ class GraphQLView(View):
# Polyfill for window.fetch. # Polyfill for window.fetch.
whatwg_fetch_version = "3.2.0" whatwg_fetch_version = "3.2.0"
whatwg_fetch_sri = ( whatwg_fetch_sri = "sha256-OdOTEWtaemRcFdpGZD+NWFkiCZgo5s6LU3kIT3w2iQk="
"sha384-tqVCX1cJQbZp7b0Kz6FIIK6WN71gjVLpkiJ/Ewi7OhBX6hUGuNq9Mj/TRqh47Tvk"
)
# React and ReactDOM. # React and ReactDOM.
react_version = "16.13.1" react_version = "16.13.1"
@ -73,7 +71,7 @@ class GraphQLView(View):
# The websocket transport library for subscriptions. # The websocket transport library for subscriptions.
subscriptions_transport_ws_version = "0.9.17" subscriptions_transport_ws_version = "0.9.17"
subscriptions_transport_ws_sri = ( subscriptions_transport_ws_sri = (
"sha384-6gjV060PDpdaEOOO4n8iX7JHLAPFoHqrOizK4QbVtzVKxKcUGVbJ1wF9ujJmmQ7C" "sha256-AYkMMCvLy9lmI+vvCqO5sVM40CeY6Bf+EdulzGlwTXI="
) )
schema = None schema = None