From 927a624ce955ee33016d1bd759a65490fb14679c Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 12 Jun 2024 13:09:24 +0000 Subject: [PATCH] fix: update @asyncapi/html-template to 2.3.9 version and others --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2ab277595..07faf7a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.6", + "@asyncapi/html-template": "^2.3.9", "@asyncapi/markdown-template": "^1.6.3", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.6.tgz", - "integrity": "sha512-8ARhVO2zVIAzW/zDHwJ6kOIcVWGl8eURSfQF3DcGKFh3uqQjthUNvgU07iFFD/ZmopHasKtrfeBfOvRQ5kKgFw==", + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.9.tgz", + "integrity": "sha512-Asf+cdJoP/LkcLgU/8sl5donf8pfiVMJ2ZNcdzrjl4YHQHGJv6EEABlU3UKjDT5B96I7tFI4UjI3rSN4psseEA==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.18", - "@asyncapi/parser": "^3.0.15", + "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 6f275b82a..0cb32f532 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.6", + "@asyncapi/html-template": "^2.3.9", "@asyncapi/markdown-template": "^1.6.3", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4",