diff --git a/package-lock.json b/package-lock.json index 3347ca566..decfc894d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator": "^1.9.18", "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.3.0", + "@asyncapi/markdown-template": "^1.3.1", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7", @@ -284,21 +284,21 @@ } }, "node_modules/@asyncapi/markdown-template": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.0.tgz", - "integrity": "sha512-VMtIk8Bcr2BJQWCoqkkgef0KqDfxD5sGLm/nrWoF7//c3rZsGM9hzBHMo1tur0w13Nnr59nqEK5mok8JQ9s+XA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.1.tgz", + "integrity": "sha512-T9ABPztAsHmkbZfydePm+MHLUcPLeAg+RZxo9EC0+/MKu7CPOI39DaDoKsZJV8elhrPXCPyuJMAJwP8Sv02rFg==", "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/parser": "2.0.3", + "@asyncapi/parser": "^2.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" } }, "node_modules/@asyncapi/markdown-template/node_modules/@asyncapi/parser": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.3.tgz", - "integrity": "sha512-2gtIQOaCz8sR70JFREpg6UwgUBboC/26JcAGySkXY/f1ayjcfDoNLi4LsDvmu6G21qLrGN2lI83i8iLG1AzTAw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", "dependencies": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", @@ -16753,21 +16753,21 @@ } }, "@asyncapi/markdown-template": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.0.tgz", - "integrity": "sha512-VMtIk8Bcr2BJQWCoqkkgef0KqDfxD5sGLm/nrWoF7//c3rZsGM9hzBHMo1tur0w13Nnr59nqEK5mok8JQ9s+XA==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@asyncapi/markdown-template/-/markdown-template-1.3.1.tgz", + "integrity": "sha512-T9ABPztAsHmkbZfydePm+MHLUcPLeAg+RZxo9EC0+/MKu7CPOI39DaDoKsZJV8elhrPXCPyuJMAJwP8Sv02rFg==", "requires": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/parser": "2.0.3", + "@asyncapi/parser": "^2.1.0", "openapi-sampler": "^1.3.0", "yaml": "^1.10.2" }, "dependencies": { "@asyncapi/parser": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.3.tgz", - "integrity": "sha512-2gtIQOaCz8sR70JFREpg6UwgUBboC/26JcAGySkXY/f1ayjcfDoNLi4LsDvmu6G21qLrGN2lI83i8iLG1AzTAw==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.1.0.tgz", + "integrity": "sha512-78jjN3eW4ZmgJEa6Ap15lofzADCeItO4wHcAY2Jod3qLB1xf1zFDZQdtm3VSHYLeLhwoC1A33bAtzEf7M5P2bg==", "requires": { "@asyncapi/specs": "^5.1.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", diff --git a/package.json b/package.json index 52c24f2ae..0fa647d28 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "dependencies": { "@asyncapi/generator": "^1.9.18", "@asyncapi/html-template": "^0.24.10", - "@asyncapi/markdown-template": "^1.3.0", + "@asyncapi/markdown-template": "^1.3.1", "@asyncapi/parser": "^1.13.1", "@types/jest": "^27.4.0", "@types/qs": "^6.9.7",