Skip to content

Commit b045583

Browse files
committed
Updated graphql-ws library version
1 parent 1a7ad0c commit b045583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graphql/graphiql.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@
182182
integrity="sha384-J66SJ/f9ysdOJbaOO8Hssim6BR6AfWfUWcPUNW8pfm1z+KJy9zPpfsI7HUoM/E5C"
183183
crossorigin="anonymous">
184184
</script>
185-
<script src="https://unpkg.com/graphql-ws@5.5.5/umd/graphql-ws.min.js"
186-
integrity="sha384-iITzwBnP19J9MInXjdWTw6A1/9qUy+xLDGIvonjrGwa0HLsQUY82TN6UsY9xZlUo"
185+
<script src="https://unpkg.com/graphql-ws@5.11.2/umd/graphql-ws.min.js"
186+
integrity="sha384-YCmZd4Ex7vwj0vv4QmS+tsx71Ld6zFIgOnyv0pBZ/5oRoZ4UCkPhL+MJ97ksrRiW"
187187
crossorigin="anonymous">
188188
</script>
189189
<script src="https://static.oracle.com/cdn/jet/11.0.0/3rdparty/require/require.js" integrity="sha384-Z9JQUtAaWmYKd6d4DNdwKbqQjtvpcd4f/QmJSoaDxeRg4hWHtyyF6BwCsrnLcG1F" crossorigin="anonymous"></script>
@@ -518,4 +518,4 @@
518518
});
519519
</script>
520520
</body>
521-
</html>
521+
</html>

0 commit comments

Comments
 (0)