diff --git a/package-lock.json b/package-lock.json index b2e0c2ac5..13827bf23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.15.1", "@asyncapi/html-template": "^2.0.0", - "@asyncapi/markdown-template": "^1.4.0", + "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.0-next-major-spec.12", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", @@ -483,11 +483,11 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.4.0.tgz", - "integrity": "sha512-mvghEtlCi/2DxSnBRMn5nRD+lD2P/HOfodnLMPav1SM0th9eiwizovTQzfuUByjFxVRj9x54ywXObm/fzo3oBQ==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.5.0.tgz", + "integrity": "sha512-86ExMTh4PtnMCOJO1uomMViipNgWUKT+OTfiUZbvJ1WFUm8Mka1g+eva9L0OoEnS/NAFeariQF4g4/l+/6SS0w==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.0", + "@asyncapi/generator-react-sdk": "^1.0.2", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } diff --git a/package.json b/package.json index 33e8c6981..7696b9ead 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@asyncapi/generator": "^1.15.1", "@asyncapi/html-template": "^2.0.0", - "@asyncapi/markdown-template": "^1.4.0", + "@asyncapi/markdown-template": "^1.5.0", "@asyncapi/parser": "^3.0.0-next-major-spec.12", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7",