From 1c3156d71368d48484ad65766903846088ef0eac Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 10:11:25 +0000 Subject: [PATCH 1/3] fix: update @asyncapi/openapi-schema-parser to 3.0.22 version and others --- library/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index 9699efbf3..bc1e4e92a 100644 --- a/library/package.json +++ b/library/package.json @@ -69,7 +69,7 @@ }, "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.21", - "@asyncapi/openapi-schema-parser": "^3.0.21", + "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", "@asyncapi/protobuf-schema-parser": "^3.2.11", "highlight.js": "^10.7.2", diff --git a/package-lock.json b/package-lock.json index dd874c10b..8effad364 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "license": "Apache-2.0", "dependencies": { "@asyncapi/avro-schema-parser": "^3.0.21", - "@asyncapi/openapi-schema-parser": "^3.0.21", + "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", "@asyncapi/protobuf-schema-parser": "^3.2.11", "highlight.js": "^10.7.2", @@ -251,11 +251,11 @@ } }, "node_modules/@asyncapi/openapi-schema-parser": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.21.tgz", - "integrity": "sha512-lecylfA49DLTzrSAjFuuj1u8joffgIpX860dISjky0/CqNX408tLTqEhcL/jsGBsbhqNBh5lc4foJQZyWxlNJw==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/@asyncapi/openapi-schema-parser/-/openapi-schema-parser-3.0.22.tgz", + "integrity": "sha512-rPI5onl1Sb/PslsyyPFCANUkok36j0ADH2A51U+THKcAHiZ3mu+QAqr/Cnvm1sXTEkNL1Mxl78uLTJQ1wOTQtA==", "dependencies": { - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@openapi-contrib/openapi-schema-to-json-schema": "~3.2.0", "ajv": "^8.11.0", "ajv-errors": "^3.0.0", From fd54dc9a18d50a9eac543f1a252c05a00098f5cc Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 10:13:30 +0000 Subject: [PATCH 2/3] fix: update @asyncapi/protobuf-schema-parser to 3.2.12 version and others --- library/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index bc1e4e92a..5b9c49d5f 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.21", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", - "@asyncapi/protobuf-schema-parser": "^3.2.11", + "@asyncapi/protobuf-schema-parser": "^3.2.12", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", diff --git a/package-lock.json b/package-lock.json index 8effad364..60eff559b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@asyncapi/avro-schema-parser": "^3.0.21", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", - "@asyncapi/protobuf-schema-parser": "^3.2.11", + "@asyncapi/protobuf-schema-parser": "^3.2.12", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -289,11 +289,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.11.tgz", - "integrity": "sha512-zmN5Rb4OMuTKCFi1qWG2x+Q7gwk622jVRu3biAisHNjvJn80GtQwXB66tJ2FGhSfd9OcreU8sEfDKf+KzjqMAA==", + "version": "3.2.12", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.12.tgz", + "integrity": "sha512-ROMx71sdfeAvpRoRWkjKXxP6Cu6xNE2P/b7Nl3jiXcPUNhlwUu2m5ScV00v4C2d/So6jNrxnUzXeg1Q3f20EZw==", "dependencies": { - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } From f455b1c3e2bc73087e2e4e60049c92f17b4199df Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 18 Apr 2024 10:16:14 +0000 Subject: [PATCH 3/3] fix: update @asyncapi/avro-schema-parser to 3.0.22 version and others --- library/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index 5b9c49d5f..757ce3abb 100644 --- a/library/package.json +++ b/library/package.json @@ -68,7 +68,7 @@ "get:version": "echo $npm_package_version" }, "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.21", + "@asyncapi/avro-schema-parser": "^3.0.22", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", "@asyncapi/protobuf-schema-parser": "^3.2.12", diff --git a/package-lock.json b/package-lock.json index 60eff559b..4a7a3bb23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "version": "1.4.7", "license": "Apache-2.0", "dependencies": { - "@asyncapi/avro-schema-parser": "^3.0.21", + "@asyncapi/avro-schema-parser": "^3.0.22", "@asyncapi/openapi-schema-parser": "^3.0.22", "@asyncapi/parser": "^3.0.14", "@asyncapi/protobuf-schema-parser": "^3.2.12", @@ -241,11 +241,11 @@ } }, "node_modules/@asyncapi/avro-schema-parser": { - "version": "3.0.21", - "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.21.tgz", - "integrity": "sha512-ybHSI5yLWm/10BK8DEUrpecHP6JX8GgFzCbM3oRnohyTc27eWXXA0GRIhAJtb3FvqgG1GuuWvZH+jAlUuSJBMg==", + "version": "3.0.22", + "resolved": "https://registry.npmjs.org/@asyncapi/avro-schema-parser/-/avro-schema-parser-3.0.22.tgz", + "integrity": "sha512-nrrIIPehHoS1+Zc0eCO3+ijo7VJhWaFqVTupFYJVxxiwNrx7HpldLiTt1awIUDU6rJTm9czGLQq8MIgtXb/Dqg==", "dependencies": { - "@asyncapi/parser": "^3.0.13", + "@asyncapi/parser": "^3.0.14", "@types/json-schema": "^7.0.11", "avsc": "^5.7.6" }