diff --git a/package-lock.json b/package-lock.json index f709f61c1b7..0493d54255a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/converter": "^1.4.5", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.15.7", - "@asyncapi/modelina": "^2.0.9", + "@asyncapi/modelina": "^2.0.10", "@asyncapi/openapi-schema-parser": "^3.0.5", "@asyncapi/optimizer": "^0.2.6", "@asyncapi/parser": "^3.0.0", @@ -190,11 +190,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.7.tgz", - "integrity": "sha512-pu5NDnha0Swd041uNtGbj7yshp2zd2U1CjL5rI5GCWPzq64SlS6rdPjX2iBIWXChV8FlX9GGhW9eRoJduIzntg==", + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.8.tgz", + "integrity": "sha512-blWAiBhc4kVcBU/9/FMS8dNcuJArQVnCXuIo4pcRUf87G3dXGHllnCipc5OKeObrKkv5D/MOC/yH6RFOvv+chg==", "dependencies": { - "@asyncapi/parser": "^3.0.1", + "@asyncapi/parser": "^3.0.0", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" } @@ -730,14 +730,14 @@ "link": true }, "node_modules/@asyncapi/modelina": { - "version": "2.0.9", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-2.0.9.tgz", - "integrity": "sha512-ftvOZMfO49iXCf+UDjT3pTNH7pY54c3P0tSA6mYYHJsgs250NXLnAumI6D9l0Qac1O4+Sx15VbA4CLHyT8TFpw==", + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-2.0.10.tgz", + "integrity": "sha512-Jnow01DxwNIPbuJ5B1a7Ed/BJtKQe5OxgE9bMurlg5pFOP4jKi5VpCECRnunxZ+sxjDWNcDnx6afo04/pQGqWQ==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", - "@asyncapi/avro-schema-parser": "^3.0.7", - "@asyncapi/openapi-schema-parser": "^3.0.8", + "@asyncapi/avro-schema-parser": "^3.0.8", + "@asyncapi/openapi-schema-parser": "^3.0.9", "@asyncapi/parser": "^2.1.2", "@asyncapi/raml-dt-schema-parser": "^4.0.8", "@swc/core": "^1.3.5", @@ -842,11 +842,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.8.tgz", - "integrity": "sha512-PxbEFL4aPHG5DWAjcuUbRvTI9Api/mkoT5nx2QkR2wa2FcSUwu5+xO3DiR4nvn/XrqfCm3fhK/nY3cKUf3bu+Q==", + "version": "3.0.9", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.9.tgz", + "integrity": "sha512-OvL4kcRfM2LBfWFJwYb/FAnPEwJIqCOP5k5ogBad9hsngZAx2B3JPA+E7fxz4p6zthH+oliReCD5C8ffFfWXKQ==", "dependencies": { - "@asyncapi/parser": "^3.0.1", + "@asyncapi/parser": "^3.0.0", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", diff --git a/package.json b/package.json index 9b37d1a8a45..b75ca601fa6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@asyncapi/converter": "^1.4.5", "@asyncapi/diff": "^0.4.1", "@asyncapi/generator": "^1.15.7", - "@asyncapi/modelina": "^2.0.9", + "@asyncapi/modelina": "^2.0.10", "@asyncapi/openapi-schema-parser": "^3.0.5", "@asyncapi/optimizer": "^0.2.6", "@asyncapi/parser": "^3.0.0",