From 6218cc492fbf609e3c094b5b800a0023d3ce513e Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 3 Aug 2023 18:24:58 +0200 Subject: [PATCH] fix: update @asyncapi/markdown-template to 1.3.2 version (#328) --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe80caf7..82d1f2de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", "@asyncapi/java-template": "^0.2.0", - "@asyncapi/markdown-template": "^1.3.1", + "@asyncapi/markdown-template": "^1.3.2", "@asyncapi/nodejs-template": "^0.13.1", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^2.0.3", @@ -878,9 +878,9 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.1.tgz", - "integrity": "sha512-T9ABPztAsHmkbZfydePm+MHLUcPLeAg+RZxo9EC0+/MKu7CPOI39DaDoKsZJV8elhrPXCPyuJMAJwP8Sv02rFg==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.2.tgz", + "integrity": "sha512-C3oKLu+v1Krvc4kciQIygoQumft829ayq20AjAcbT7sIN1f9cB7Xla/tYe1aCLE+7XMJuQrLCM2qpsx3iRI2dA==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", @@ -21564,9 +21564,9 @@ } }, "@asyncapi/markdown-template": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.1.tgz", - "integrity": "sha512-T9ABPztAsHmkbZfydePm+MHLUcPLeAg+RZxo9EC0+/MKu7CPOI39DaDoKsZJV8elhrPXCPyuJMAJwP8Sv02rFg==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.2.tgz", + "integrity": "sha512-C3oKLu+v1Krvc4kciQIygoQumft829ayq20AjAcbT7sIN1f9cB7Xla/tYe1aCLE+7XMJuQrLCM2qpsx3iRI2dA==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", diff --git a/package.json b/package.json index aec237a1..1140f0ab 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", "@asyncapi/java-template": "^0.2.0", - "@asyncapi/markdown-template": "^1.3.1", + "@asyncapi/markdown-template": "^1.3.2", "@asyncapi/nodejs-template": "^0.13.1", "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^2.0.3",