From 609392004a2598ea0345ae13b7fc73b722145520 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 9 Dec 2024 06:47:53 +0100 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.3.0 version and others (#1585) Co-authored-by: asyncapi-bot Co-authored-by: asyncapi-bot-eve --- 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 dbf8ff80179..a348e9ecfac 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 009e7f07430..5656cabc15b 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",