diff --git a/apps/studio/package.json b/apps/studio/package.json index d8cea68e8..47ae4cc3a 100644 --- a/apps/studio/package.json +++ b/apps/studio/package.json @@ -26,7 +26,7 @@ "@asyncapi/converter": "^1.4.9", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.2.0", + "@asyncapi/protobuf-schema-parser": "^3.2.1", "@asyncapi/react-component": "^1.2.2", "@asyncapi/specs": "^6.2.1", "@ebay/nice-modal-react": "^1.2.10", diff --git a/package-lock.json b/package-lock.json index 853c6cb1e..42b718627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -501,7 +501,7 @@ "@asyncapi/converter": "^1.4.9", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.2.0", + "@asyncapi/protobuf-schema-parser": "^3.2.1", "@asyncapi/react-component": "^1.2.2", "@asyncapi/specs": "^6.2.1", "@ebay/nice-modal-react": "^1.2.10", @@ -1941,9 +1941,9 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.0.tgz", - "integrity": "sha512-xy5iKew4r2QohDm/SA8I7qoSHMJEBe6uMKFxM1YAXLD5wOSVS/u+3Ug3q4nA4MeWOl8Mr2T3LddyvJeNSMbO8w==", + "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==", "dependencies": { "@asyncapi/parser": "^3.0.4", "@types/protocol-buffers-schema": "^3.4.1", @@ -35825,9 +35825,9 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.0.tgz", - "integrity": "sha512-xy5iKew4r2QohDm/SA8I7qoSHMJEBe6uMKFxM1YAXLD5wOSVS/u+3Ug3q4nA4MeWOl8Mr2T3LddyvJeNSMbO8w==", + "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==", "requires": { "@asyncapi/parser": "^3.0.4", "@types/protocol-buffers-schema": "^3.4.1", @@ -36053,7 +36053,7 @@ "@asyncapi/nodejs-ws-template": "^0.9.33", "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.2.0", + "@asyncapi/protobuf-schema-parser": "^3.2.1", "@asyncapi/python-paho-template": "^0.2.13", "@asyncapi/react-component": "^1.2.2", "@asyncapi/specs": "^6.2.1",