From bd626dac5d39bd408d60fa3e6d046e95a3ff555b Mon Sep 17 00:00:00 2001
From: asyncapi-bot <info@asyncapi.io>
Date: Mon, 13 May 2024 07:37:59 +0000
Subject: [PATCH] fix: update @asyncapi/modelina to 3.5.0 version and others

---
 package-lock.json | 8 ++++----
 package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index ad5570f4065..e074c982633 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
         "@asyncapi/converter": "^1.4.19",
         "@asyncapi/diff": "^0.4.1",
         "@asyncapi/generator": "^1.17.25",
-        "@asyncapi/modelina": "^3.4.9",
+        "@asyncapi/modelina": "^3.5.0",
         "@asyncapi/openapi-schema-parser": "^3.0.22",
         "@asyncapi/optimizer": "^1.0.2",
         "@asyncapi/parser": "^3.0.14",
@@ -432,9 +432,9 @@
       "link": true
     },
     "node_modules/@asyncapi/modelina": {
-      "version": "3.4.9",
-      "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.4.9.tgz",
-      "integrity": "sha512-BJIahpkXB0WmALKNyNj8ilEVE6L79UBg121NFbiCQ//F5bmurB0DSZSquWlCIvO6I0CFnJ8Bh6UUxx36rQhijw==",
+      "version": "3.5.0",
+      "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-3.5.0.tgz",
+      "integrity": "sha512-mrRg0ZYKtJPr/clgWb9n+/rLtlQr3NnMtBpA7YiAh5p4/oVoz691J6nx5A7bZ6pV+04VTPfE2s3nt92FCdVJmw==",
       "dependencies": {
         "@apidevtools/json-schema-ref-parser": "^11.1.0",
         "@apidevtools/swagger-parser": "^10.1.0",
diff --git a/package.json b/package.json
index 1f1bb1a0e91..db014cdb515 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "@asyncapi/converter": "^1.4.19",
     "@asyncapi/diff": "^0.4.1",
     "@asyncapi/generator": "^1.17.25",
-    "@asyncapi/modelina": "^3.4.9",
+    "@asyncapi/modelina": "^3.5.0",
     "@asyncapi/openapi-schema-parser": "^3.0.22",
     "@asyncapi/optimizer": "^1.0.2",
     "@asyncapi/parser": "^3.0.14",