diff --git a/src/dependencies.pug b/src/dependencies.pug
index 636169ce9219985df01cf1e6359039ec552ae940..68df828e60474166afa17b57c88c41eb79e8e306 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -4,8 +4,7 @@
 //- script(src="lib/html-imports.js")
 
 script(
-  type="module"
-  src="https://unpkg.com/@startinblox/oidc@0.6"
+  src="https://unpkg.com/@startinblox/oidc@0.5"
   data-authority=`${sdn}/openid/`,
   data-client_id=`${client_id}`,
   data-response_type='id_token token',
@@ -33,7 +32,8 @@ link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:3
 //link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
 //- cdn
+//- don't forget to change version in hd-widgets.js
 script(type="module" src="https://unpkg.com/@startinblox/core@0.6")
-script(type="module" src="https://unpkg.com/@startinblox/router@latest")
+script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
 script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")