From c71fca4d9b08eb1fc44aa858a66c426838a159e2 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 21 Aug 2024 09:20:17 +0200 Subject: [PATCH] fix: update @asyncapi/markdown-template to 1.6.5 version and others (#837) --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4328ce6c4..95fe39f2a 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.4", + "@asyncapi/markdown-template": "^1.6.5", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", @@ -138,9 +138,9 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.1.0.tgz", - "integrity": "sha512-cHHoR3kqiIPPd2pS9Wm+gA2CKZFpS/NKzgnCFzht9A9Cgr+SagtfEXRF5IMfVDscuvZvxeOUZglTOxOgo12VLQ==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.1.1.tgz", + "integrity": "sha512-R86Xa20wLtzI4fVf9HECR+UCSYvNE1B4WZs3eI5jAvGtONBTFOvkixd4SUL+uLP4DP96pU2DuKhih/PQbmMneQ==", "dependencies": { "@asyncapi/parser": "^3.1.0", "@babel/core": "7.12.9", @@ -228,11 +228,11 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.6.4", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.4.tgz", - "integrity": "sha512-1OjAtbVqNQkG6ZdaVY5XLCXkkH98JCaUTV/YGW38TfIBvCO+2J340rpUExBeCZmsJjT95B5Z3yswsIxpagvrow==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.5.tgz", + "integrity": "sha512-5lzj5HO0sKNkg90fRQ/cE20MJoYmqKdvHhRDocFm5LKN0OPj3sgFqExYE64mVA0AEdXcUeF23dpv8094qc2hkg==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.1.0", + "@asyncapi/generator-react-sdk": "^1.1.1", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } diff --git a/package.json b/package.json index 6a1be61b1..4ebbc763f 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.4", + "@asyncapi/markdown-template": "^1.6.5", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11",