diff --git a/package-lock.json b/package-lock.json index b900fc066..6af27dd01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.13", "@next/env": "^14.0.4", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.2.tgz", - "integrity": "sha512-HjdTZnRIP12frH6yqPaZcvEkA6r0N4SDwEtCRuAEJfX++jkVvrv0kXqCpIhYQf/N1ktIIudCyBk34XRQmRAIrg==", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.3.tgz", + "integrity": "sha512-MHO8+c8D2SCAIk6Kb1d8DNpIKsIK1kPqXCr0p0SzTCYOPyr94GGkY8G4jA5s9Q1eK3wgP0Axn3MjuwXLGIPlsA==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.16", - "@asyncapi/parser": "^3.0.12", + "@asyncapi/parser": "^3.0.13", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 87d9b53a6..29144564b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.20", - "@asyncapi/html-template": "^2.3.2", + "@asyncapi/html-template": "^2.3.3", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.13", "@next/env": "^14.0.4",