diff --git a/package-lock.json b/package-lock.json index d4e570c06e6..57bfb82eefd 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.5.0", + "@asyncapi/protobuf-schema-parser": "^3.5.1", "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0", @@ -767,9 +767,9 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.5.0.tgz", - "integrity": "sha512-9wN0jUl74NoDvWfl6voopgyr2wkC7rdksuP4JkQrfOWP/gPI2prI4FsFPVQzkA+BINVTkUHd0DZoxemqOv2F9Q==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.5.1.tgz", + "integrity": "sha512-rfSHrsJm+W5I10KhQGx2VZTBObw0w5fsMCcZJVSCV1E9YhKDUQkeH+78QBzuLdHtfo9ut90Ykx02wslpZlcu1A==", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.4.0", diff --git a/package.json b/package.json index e13b94758fe..4301192d94e 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.5.0", + "@asyncapi/protobuf-schema-parser": "^3.5.1", "@asyncapi/raml-dt-schema-parser": "^4.0.24", "@asyncapi/studio": "^0.20.0", "@clack/prompts": "^0.7.0",