From 6b01460daffa7e201b7ac1200f35972b2050800a Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Fri, 29 Nov 2024 15:02:15 +0000 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.3.0 version and others --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7fab8d8e58a..13d74fb9f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.4", "@asyncapi/parser": "^3.3.0", - "@asyncapi/protobuf-schema-parser": "^3.2.15", + "@asyncapi/protobuf-schema-parser": "^3.3.0", "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0", @@ -769,9 +769,9 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.15", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.15.tgz", - "integrity": "sha512-rtaNjKPWxtJkYpxpuq2UcLk1Qoks9DWNnGbcGEqNVAuZtBNXGdnAAKfwHnIso6WzcnTPDUwsLWPWfzwK9dpmDg==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.3.0.tgz", + "integrity": "sha512-KQYt/FQQxHj6s6clObl1zzWqsZSH1McK9xw9egoELCY1knN/mzDR++A5cKXQAf8FqKVuw410Gbvkw51e1N8m3w==", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.4.0", diff --git a/package.json b/package.json index c655be2e3fc..31b633532e8 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/optimizer": "^1.0.4", "@asyncapi/parser": "^3.3.0", - "@asyncapi/protobuf-schema-parser": "^3.2.15", + "@asyncapi/protobuf-schema-parser": "^3.3.0", "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0",