From e27d7e64a0fcde19f65935183ef9fb8a307c6347 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 16 Oct 2023 12:32:45 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 1.9.1 version (#845) --- 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 29b3f24fb3a..24c180be096 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.13.1", - "@asyncapi/modelina": "^1.9.0", + "@asyncapi/modelina": "^1.9.1", "@asyncapi/openapi-schema-parser": "^3.0.3", "@asyncapi/optimizer": "^0.2.1", "@asyncapi/parser": "^3.0.0-next-major-spec.2", @@ -852,9 +852,9 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.9.0.tgz", - "integrity": "sha512-bvzdMD16JjxzRTs4PwpXoeM3ZFczGwuCfMm8rYryOSg232+eN+9B3TgbrJ0BH70l0+1ilIzJC+dAHUohy4R32A==", + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.9.1.tgz", + "integrity": "sha512-Uik1951dm0MGduKsPzzJmeHZ/IINevR1Qx+QHIRfj9B4ayEAFMNV7sOBJ9eqtEvDohGvXgeFsnNMGAXshed1GQ==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index 9dcb24da9c9..2388a3a119d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.3.1", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.13.1", - "@asyncapi/modelina": "^1.9.0", + "@asyncapi/modelina": "^1.9.1", "@asyncapi/openapi-schema-parser": "^3.0.3", "@asyncapi/optimizer": "^0.2.1", "@asyncapi/parser": "^3.0.0-next-major-spec.2",