diff --git a/package-lock.json b/package-lock.json index 6f23a91d5..fe41a808c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.14", - "@asyncapi/html-template": "^2.2.3", + "@asyncapi/html-template": "^2.2.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.11", "@next/env": "^14.0.4", @@ -138,11 +138,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.14.tgz", - "integrity": "sha512-Yvn9L9CMYP7pv+catUYM+EbUY3iD3q1AufP1B/q2naUWjs19XwOLOka8ZJ/9graZS9mCriHW1PXGxnjd5BaHig==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.15.tgz", + "integrity": "sha512-2ewO8pWSw39NkL3fvG3YMgou6VXMaIuxYE7Uw5MEE/o4Iy8v8uHfR1UM6Ppy3t4PCzpSdN8VkePAaNeuAZz/YA==", "dependencies": { - "@asyncapi/parser": "^3.0.10", + "@asyncapi/parser": "^3.0.11", "@babel/core": "7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", @@ -213,11 +213,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.3.tgz", - "integrity": "sha512-k7Jsgt/smjfB3CauIlbgOQt+50EpVS9sayQHdXLdF8UMnHk322MkcIH2K2R7tqgbsd4xksTG4otZUDvGeFs1sQ==", + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.2.4.tgz", + "integrity": "sha512-7YvVdYOVNRIPBtcytRNwwSremcG1Nhg6fxiaBYNtjb6CjaZml6diGnK8huStURZrfV0meTTFAaTbpzwXbM0eFg==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.9", + "@asyncapi/generator-react-sdk": "^1.0.15", "@asyncapi/parser": "^3.0.11", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", diff --git a/package.json b/package.json index 7cead8606..7032a131e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.14", - "@asyncapi/html-template": "^2.2.3", + "@asyncapi/html-template": "^2.2.4", "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.11", "@next/env": "^14.0.4",