diff --git a/package-lock.json b/package-lock.json index 9bc6b32..ee5856a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", - "@asyncapi/modelina": "^6.0.0-next.6", + "@asyncapi/modelina": "^6.0.0-next.7", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.4.0", "@asyncapi/protobuf-schema-parser": "^3.5.1", @@ -172,9 +172,9 @@ } }, "node_modules/@asyncapi/modelina": { - "version": "6.0.0-next.6", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-6.0.0-next.6.tgz", - "integrity": "sha512-aXtM0ba77mJLCf31nnE9c8cuQN06yhZV4pasDY/ALxwjbKnI8u9vMqTJVW89xEqTT5MNFgViueeJQ0IY4xRbUQ==", + "version": "6.0.0-next.7", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-6.0.0-next.7.tgz", + "integrity": "sha512-+32lv/8YN3Fr7qizR/Eu/JTPNqYVVH7OzXVen1847xd18Og2+xcYtiHfyBi++/AHgfi2MsEM6XlgR58ZNS1bzQ==", "license": "Apache-2.0", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", diff --git a/package.json b/package.json index 99a4038..a472e77 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bugs": "https://github.com/the-codegen-project/cli/issues", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.24", - "@asyncapi/modelina": "^6.0.0-next.6", + "@asyncapi/modelina": "^6.0.0-next.7", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.4.0", "@asyncapi/protobuf-schema-parser": "^3.5.1",