diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 0257abdbb7f26fc10a58b7ce42f19c7cd719c4eb..f63b14cd95658b20dc7795ad8804b6e322020b50 100644 --- a/.storybook/preview-head.html +++ b/.storybook/preview-head.html @@ -10,5 +10,5 @@ } </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.5/dist/connectivity-component/connectivity-component.js" defer></script> <link rel="stylesheet" href="icons/iav-icons.css"> diff --git a/deploy/csp/index.js b/deploy/csp/index.js index 419ef67f731a0c390f62216ffc18a8c3beb86923..9cc365a20323aad04d461fc9143c81f56cc91db4 100644 --- a/deploy/csp/index.js +++ b/deploy/csp/index.js @@ -113,7 +113,7 @@ module.exports = { 'https://unpkg.com/mathjax@3.1.2/', // 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.5/', // 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 3a856105768123945f81f4837560f75d0bdf8f46..763f059da834646019a8679113757031d3383804 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.5/dist/connectivity-component/connectivity-component.js" ></script> <script defer src="https://unpkg.com/mathjax@3.1.2/es5/tex-svg.js"></script> <script defer src="https://unpkg.com/d3@6.2.0/dist/d3.min.js"></script> <title>Siibra Explorer</title>