diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html index 505eb02fba1c01921aebefe17f614a55e2c990b8..7263cbb65b77246cb748b3c7f1358d119578aea4 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.4/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> diff --git a/deploy/csp/index.js b/deploy/csp/index.js index 6d6461d66a5454557d4e2e63df1050a1d2242b5e..fcfa227d1687f5b52246f50634effd0ff6d0bbd8 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.4/', // 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 8399a17b97f35aeb59c7956372e1721f4e56974a..a72f7d04781cae91eff5c233709a8059bab8e08d 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.4/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> <title>Siibra Explorer</title> </head> <body>