diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html
index 392e96571a4090735d8407bf9a93592d0344d34b..81250615a254fa0649e346b286c9b1112a2cadb0 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 7273c69b4e841bc5e0be5aa85d68fb8c10b15e09..991ef34c82ed8a6a88a0c21724e723f4bdab728e 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 56e924d2b7181e2344f5bb912174a8013a52bde2..03568e010541110d4fd8043befe931a8f0b25b27 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>