diff --git a/package-lock.json b/package-lock.json index 152973df1fb..287ab03ad8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.3.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.10.11", - "@asyncapi/modelina": "^1.8.8", + "@asyncapi/modelina": "^1.8.9", "@asyncapi/openapi-schema-parser": "^3.0.3", "@asyncapi/optimizer": "^0.2.1", "@asyncapi/parser": "^2.1.0", @@ -433,9 +433,9 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "1.8.8", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.8.tgz", - "integrity": "sha512-Ba9e90/JLi95W2K8bb/ZzCp0ouynnode/WvNVN+GE5ofZKyxouptr2DiOIiPG//NNlockeWmlINBDcqOD503lQ==", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.9.tgz", + "integrity": "sha512-5GxL7+6pewE/8LncowR3x41XKA+sF0OaRlIiAkVpxI6K80WWk3Xn3+iJ2fe1ZsQbwic35HlPeMI4/c+XlqL/eg==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index 9dccbfe27cb..ba16dddd7bd 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.3.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.10.11", - "@asyncapi/modelina": "^1.8.8", + "@asyncapi/modelina": "^1.8.9", "@asyncapi/openapi-schema-parser": "^3.0.3", "@asyncapi/optimizer": "^0.2.1", "@asyncapi/parser": "^2.1.0",