diff --git a/package-lock.json b/package-lock.json index d84ae80..50fd2d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1159,9 +1159,9 @@ } }, "@startinblox/hubl-styling-framework": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.1.tgz", - "integrity": "sha512-gEuLNjIJDr5NyYHxyYAyas4B1fiA9xx0k5J/O5LZTL7hKPIwgEGLlLa7cbwiSCJNi34wMQMA9wVhEIg1I+7j/w==" + "version": "1.8.6", + "resolved": "https://registry.npmjs.org/@startinblox/hubl-styling-framework/-/hubl-styling-framework-1.8.6.tgz", + "integrity": "sha512-2SWeVC3bd6jkc+cwgV1vh359ntYqAaWWqgDBCvfadgSCxVIdrNf6tuEdI2H9jpIBDDJXikKt9E20qCL13WxtKQ==" }, "@types/q": { "version": "1.5.4", diff --git a/package.json b/package.json index ef7da21..3107385 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ ] }, "dependencies": { - "@startinblox/hubl-styling-framework": "^1.8.1", + "@startinblox/hubl-styling-framework": "^1.8.6", "cross-env": "^7.0.3", "fs-extra": "^9.0.1", "normalize.css": "^8.0.1", diff --git a/src/dependencies.pug b/src/dependencies.pug index 0ce37fc..df4a18f 100644 --- a/src/dependencies.pug +++ b/src/dependencies.pug @@ -26,11 +26,11 @@ if endpoints.get //- script(type="module" src="/lib/sib-resource/sib-resource.js" defer) if endpoints.get.joboffers - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@3.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-job-board@3.1" defer) //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer) if endpoints.get.uploads && endpoints.get.skills && endpoints.get.users - script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@3.0" defer) + script(type="module" src="https://cdn.skypack.dev/@startinblox/component-directory@3.1" defer) //- script(type="module" src="/lib/solid-directory/dist/index.js" defer) if endpoints.get.dashboards