diff --git a/package-lock.json b/package-lock.json index 0463d78b96d..3f2496a95ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.0.16", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", "@braintree/sanitize-url": "^7.0.3", @@ -418,11 +418,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/protobuf-schema-parser": { - "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==", + "version": "3.2.14", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.14.tgz", + "integrity": "sha512-7v64Jxhz2IBfaQECUhfwuLRMFQTysvmqtvT+Esgd9NooIPRnkEzgCbBnC25oGjzSB6Sju28G406lQpO15HHaEw==", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index 1f4ffa1844b..67c13efba29 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.0.16", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", "@braintree/sanitize-url": "^7.0.3",