From 72cd0dfecdf08c00a9f89f9cfd9b76a0fb43bdbf Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 25 May 2023 15:14:51 +0200 Subject: [PATCH] fix: update @asyncapi/go-watermill-template to 0.2.26 version (#280) --- package-lock.json | 108 ++++++++++++++++++++++++++++++++++++++-------- package.json | 2 +- 2 files changed, 92 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e4be1fb..2cb06153 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.25", + "@asyncapi/go-watermill-template": "^0.2.26", "@asyncapi/html-template": "^0.28.3", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0", @@ -538,14 +538,14 @@ } }, "node_modules/@asyncapi/go-watermill-template": { - "version": "0.2.25", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.25.tgz", - "integrity": "sha512-Wh6e2dtYAv+QKzmo0UmxxNk3qiAe4GthQ8Jwv36nGW+nsZTJT0XjEabEziJnpk9O907d8Iri7vcW5w6I4hT56g==", + "version": "0.2.26", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.26.tgz", + "integrity": "sha512-ZkHaxfg63ITVf8RFw8LrGA1DDs4LHfRyh5i8tlGouC/l/ZfsdFi9iE/cY4OrQjex21pGM3BxFTVAGnYDlExA/w==", "dependencies": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^1.6.1" + "@asyncapi/modelina": "^1.7.0" } }, "node_modules/@asyncapi/go-watermill-template/node_modules/@apidevtools/json-schema-ref-parser": { @@ -559,19 +559,32 @@ "js-yaml": "^4.1.0" } }, + "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/avro-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.0.tgz", + "integrity": "sha512-9zxRwtVV0dcDQgA5dN8HmfigfflgMRSJnSElhWZneClF8JhpPOKVs0N8UA1PmE9Sax5uOqx95ONboYnnz4xTLw==", + "dependencies": { + "@asyncapi/parser": "^2.0.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6", + "conventional-changelog-conventionalcommits": "^5.0.0" + } + }, "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/modelina": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.6.1.tgz", - "integrity": "sha512-BF6vIkKU2iMmzm1sHFVnE3sbYwvJ7nAyFekjEWVA9tfo9hPYSTtth42p06hkJQAlL8muqwlKvlU78TnmNZgy5A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.7.0.tgz", + "integrity": "sha512-fIZ2pQEMubPRdShKYiUB2SN0NcxUQxvr6NEgZ1sfqInkWnkXyPQgung6LMEL5fkVOHIUa5tYBg1w23MISHF5eg==", "dependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/avro-schema-parser": "^3.0.0", + "@asyncapi/openapi-schema-parser": "^3.0.0", "@asyncapi/parser": "^2.0.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.0", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", "alterschema": "^1.1.2", "change-case": "^4.1.2", - "conventional-changelog-conventionalcommits": "^5.0.0", "openapi-types": "9.3.0", "typescript-json-schema": "^0.53.0" }, @@ -579,6 +592,18 @@ "node": ">=14" } }, + "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/openapi-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.0.tgz", + "integrity": "sha512-3s5rI//5KSvrPfv/jiiQi5uOerMc7Y7ejVDveuI7hhaujC+NemFwcc8imMwZzNHF6BsBGc9/HVtSjYIkQZpk4Q==", + "dependencies": { + "@asyncapi/parser": "^2.0.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/parser": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0.tgz", @@ -604,6 +629,18 @@ "webapi-parser": "^0.5.0" } }, + "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/raml-dt-schema-parser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.0.tgz", + "integrity": "sha512-dauYocjmyIKo7oq1rzBOY+mDHzvfa9j8p2luz4co2igZM9HN0L+Xck1M81uvye4Z5zTNW/BG2hu9ngiZAXcQng==", + "dependencies": { + "@asyncapi/parser": "^2.0.0", + "conventional-changelog-conventionalcommits": "^5.0.0", + "js-yaml": "^4.1.0", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, "node_modules/@asyncapi/go-watermill-template/node_modules/@asyncapi/specs": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.0.0.tgz", @@ -21040,14 +21077,14 @@ } }, "@asyncapi/go-watermill-template": { - "version": "0.2.25", - "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.25.tgz", - "integrity": "sha512-Wh6e2dtYAv+QKzmo0UmxxNk3qiAe4GthQ8Jwv36nGW+nsZTJT0XjEabEziJnpk9O907d8Iri7vcW5w6I4hT56g==", + "version": "0.2.26", + "resolved": "https://registry.npmjs.org/@asyncapi/go-watermill-template/-/go-watermill-template-0.2.26.tgz", + "integrity": "sha512-ZkHaxfg63ITVf8RFw8LrGA1DDs4LHfRyh5i8tlGouC/l/ZfsdFi9iE/cY4OrQjex21pGM3BxFTVAGnYDlExA/w==", "requires": { "@asyncapi/generator-filters": "^2.0.0", "@asyncapi/generator-hooks": "^0.1.0", "@asyncapi/generator-react-sdk": "^0.2.23", - "@asyncapi/modelina": "^1.6.1" + "@asyncapi/modelina": "^1.7.0" }, "dependencies": { "@apidevtools/json-schema-ref-parser": { @@ -21061,23 +21098,48 @@ "js-yaml": "^4.1.0" } }, + "@asyncapi/avro-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.0.tgz", + "integrity": "sha512-9zxRwtVV0dcDQgA5dN8HmfigfflgMRSJnSElhWZneClF8JhpPOKVs0N8UA1PmE9Sax5uOqx95ONboYnnz4xTLw==", + "requires": { + "@asyncapi/parser": "^2.0.0", + "@types/json-schema": "^7.0.11", + "avsc": "^5.7.6", + "conventional-changelog-conventionalcommits": "^5.0.0" + } + }, "@asyncapi/modelina": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.6.1.tgz", - "integrity": "sha512-BF6vIkKU2iMmzm1sHFVnE3sbYwvJ7nAyFekjEWVA9tfo9hPYSTtth42p06hkJQAlL8muqwlKvlU78TnmNZgy5A==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@asyncapi/modelina/-/modelina-1.7.0.tgz", + "integrity": "sha512-fIZ2pQEMubPRdShKYiUB2SN0NcxUQxvr6NEgZ1sfqInkWnkXyPQgung6LMEL5fkVOHIUa5tYBg1w23MISHF5eg==", "requires": { "@apidevtools/json-schema-ref-parser": "^9.0.9", "@apidevtools/swagger-parser": "^10.0.3", + "@asyncapi/avro-schema-parser": "^3.0.0", + "@asyncapi/openapi-schema-parser": "^3.0.0", "@asyncapi/parser": "^2.0.0", + "@asyncapi/raml-dt-schema-parser": "^4.0.0", "@swc/core": "^1.3.5", "@swc/jest": "^0.2.23", "alterschema": "^1.1.2", "change-case": "^4.1.2", - "conventional-changelog-conventionalcommits": "^5.0.0", "openapi-types": "9.3.0", "typescript-json-schema": "^0.53.0" } }, + "@asyncapi/openapi-schema-parser": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.0.tgz", + "integrity": "sha512-3s5rI//5KSvrPfv/jiiQi5uOerMc7Y7ejVDveuI7hhaujC+NemFwcc8imMwZzNHF6BsBGc9/HVtSjYIkQZpk4Q==", + "requires": { + "@asyncapi/parser": "^2.0.0", + "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", + "ajv": "^8.11.0", + "ajv-errors": "^3.0.0", + "ajv-formats": "^2.1.1" + } + }, "@asyncapi/parser": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/@asyncapi/parser/-/parser-2.0.0.tgz", @@ -21103,6 +21165,18 @@ "webapi-parser": "^0.5.0" } }, + "@asyncapi/raml-dt-schema-parser": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@asyncapi/raml-dt-schema-parser/-/raml-dt-schema-parser-4.0.0.tgz", + "integrity": "sha512-dauYocjmyIKo7oq1rzBOY+mDHzvfa9j8p2luz4co2igZM9HN0L+Xck1M81uvye4Z5zTNW/BG2hu9ngiZAXcQng==", + "requires": { + "@asyncapi/parser": "^2.0.0", + "conventional-changelog-conventionalcommits": "^5.0.0", + "js-yaml": "^4.1.0", + "ramldt2jsonschema": "^1.2.3", + "webapi-parser": "^0.5.0" + } + }, "@asyncapi/specs": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@asyncapi/specs/-/specs-5.0.0.tgz", diff --git a/package.json b/package.json index 0f824980..b363645a 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.25", + "@asyncapi/go-watermill-template": "^0.2.26", "@asyncapi/html-template": "^0.28.3", "@asyncapi/java-spring-cloud-stream-template": "^0.13.4", "@asyncapi/java-spring-template": "^0.29.0",