From ff5cf486fa3fdf6f95d146e5fb1bd7c4bf923c32 Mon Sep 17 00:00:00 2001
From: fsdavid <daviti1@mail.com>
Date: Fri, 3 Jun 2022 14:32:34 +0200
Subject: [PATCH] Fix connectivity error

---
 .storybook/preview-head.html | 2 +-
 deploy/csp/index.js          | 2 +-
 src/index.html               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html
index 392e96571..81250615a 100644
--- a/.storybook/preview-head.html
+++ b/.storybook/preview-head.html
@@ -10,4 +10,4 @@
   }
 </style>
 <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
-<script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.2/dist/connectivity-component/connectivity-component.js" defer></script>
+<script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.3/dist/connectivity-component/connectivity-component.js" defer></script>
diff --git a/deploy/csp/index.js b/deploy/csp/index.js
index 7273c69b4..991ef34c8 100644
--- a/deploy/csp/index.js
+++ b/deploy/csp/index.js
@@ -112,7 +112,7 @@ module.exports = {
           'cdnjs.cloudflare.com/ajax/libs/mathjax/', // math jax
           'https://unpkg.com/three-surfer@0.0.11/dist/bundle.js', // for threeSurfer (freesurfer support in browser)
           'https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/', // needed for ng layer control
-          'https://unpkg.com/hbp-connectivity-component@0.6.2/', // needed for connectivity component
+          'https://unpkg.com/hbp-connectivity-component@0.6.3/', // needed for connectivity component
           (req, res) => res.locals.nonce ? `'nonce-${res.locals.nonce}'` : null,
           ...SCRIPT_SRC,
           ...WHITE_LIST_SRC,
diff --git a/src/index.html b/src/index.html
index 56e924d2b..03568e010 100644
--- a/src/index.html
+++ b/src/index.html
@@ -15,7 +15,7 @@
   <script src="https://unpkg.com/kg-dataset-previewer@1.2.0/dist/kg-dataset-previewer/kg-dataset-previewer.js" defer></script>
   <script src="https://unpkg.com/three-surfer@0.0.11/dist/bundle.js" defer></script>
   <script type="module" src="https://unpkg.com/ng-layer-tune@0.0.6/dist/ng-layer-tune/ng-layer-tune.esm.js"></script>
-  <script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.2/dist/connectivity-component/connectivity-component.js" ></script>
+  <script type="module" src="https://unpkg.com/hbp-connectivity-component@0.6.3/dist/connectivity-component/connectivity-component.js" ></script>
   <title>Siibra Explorer</title>
 </head>
 <body>
-- 
GitLab