diff --git a/src/includes/head.pug b/src/includes/head.pug
index 4fd3a0e60a081ce8bd4a60f0a98509b1bda2e1d3..c009652644537742e5d6e26741853c90a76ffc88 100644
--- a/src/includes/head.pug
+++ b/src/includes/head.pug
@@ -3,7 +3,7 @@ head
     meta(charset="utf-8")
     script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
     //- script(type="module" src="/scripts/sib-core/dist/index.js")
-    script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
+    script(type="module" src="https://unpkg.com/@startinblox/core@0.9.27")
     script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
     //- script(type="module" src="/scripts/sib-auth/index.js")
     script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
diff --git a/src/scripts/dispatch-space-n-user.js b/src/scripts/dispatch-space-n-user.js
index f4ccae849952d5c7c8169f974690a79cfe3108d5..0049a14e67af2448ad12e16547e470b90a6560f5 100644
--- a/src/scripts/dispatch-space-n-user.js
+++ b/src/scripts/dispatch-space-n-user.js
@@ -1,4 +1,4 @@
-import { store } from 'https://unpkg.com/@startinblox/core@0.9';
+import { store } from 'https://unpkg.com/@startinblox/core@0.9.27';
 const sibAuth = document.querySelector('sib-auth');
 
 const context = {