diff --git a/package-lock.json b/package-lock.json index a27ac5b47..42f0d6a87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.1", - "@asyncapi/html-template": "^2.1.3", + "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.4", "@next/env": "^14.0.4", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.3.tgz", - "integrity": "sha512-d3HUTCcAU7dS4uUwuy66eJIEHj8hOUZyIRZRBhsiYaHf3mM/MtlO5jJfpNG1hlBRC2mKBfFzVa0JrIpJ8wRofA==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.4.tgz", + "integrity": "sha512-lz1K6zk7x+0x8ScMhnl2XnNxJ2pCTnJwQUKpnSL7h4oqCQB0+dloq/u2RhhB5Y8+2WtAh4uGoNJUvvGWP8AgPg==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.7", - "@asyncapi/parser": "^3.0.3", + "@asyncapi/parser": "^3.0.4", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 813aea43b..8a3b76a4f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.1", - "@asyncapi/html-template": "^2.1.3", + "@asyncapi/html-template": "^2.1.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.4", "@next/env": "^14.0.4",