diff --git a/package-lock.json b/package-lock.json index 09975b88cca..afcd3c43f7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.5", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.3", "@asyncapi/raml-dt-schema-parser": "^4.0.12", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", @@ -2783,11 +2783,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.1.tgz", - "integrity": "sha512-LO6afGz+6w5QfBP0ZDk5Pl7Z0+Ku8chyuaiS4lqi8S8eI6+3bCwWme/XgG1kfAlFmYepu+y8nGGOEOq5Q8jx+g==", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.3.tgz", + "integrity": "sha512-VZCigDRxjRWZ/il6FH/IRGZVnoTBfwK7W9KW5qPYL37tSXbm1cY0We7VcgzEhZOTGQ/Ab/GfqIw2+z5M+oRgaw==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.6", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index e83a0cf5a8b..080eb43babf 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.5", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.3", "@asyncapi/raml-dt-schema-parser": "^4.0.12", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2",