diff --git a/library/package.json b/library/package.json index bf176d797..9bd9b4734 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.3.0", - "@asyncapi/protobuf-schema-parser": "^3.2.15", + "@asyncapi/protobuf-schema-parser": "^3.3.0", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^2.14.0", "marked": "^4.0.14", diff --git a/package-lock.json b/package-lock.json index bb3fa2a05..69c6ca597 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.3.0", - "@asyncapi/protobuf-schema-parser": "^3.2.15", + "@asyncapi/protobuf-schema-parser": "^3.3.0", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^2.14.0", "marked": "^4.0.14", @@ -217,9 +217,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",