diff --git a/package-lock.json b/package-lock.json index e86acc721..e67cdef94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.58.0", + "@asyncapi/modelina": "^0.59.0", "@asyncapi/parser": "^1.12.0", "cross-env": "^7.0.2", "filenamify": "^4.1.0", @@ -225,9 +225,9 @@ } }, "node_modules/@asyncapi/modelina": { - "version": "0.58.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", - "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "version": "0.59.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.0.tgz", + "integrity": "sha512-wBN8ZQooZiBuYcpIopoIscfP3n/s6KtUpH+RdivLsYr2UHLoPVPf82Plvj6MDMYFzhuqxr6X7fB5MGJNNIsHyw==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", @@ -17009,9 +17009,9 @@ } }, "@asyncapi/modelina": { - "version": "0.58.0", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", - "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "version": "0.59.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.0.tgz", + "integrity": "sha512-wBN8ZQooZiBuYcpIopoIscfP3n/s6KtUpH+RdivLsYr2UHLoPVPf82Plvj6MDMYFzhuqxr6X7fB5MGJNNIsHyw==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index b78421044..bacfa7106 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "dependencies": { "@asyncapi/generator-filters": "^2.1.0", "@asyncapi/generator-react-sdk": "^0.2.11", - "@asyncapi/modelina": "^0.58.0", + "@asyncapi/modelina": "^0.59.0", "@asyncapi/parser": "^1.12.0", "cross-env": "^7.0.2", "filenamify": "^4.1.0",