From 23d4dd67fcc5d591990fe4187458f9ea7658a33f Mon Sep 17 00:00:00 2001 From: asyncapi-bot <61865014+asyncapi-bot@users.noreply.github.com> Date: Thu, 2 Sep 2021 15:14:04 +0200 Subject: [PATCH] fix: update @asyncapi/modelina to 0.27.5 version --- runtimes/java/package-lock.json | 8 ++++---- runtimes/java/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/runtimes/java/package-lock.json b/runtimes/java/package-lock.json index 362d6d42b..611eae6a9 100644 --- a/runtimes/java/package-lock.json +++ b/runtimes/java/package-lock.json @@ -58,12 +58,12 @@ } }, "@asyncapi/modelina": { - "version": "0.27.4", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.27.4.tgz", - "integrity": "sha512-UdbhUeooYHuOXU/0qSDG+cly0Poz7c9Zw3139SH4o3gUTjRPNj21v8qmDpS189Lk1e1PK7so5kEdw9ofEb/45g==", + "version": "0.27.5", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.27.5.tgz", + "integrity": "sha512-lB15xmOVxTyCR+6d0QGakOXvfSUpesjfNTIZR5IHxZZMnBihEkNx98Uw4wsdWoVtx0WddwPa+eMnsceyUwSgJA==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.7", - "@asyncapi/parser": "^1.8.0", + "@asyncapi/parser": "^1.8.1", "change-case": "^4.1.2" } }, diff --git a/runtimes/java/package.json b/runtimes/java/package.json index 03b8ffdc0..532150de4 100644 --- a/runtimes/java/package.json +++ b/runtimes/java/package.json @@ -6,7 +6,7 @@ "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.13", - "@asyncapi/modelina": "^0.27.4" + "@asyncapi/modelina": "^0.27.5" }, "generator": { "renderer": "react",