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",