From 3f8f824d0655616515625fd3a368683939472584 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 31 Mar 2024 19:39:01 +0200 Subject: [PATCH] fix: update @asyncapi/html-template to 2.2.3 version (#771) --- 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 568b58ee3..0817ea018 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.11", "@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", diff --git a/package.json b/package.json index 50d1ae777..805d47283 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.11", "@next/env": "^14.0.4",