diff --git a/package-lock.json b/package-lock.json index 2b99e276c..07faf7a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,8 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.6", - "@asyncapi/markdown-template": "^1.6.1", + "@asyncapi/html-template": "^2.3.9", + "@asyncapi/markdown-template": "^1.6.3", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11", @@ -138,11 +138,11 @@ } }, "node_modules/@asyncapi/generator-react-sdk": { - "version": "1.0.18", - "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.18.tgz", - "integrity": "sha512-6pGOi1ODODtfXqe+qe1F/VNZIxMB+CIMyAUOt3dC+UE12mBmQe4VTO2VZpbu2HZ2LMG5cfkf3J6S4jJWvY9cDg==", + "version": "1.0.20", + "resolved": "https://registry.npmjs.org/@asyncapi/generator-react-sdk/-/generator-react-sdk-1.0.20.tgz", + "integrity": "sha512-9ShFK5RK2tprRD8NvP1SQf2wN2tUOilYFnQgBiPD5AwKmlJqjR3nZUQydfuRTHmHe5pz5lzypFx5ey3f1Mvjgg==", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@babel/core": "7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", @@ -213,12 +213,12 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/html-template": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.6.tgz", - "integrity": "sha512-8ARhVO2zVIAzW/zDHwJ6kOIcVWGl8eURSfQF3DcGKFh3uqQjthUNvgU07iFFD/ZmopHasKtrfeBfOvRQ5kKgFw==", + "version": "2.3.9", + "resolved": "https://registry.npmjs.org/@asyncapi/html-template/-/html-template-2.3.9.tgz", + "integrity": "sha512-Asf+cdJoP/LkcLgU/8sl5donf8pfiVMJ2ZNcdzrjl4YHQHGJv6EEABlU3UKjDT5B96I7tFI4UjI3rSN4psseEA==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.18", - "@asyncapi/parser": "^3.0.15", + "@asyncapi/generator-react-sdk": "^1.0.20", + "@asyncapi/parser": "^3.1.0", "@asyncapi/react-component": "^1.2.13", "highlight.js": "10.7.3", "puppeteer": "^14.1.0", @@ -228,11 +228,11 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.6.1.tgz", - "integrity": "sha512-OtAtp5K2Mza6187fulCsCAvdb8GbHnzZ55+Yb54PSLnm0iabsHfBLh6bVtYS3cYXSDRxjlgb8Vdr/l4ipV/xHw==", + "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==", "dependencies": { - "@asyncapi/generator-react-sdk": "^1.0.18", + "@asyncapi/generator-react-sdk": "^1.0.20", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } diff --git a/package.json b/package.json index 5e5e62b54..0cb32f532 100644 --- a/package.json +++ b/package.json @@ -35,8 +35,8 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/generator": "^1.17.25", - "@asyncapi/html-template": "^2.3.6", - "@asyncapi/markdown-template": "^1.6.1", + "@asyncapi/html-template": "^2.3.9", + "@asyncapi/markdown-template": "^1.6.3", "@asyncapi/parser": "^3.1.0", "@next/env": "^14.0.4", "@types/jest": "^29.5.11",