From 54942960ff4a7cf92d9268b31aa97b0d01251b91 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Sun, 3 Jul 2022 21:26:31 +0000 Subject: [PATCH] fix: update @asyncapi/dotnet-nats-template to 0.8.2 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 29729e05..3a62d850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@asyncapi/bundler": "^0.1.2", "@asyncapi/converter": "^1.0.0", "@asyncapi/diff": "^0.4.0", - "@asyncapi/dotnet-nats-template": "^0.8.1", + "@asyncapi/dotnet-nats-template": "^0.8.2", "@asyncapi/generator": "^1.9.5", "@asyncapi/go-watermill-template": "^0.2.6", "@asyncapi/html-template": "^0.24.10", @@ -450,12 +450,12 @@ } }, "node_modules/@asyncapi/dotnet-nats-template": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@asyncapi/dotnet-nats-template/-/dotnet-nats-template-0.8.1.tgz", - "integrity": "sha512-eAlM3XLGrySlUGjbuJ2LPgqsujCacAu+jlmVh244Rera1hls0hII4CABbGifRLguu2Bo1b1qrwtwW4T4NopxVg==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@asyncapi/dotnet-nats-template/-/dotnet-nats-template-0.8.2.tgz", + "integrity": "sha512-9/smf2kV+lxkjbDFcc/eKV8ZTmJla83DSgFb0DkWutJVT2lKoxGeJtPFt1/LF8eFl+hf6yhhsggkbYxBKEGDhA==", "dependencies": { "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^0.59.3", + "@asyncapi/modelina": "^0.59.4", "@asyncapi/parser": "^1.15.1", "@babel/core": "^7.15.0" } @@ -778,9 +778,9 @@ } }, "node_modules/@asyncapi/modelina": { - "version": "0.59.3", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.3.tgz", - "integrity": "sha512-SEgam5+FbIg6aHqYrgU+sGcS7Wd2hOSwfPqS4lTqmX6G7DQPIpptcS2PkktxF2GKvxsp2RkSvOL0lbQlRtBGbg==", + "version": "0.59.4", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.4.tgz", + "integrity": "sha512-+V2YgFemV9Vhj9zR0ZIYH4DX91jQhkRzBCWV1oVMgVTjEcEO2/3NaM9ROdCj9QNwptdjDfU3qbUn3frUPWcs1A==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", @@ -19715,12 +19715,12 @@ } }, "@asyncapi/dotnet-nats-template": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@asyncapi/dotnet-nats-template/-/dotnet-nats-template-0.8.1.tgz", - "integrity": "sha512-eAlM3XLGrySlUGjbuJ2LPgqsujCacAu+jlmVh244Rera1hls0hII4CABbGifRLguu2Bo1b1qrwtwW4T4NopxVg==", + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/@asyncapi/dotnet-nats-template/-/dotnet-nats-template-0.8.2.tgz", + "integrity": "sha512-9/smf2kV+lxkjbDFcc/eKV8ZTmJla83DSgFb0DkWutJVT2lKoxGeJtPFt1/LF8eFl+hf6yhhsggkbYxBKEGDhA==", "requires": { "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^0.59.3", + "@asyncapi/modelina": "^0.59.4", "@asyncapi/parser": "^1.15.1", "@babel/core": "^7.15.0" } @@ -20002,9 +20002,9 @@ } }, "@asyncapi/modelina": { - "version": "0.59.3", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.3.tgz", - "integrity": "sha512-SEgam5+FbIg6aHqYrgU+sGcS7Wd2hOSwfPqS4lTqmX6G7DQPIpptcS2PkktxF2GKvxsp2RkSvOL0lbQlRtBGbg==", + "version": "0.59.4", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-0.59.4.tgz", + "integrity": "sha512-+V2YgFemV9Vhj9zR0ZIYH4DX91jQhkRzBCWV1oVMgVTjEcEO2/3NaM9ROdCj9QNwptdjDfU3qbUn3frUPWcs1A==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", diff --git a/package.json b/package.json index 7d73e823..d75b125f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@asyncapi/bundler": "^0.1.2", "@asyncapi/converter": "^1.0.0", "@asyncapi/diff": "^0.4.0", - "@asyncapi/dotnet-nats-template": "^0.8.1", + "@asyncapi/dotnet-nats-template": "^0.8.2", "@asyncapi/generator": "^1.9.5", "@asyncapi/go-watermill-template": "^0.2.6", "@asyncapi/html-template": "^0.24.10",