From 62ee66e810572dc087d19ad1c4b0812be4aa6969 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 14:11:02 +0200 Subject: [PATCH] fix: update @asyncapi/html-template to 2.3.5 version and others (#816) --- 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 a6c5aa14f..e06f6996a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.24", - "@asyncapi/html-template": "^2.3.4", + "@asyncapi/html-template": "^2.3.5", "@asyncapi/markdown-template": "^1.6.0", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", @@ -213,11 +213,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.4.tgz", - "integrity": "sha512-PPlb5EEmw4QyiFIf1lpvMS2fMCJRHltGjcsLbdH+Ootyh7MWnIE/taSzKQUA5bY5pw+qx4/a/Sy1AxKmS+BQ0Q==", + "version": "2.3.5", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.5.tgz", + "integrity": "sha512-NZPjg7Mc1Dxn3NnZ4uIfKdv8q+0bcF4CQeeuX5nbgsEIt/ZztePGTTLp51F6aPa/6Dowf+1ZuibpOXhhb9OKAg==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.16", + "@asyncapi/generator-react-sdk": "^1.0.18", "@asyncapi/parser": "^3.0.14", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", diff --git a/package.json b/package.json index ecde0567a..7c2c6c399 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.24", - "@asyncapi/html-template": "^2.3.4", + "@asyncapi/html-template": "^2.3.5", "@asyncapi/markdown-template": "^1.6.0", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4",