From ddb13b958c714d942e1916f6472b4312df801e55 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 8 Aug 2024 14:24:14 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to ^3.7.0 version and others (#1478) Co-authored-by: asyncapi-bot-eve %0ACo-authored-by: asyncapi-bot --- package-lock.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0a7e4b074f8..9e30dc82ae3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.17.25", - "@asyncapi/modelina": "^3.6.0", + "@asyncapi/modelina": "^3.7.0", "@asyncapi/modelina-cli": "^4.0.0-next.48", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.2", @@ -1411,9 +1411,9 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.6.0.tgz", - "integrity": "sha512-o3R5fR13weVyZ05kk4oKJalbVMPuJPMefT3PuqlWrb3gxPmMWCTldCORwtXrr/ZPZG4idzSVevo5vSjL3IFPFw==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.7.0.tgz", + "integrity": "sha512-eVaJjV7es+HW4W4hycocD2DoANHC7qq6rlvLZbSmWGiYqY+M0WLMZeHNp8oameax8/k+3o9WvX3crMBHxi/LJg==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.1.0", "@apidevtools/swagger-parser": "^10.1.0", diff --git a/package.json b/package.json index 054687a284a..e3dc2b53052 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,9 @@ "@asyncapi/bundler": "^0.6.1", "@asyncapi/converter": "^1.4.20", "@asyncapi/diff": "^0.4.1", - "@asyncapi/modelina-cli": "^4.0.0-next.48", "@asyncapi/generator": "^1.17.25", - "@asyncapi/modelina": "^3.6.0", + "@asyncapi/modelina": "^3.7.0", + "@asyncapi/modelina-cli": "^4.0.0-next.48", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.2", "@asyncapi/parser": "^3.1.0",