diff --git a/package-lock.json b/package-lock.json index 1e36a6cc..e9b2fe03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@asyncapi/diff": "^0.3.0", "@asyncapi/dotnet-nats-template": "^0.4.10", "@asyncapi/generator": "^1.9.3", - "@asyncapi/go-watermill-template": "^0.2.2", + "@asyncapi/go-watermill-template": "^0.2.3", "@asyncapi/html-template": "^0.24.9", "@asyncapi/java-spring-cloud-stream-template": "^0.12.1", "@asyncapi/java-spring-template": "^0.25.1", @@ -657,14 +657,30 @@ } }, "node_modules/@asyncapi/go-watermill-template": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.2.tgz", - "integrity": "sha512-xEaEsy/po6/Wofpc78QuWVZoG6EKgsTYQQLWdKnl6YLTVOJerPX5LHUygJEUp+suIJDfq01yWJgHnWcGbfpjeQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.3.tgz", + "integrity": "sha512-ao2ItRNhbAriBYQjBJLSS/1I4Em0jebM2EpbT5AgOXopl88YZqWDxQ1GT6vmTrTsArNhZhJTO94uZ4KLqfeTcw==", "dependencies": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^0.57.0" + "@asyncapi/modelina": "^0.58.0" + } + }, + "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/modelina": { + "version": "0.58.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", + "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.15", + "change-case": "^4.1.2", + "openapi-types": "9.3.0", + "typescript-json-schema": "^0.53.0" + }, + "engines": { + "node": ">=14" } }, "node_modules/@asyncapi/html-template": { @@ -19866,14 +19882,29 @@ } }, "@asyncapi/go-watermill-template": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.2.tgz", - "integrity": "sha512-xEaEsy/po6/Wofpc78QuWVZoG6EKgsTYQQLWdKnl6YLTVOJerPX5LHUygJEUp+suIJDfq01yWJgHnWcGbfpjeQ==", + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.3.tgz", + "integrity": "sha512-ao2ItRNhbAriBYQjBJLSS/1I4Em0jebM2EpbT5AgOXopl88YZqWDxQ1GT6vmTrTsArNhZhJTO94uZ4KLqfeTcw==", "requires": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^0.57.0" + "@asyncapi/modelina": "^0.58.0" + }, + "dependencies": { + "@asyncapi/modelina": { + "version": "0.58.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.58.0.tgz", + "integrity": "sha512-YofklhHnMliX5hIFKySDRQsVxUS1xvgVsX7iekDFqbR4D77bHK04Ol9Ae6Ah7DrBw7fEuFD2BRpXjdVmOPQ5Sg==", + "requires": { + "@apidevtools/json-schema-ref-parser": "^9.0.9", + "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/parser": "^1.15", + "change-case": "^4.1.2", + "openapi-types": "9.3.0", + "typescript-json-schema": "^0.53.0" + } + } } }, "@asyncapi/html-template": { diff --git a/package.json b/package.json index 51c6986b..61bd6a35 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@asyncapi/diff": "^0.3.0", "@asyncapi/dotnet-nats-template": "^0.4.10", "@asyncapi/generator": "^1.9.3", - "@asyncapi/go-watermill-template": "^0.2.2", + "@asyncapi/go-watermill-template": "^0.2.3", "@asyncapi/html-template": "^0.24.9", "@asyncapi/java-spring-cloud-stream-template": "^0.12.1", "@asyncapi/java-spring-template": "^0.25.1",