diff --git a/src/dependencies.pug b/src/dependencies.pug
index 0e1088325d33d727bb33bd19549a06540984e7cb..dc0fe1265bb5e0ecc785f8fda085720c57142d23 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -15,7 +15,7 @@ script(type="module" src="https://unpkg.com/@startinblox/component-notifications
 //- script(type="module" src="/lib/sib-notifications/index.js" defer)
 
 if (endpoints.events || (endpoints.get && endpoints.get.events)) && (endpoints.typeevents || (endpoints.get && endpoints.get.typeevents))
-    script(type="module" src="https://unpkg.com/@startinblox/component-event@1.1" defer)
+    script(type="module" src="https://unpkg.com/@startinblox/component-event@1.2" defer)
     //- script(type="module" src="/lib/sib-event-component/sib-event.js" defer)
 
 if (endpoints.resources || (endpoints.get && endpoints.get.resources)) && (endpoints.resourceskeywords || (endpoints.get && endpoints.get.resourceskeywords)) && (endpoints.resourcestypes || (endpoints.get && endpoints.get.resourcestypes))