From 80cd341288818cbaca7c3a0c03a66f7e84a4fe3a Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 7 Aug 2023 20:57:56 +0000 Subject: [PATCH] fix: update @asyncapi/go-watermill-template to 0.2.36 version --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 82d1f2de..f639b40d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.0", "@asyncapi/generator": "^1.9.18", - "@asyncapi/go-watermill-template": "^0.2.35", + "@asyncapi/go-watermill-template": "^0.2.36", "@asyncapi/html-template": "^0.28.3", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", @@ -595,14 +595,14 @@ } }, "node_modules/@asyncapi/go-watermill-template": { - "version": "0.2.35", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.35.tgz", - "integrity": "sha512-2SAy8Wkjii7U8ck/5McIvo3g4MXIx6AwyjHx7FuLdsKls8kbS+Uh0Db+5n/YXAmZUHrLD3foqb7kpwyT+GtiIw==", + "version": "0.2.36", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.36.tgz", + "integrity": "sha512-PaRw+ISEgR90uLhYQtdhrX5VyvNMNm+gd5mjHA2TdM13B+WANiOKNtUGH6XV4ROTyz8DSkonoD03tyIXBkuoAw==", "dependencies": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^1.8.8" + "@asyncapi/modelina": "^1.8.9" } }, "node_modules/@asyncapi/go-watermill-template/node_modules/@apidevtools/json-schema-ref-parser": { @@ -627,9 +627,9 @@ } }, "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/modelina": { - "version": "1.8.8", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.8.tgz", - "integrity": "sha512-Ba9e90/JLi95W2K8bb/ZzCp0ouynnode/WvNVN+GE5ofZKyxouptr2DiOIiPG//NNlockeWmlINBDcqOD503lQ==", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.9.tgz", + "integrity": "sha512-5GxL7+6pewE/8LncowR3x41XKA+sF0OaRlIiAkVpxI6K80WWk3Xn3+iJ2fe1ZsQbwic35HlPeMI4/c+XlqL/eg==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", @@ -21314,14 +21314,14 @@ } }, "@asyncapi/go-watermill-template": { - "version": "0.2.35", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.35.tgz", - "integrity": "sha512-2SAy8Wkjii7U8ck/5McIvo3g4MXIx6AwyjHx7FuLdsKls8kbS+Uh0Db+5n/YXAmZUHrLD3foqb7kpwyT+GtiIw==", + "version": "0.2.36", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.36.tgz", + "integrity": "sha512-PaRw+ISEgR90uLhYQtdhrX5VyvNMNm+gd5mjHA2TdM13B+WANiOKNtUGH6XV4ROTyz8DSkonoD03tyIXBkuoAw==", "requires": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^1.8.8" + "@asyncapi/modelina": "^1.8.9" }, "dependencies": { "@apidevtools/json-schema-ref-parser": { @@ -21346,9 +21346,9 @@ } }, "@asyncapi/modelina": { - "version": "1.8.8", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.8.tgz", - "integrity": "sha512-Ba9e90/JLi95W2K8bb/ZzCp0ouynnode/WvNVN+GE5ofZKyxouptr2DiOIiPG//NNlockeWmlINBDcqOD503lQ==", + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.8.9.tgz", + "integrity": "sha512-5GxL7+6pewE/8LncowR3x41XKA+sF0OaRlIiAkVpxI6K80WWk3Xn3+iJ2fe1ZsQbwic35HlPeMI4/c+XlqL/eg==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index 1140f0ab..d5be0bfc 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@asyncapi/diff": "^0.4.1", "@asyncapi/dotnet-nats-template": "^0.12.0", "@asyncapi/generator": "^1.9.18", - "@asyncapi/go-watermill-template": "^0.2.35", + "@asyncapi/go-watermill-template": "^0.2.36", "@asyncapi/html-template": "^0.28.3", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0",