diff --git a/package-lock.json b/package-lock.json index ca3cebd8b901..a57eec6cf7fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -131,11 +131,11 @@ } }, "@asyncapi/modelina": { - "version": "0.38.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.38.0.tgz", - "integrity": "sha512-tQRgW52zqZIIR7fVUTDec7kdNTHnL8+a97FjcaetZ0bza9tcKFs8AGRKoE4lqymnHrrBJaQZQU3nUTufzuCDww==", + "version": "0.39.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.39.0.tgz", + "integrity": "sha512-3mpvIbOLy23xVdbz5ViJ8R0NCLouJxdWd5UPdlluBu1W6oLgSuK07mDotHgh7H6v833Q/DzHuQZjFD2rWhHsWA==", "requires": { - "@apidevtools/json-schema-ref-parser": "^9.0.7", + "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", "@asyncapi/parser": "^1.10.0", "change-case": "^4.1.2", diff --git a/package.json b/package.json index e33e294c4263..d0e5fc9603ff 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/asyncapi/website#readme", "dependencies": { - "@asyncapi/modelina": "^0.38.0", + "@asyncapi/modelina": "^0.39.0", "@fec/remark-a11y-emoji": "^1.0.0", "@fullhuman/postcss-purgecss": "^2.2.0", "@mdx-js/loader": "^1.6.4",