diff --git a/package-lock.json b/package-lock.json index fa55ea54d40..ddc485d6dee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.6", - "@asyncapi/modelina": "^3.2.3", + "@asyncapi/modelina": "^3.3.0", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.5", @@ -1310,9 +1310,9 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "3.2.3", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.2.3.tgz", - "integrity": "sha512-5xgDiq2pJdbRrbRK9CRfszI/0p382iIHHPMivKrXTNe5Beb+s/Xlan6AHGdf86weqEnsIQhzefi0AjkYbtKDBw==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.3.0.tgz", + "integrity": "sha512-s1wTKKl6WpzVNDsiYjZannFZ1td2PjuWW0bx12+wT9j3gg2BWE0O1JYXTC2xq2iZPF8GJ/8j+ikfuGTUA37j6Q==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index ecb2772ea1e..106f5bca7ee 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.4.11", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.6", - "@asyncapi/modelina": "^3.2.3", + "@asyncapi/modelina": "^3.3.0", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.5",