From 42f9a4391d31094363ba0128fbf886d72a6befc4 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 3 Aug 2023 18:23:45 +0200 Subject: [PATCH] chore: update @asyncapi/markdown-template to 1.3.2 version (#764) --- apps/studio/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/studio/package.json b/apps/studio/package.json index 547028a92..9eb7ad2b1 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -80,7 +80,7 @@ "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", "@asyncapi/java-template": "^0.2.1", - "@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/python-paho-template": "^0.2.13", diff --git a/package-lock.json b/package-lock.json index f28cd4b88..c2a88e835 100644 --- a/package-lock.json +++ b/package-lock.json @@ -512,7 +512,7 @@ "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", "@asyncapi/java-template": "^0.2.1", - "@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/python-paho-template": "^0.2.13", @@ -1291,9 +1291,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==", "dev": true, "dependencies": { "@asyncapi/generator-filters": "^2.1.0", @@ -34791,9 +34791,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==", "dev": true, "requires": { "@asyncapi/generator-filters": "^2.1.0", @@ -35183,7 +35183,7 @@ "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", "@asyncapi/java-template": "^0.2.1", - "@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": "^3.0.3",