From ea451307579f71dfe42e1706493447b41bee40cd Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 12:33:52 +0000 Subject: [PATCH] fix: update @asyncapi/markdown-template to 1.6.1 version and others --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d3ab9eb3b..e3c455145 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.17.25", "@asyncapi/html-template": "^2.3.5", - "@asyncapi/markdown-template": "^1.6.0", + "@asyncapi/markdown-template": "^1.6.1", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", @@ -228,9 +228,9 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.0.tgz", - "integrity": "sha512-GLVjaifuXWOCaOtZLw3IpRp57RjJXDiTMygod6KgHPQe4KgS6/Wf/ik9SQwbv6YALqcyvlJ718Et/asNB2tnYg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.1.tgz", + "integrity": "sha512-OtAtp5K2Mza6187fulCsCAvdb8GbHnzZ55+Yb54PSLnm0iabsHfBLh6bVtYS3cYXSDRxjlgb8Vdr/l4ipV/xHw==", "dependencies": { "@asyncapi/generator-react-sdk": "^1.0.18", "openapi-sampler": "^1.3.0", diff --git a/package.json b/package.json index 8265f210a..f76ccffd8 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "dependencies": { "@asyncapi/generator": "^1.17.25", "@asyncapi/html-template": "^2.3.5", - "@asyncapi/markdown-template": "^1.6.0", + "@asyncapi/markdown-template": "^1.6.1", "@asyncapi/parser": "^3.0.14", "@next/env": "^14.0.4", "@types/jest": "^29.5.11",