diff --git a/package-lock.json b/package-lock.json index 331b5d747..7f8e89a83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.14", - "@asyncapi/html-template": "^2.2.2", + "@asyncapi/html-template": "^2.2.3", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.2.tgz", - "integrity": "sha512-+uMVePjLanofP9+B2T/Rnc05ibBQwpakHzatYW3rcoFU3SdIh33J9u0apNiD/yyIJh5CaCtz++WG56siw8NRnw==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.3.tgz", + "integrity": "sha512-k7Jsgt/smjfB3CauIlbgOQt+50EpVS9sayQHdXLdF8UMnHk322MkcIH2K2R7tqgbsd4xksTG4otZUDvGeFs1sQ==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", - "@asyncapi/parser": "^3.0.10", + "@asyncapi/parser": "^3.0.11", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", @@ -278,11 +278,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/parser": { - "version": "3.0.10", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.10.tgz", - "integrity": "sha512-x9qo7SHGzPWbC1XCRyilcI+Z6UZsWZ9uRl05h9j4G/v+3IjNG3krwngiAbt59nbLlYZD/nBS7Hc03GayoocnQw==", + "version": "3.0.11", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-3.0.11.tgz", + "integrity": "sha512-YrmPY6Me7Eh6yH7xISKrDuiybaNVDUxVjbChUAoJZ4dnVGAmMVTxQTlwoqEwQ9bfTHzAb3RixdJ3TC6I4RoHNw==", "dependencies": { - "@asyncapi/specs": "^6.5.3", + "@asyncapi/specs": "^6.5.4", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "@stoplight/json": "^3.20.2", "@stoplight/json-ref-readers": "^1.2.2", @@ -495,9 +495,9 @@ } }, "node_modules/@asyncapi/specs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.3.tgz", - "integrity": "sha512-mZROlCOLkZEWy5tN4pPop3JEJflSKmLLMGO1TebF5wjnroqZ3yp/GuGUxVIl3jVNxFk1i5nZ2AtWzAD/HaUj3Q==", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-6.5.4.tgz", + "integrity": "sha512-olC+iuboGIGjFRKuqfwaXxm5I6Wae3JohmySwMfExl21nYUd88IbfwywunOPLWyLV05aXeoTJ5tDXiM9e4gWcQ==", "dependencies": { "@types/json-schema": "^7.0.11" } diff --git a/package.json b/package.json index 3bba87947..26927a0f1 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.14", - "@asyncapi/html-template": "^2.2.2", + "@asyncapi/html-template": "^2.2.3", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4",