From d1d51274e05e350b51553d9e29769c30447d9432 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 21 Aug 2024 07:17:47 +0000 Subject: [PATCH] fix: update @asyncapi/html-template to 2.3.11 version and others --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4328ce6c4..64f8a4c08 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.10", + "@asyncapi/html-template": "^2.3.11", "@asyncapi/markdown-template": "^1.6.4", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", @@ -138,9 +138,9 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.1.0.tgz", - "integrity": "sha512-cHHoR3kqiIPPd2pS9Wm+gA2CKZFpS/NKzgnCFzht9A9Cgr+SagtfEXRF5IMfVDscuvZvxeOUZglTOxOgo12VLQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.1.1.tgz", + "integrity": "sha512-R86Xa20wLtzI4fVf9HECR+UCSYvNE1B4WZs3eI5jAvGtONBTFOvkixd4SUL+uLP4DP96pU2DuKhih/PQbmMneQ==", "dependencies": { "@asyncapi/parser": "^3.1.0", "@babel/core": "7.12.9", @@ -213,11 +213,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.10", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.10.tgz", - "integrity": "sha512-G66FjqTCKzFwQG842o6j/2XupKsdsTp3c64oYhLIjDEUKtu58x/2CTgzZxs7+txHup05Tu4/dqgcmGBGMnUMeA==", + "version": "2.3.11", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.11.tgz", + "integrity": "sha512-UQV4ap/qp9l0Dn2p7yxg5+EG3LvjB6dpx7wYX+HiYdHw42JvwTflmZHmTGStoHYD5XtrZFBtW7ljqH38dfkJMw==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.1.0", + "@asyncapi/generator-react-sdk": "^1.1.1", "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", diff --git a/package.json b/package.json index 6a1be61b1..950ad9bca 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.10", + "@asyncapi/html-template": "^2.3.11", "@asyncapi/markdown-template": "^1.6.4", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4",