diff --git a/package-lock.json b/package-lock.json index fcad0c385..33c6a5fff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.17.25", "@asyncapi/html-template": "^2.3.10", - "@asyncapi/markdown-template": "^1.6.3", + "@asyncapi/markdown-template": "^1.6.4", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", @@ -228,11 +228,11 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.3.tgz", - "integrity": "sha512-Ccm+O89hMA/JxvXM+kD/N2s7ziLz805tSHIqPwydBhryYpnLzKp6NmM+yXhO8MfVgYaHvhlt8maYf3tNFLtBbQ==", + "version": "1.6.4", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.4.tgz", + "integrity": "sha512-1OjAtbVqNQkG6ZdaVY5XLCXkkH98JCaUTV/YGW38TfIBvCO+2J340rpUExBeCZmsJjT95B5Z3yswsIxpagvrow==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/generator-react-sdk": "^1.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } diff --git a/package.json b/package.json index 8c6256810..1f668b2db 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@asyncapi/generator": "^1.17.25", "@asyncapi/html-template": "^2.3.10", - "@asyncapi/markdown-template": "^1.6.3", + "@asyncapi/markdown-template": "^1.6.4", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11",