From 3efed8bc5c003549cfa6519664ee5d7e4c961ab1 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 26 Mar 2024 14:51:07 +0100 Subject: [PATCH] fix: update @asyncapi/html-template to 2.2.2 version (#765) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3948495fd..9aef64947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.13", - "@asyncapi/html-template": "^2.2.1", + "@asyncapi/html-template": "^2.2.2", "@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.1", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.1.tgz", - "integrity": "sha512-t+hsjXg2EEFPUxY3PaKdj6i6WT+B+KvcYR9x0MyCh8kXo/bJXnsOVVon0l/QOfkonMvVaTIJmc47NLK7WViqPA==", + "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==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.9", - "@asyncapi/parser": "^3.0.5", + "@asyncapi/parser": "^3.0.10", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 1712ddb2b..08644fe4e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.13", - "@asyncapi/html-template": "^2.2.1", + "@asyncapi/html-template": "^2.2.2", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4",