From 0bd3a0d20f20b508705f6267865157f9122a22e3 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 25 Mar 2024 11:39:35 +0100 Subject: [PATCH] fix: update @asyncapi/html-template to 2.2.0 version (#759) --- 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 3be6a9e9f..6af726f49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.1.4", + "@asyncapi/html-template": "^2.2.0", "@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.1.4", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.1.4.tgz", - "integrity": "sha512-lz1K6zk7x+0x8ScMhnl2XnNxJ2pCTnJwQUKpnSL7h4oqCQB0+dloq/u2RhhB5Y8+2WtAh4uGoNJUvvGWP8AgPg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.0.tgz", + "integrity": "sha512-wxIi/l3sARKuNGnxfDxmWc2Fqd1SgT7PFHZNptoly0ypgKiI2Sxn8ZaaJ26RrGYPB9z4veAklIRlDMqdyqHWDg==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.7", - "@asyncapi/parser": "^3.0.4", + "@asyncapi/generator-react-sdk": "^1.0.9", + "@asyncapi/parser": "^3.0.5", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", diff --git a/package.json b/package.json index 8ea1301aa..f1ca68bc7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.12", - "@asyncapi/html-template": "^2.1.4", + "@asyncapi/html-template": "^2.2.0", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.10", "@next/env": "^14.0.4",