diff --git a/package.json b/package.json index 1f087f3..cb58d85 100644 --- a/package.json +++ b/package.json @@ -149,7 +149,7 @@ "node": "^12 || ^14 || ^16" }, "dependencies": { - "@eeacms/volto-eea-kitkat": "12.0.2", + "@eeacms/volto-eea-kitkat": "12.0.3", "@eeacms/volto-industry-theme": "2.0.13", "@plone/volto": "16.0.0-alpha.45" }, diff --git a/yarn.lock b/yarn.lock index de36d60..c298f35 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1241,10 +1241,12 @@ dependencies: "@eeacms/volto-widget-theme-picker" "*" -"@eeacms/volto-anchors@0.1.4": - version "0.1.4" - resolved "https://registry.yarnpkg.com/@eeacms/volto-anchors/-/volto-anchors-0.1.4.tgz#e975f5eff9ae7077c6cda0e5741b0bd6d9e9366e" - integrity sha512-rr5eK9ZQ6Z4WeY6OuD4aIIFQXzzXkwFhGlO6H6CRhOTwMfCGQelNNorfOZEnBV8wA1Cf6foPL5fRywYwKDODiw== +"@eeacms/volto-anchors@0.1.5": + version "0.1.5" + resolved "https://registry.yarnpkg.com/@eeacms/volto-anchors/-/volto-anchors-0.1.5.tgz#14664d0561507bc5bf2f96043f0bd0e1abe647f1" + integrity sha512-166WbZJDrdAr5QNm/5+7bhzznc1f8vDshVslwmxY+rMiFSPcMzmmgZ0ol37UxJH7ltil/TZAaS9VZXDoWbpYgw== + dependencies: + github-slugger "1.4.0" "@eeacms/volto-banner@3.0.1": version "3.0.1" @@ -1325,13 +1327,13 @@ resolved "https://registry.yarnpkg.com/@eeacms/volto-description-block/-/volto-description-block-1.0.1.tgz#4ae89166e424e2bc1299cbe617e132644401d801" integrity sha512-ZfopN9sA3rT4WONZgZWyGCTVzviuBewbabTrgE6MfJME1e3mAll452aEub26Y6ccdUp40hKe4sV1+ZTTUAsiAg== -"@eeacms/volto-eea-kitkat@12.0.2": - version "12.0.2" - resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-12.0.2.tgz#d8326628bcdd6bdf5da5b2891001fefa6e7b778a" - integrity sha512-N+6kQZeb8SiCghIY5w9tKMswY+GCc4m2+o0BWT5f+1vKK+0pez4VR74xZ0EiQrGab1OgZ/tHto+J/HDtL921Og== +"@eeacms/volto-eea-kitkat@12.0.3": + version "12.0.3" + resolved "https://registry.yarnpkg.com/@eeacms/volto-eea-kitkat/-/volto-eea-kitkat-12.0.3.tgz#8c9b6c18c60bd4a5fef65408cdcbd3f5dbe1761c" + integrity sha512-EHRiGZCVfV3n3oEV1I6FdecRUY7eQymuBYyzCJnow6XWFHAlQ1b4XvP6OenX+oFLgpwDz42PvwFcBjwL21dAVA== dependencies: "@eeacms/volto-accordion-block" "7.0.0" - "@eeacms/volto-anchors" "0.1.4" + "@eeacms/volto-anchors" "0.1.5" "@eeacms/volto-banner" "3.0.1" "@eeacms/volto-block-divider" "6.0.0" "@eeacms/volto-block-image-cards" "1.0.2" @@ -9038,12 +9040,10 @@ git-url-parse@^11.6.0: dependencies: git-up "^4.0.0" -github-slugger@^1.0.0: - version "1.3.0" - resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.3.0.tgz#9bd0a95c5efdfc46005e82a906ef8e2a059124c9" - integrity sha512-gwJScWVNhFYSRDvURk/8yhcFBee6aFjye2a7Lhb2bUyRulpIoek9p0I9Kt7PT67d/nUlZbFu8L9RLiA0woQN8Q== - dependencies: - emoji-regex ">=6.0.0 <=6.1.1" +github-slugger@1.4.0, github-slugger@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/github-slugger/-/github-slugger-1.4.0.tgz#206eb96cdb22ee56fdc53a28d5a302338463444e" + integrity sha512-w0dzqw/nt51xMVmlaV1+JRzN+oCa1KfcgGEWhxUG16wbdA+Xnt/yoFO8Z8x/V82ZcZ0wy6ln9QDup5avbhiDhQ== glob-base@^0.3.0: version "0.3.0"