From e80cf4b7c7ddbdad043c4ccb299134f913edcaed Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 10:22:36 +0000 Subject: [PATCH] fix: update @asyncapi/html-template to 2.3.4 version and others --- 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 b5a2adbad..c9b053b5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.22", - "@asyncapi/html-template": "^2.3.3", + "@asyncapi/html-template": "^2.3.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.3.tgz", - "integrity": "sha512-MHO8+c8D2SCAIk6Kb1d8DNpIKsIK1kPqXCr0p0SzTCYOPyr94GGkY8G4jA5s9Q1eK3wgP0Axn3MjuwXLGIPlsA==", + "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==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.16", - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 560bad322..9f6d7dc00 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.22", - "@asyncapi/html-template": "^2.3.3", + "@asyncapi/html-template": "^2.3.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4",