diff --git a/library/package.json b/library/package.json index 291916e1e..21260bc77 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.19", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.12", - "@asyncapi/protobuf-schema-parser": "^3.2.8", + "@asyncapi/protobuf-schema-parser": "^3.2.10", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", diff --git a/package-lock.json b/package-lock.json index ca28fd6c8..e2aad95fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@asyncapi/avro-schema-parser": "^3.0.19", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.12", - "@asyncapi/protobuf-schema-parser": "^3.2.8", + "@asyncapi/protobuf-schema-parser": "^3.2.10", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -289,11 +289,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.8", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.8.tgz", - "integrity": "sha512-qYKutNQTkMNrf8BB9d6o2JS/4LC+r6Fkugvg46gW66kN9dKMU2nguHWM+MdcG89nk5keM2Olz4IN8AvWqX9iew==", + "version": "3.2.10", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.10.tgz", + "integrity": "sha512-k/+W3cTXy1JgUN5QEXV8MsIBwO7iGoxWLgLqyFY3qwEPLwBbydYxS9DLoo+0hI8jV70sInmnI7DLSUKQNEoK9g==", "dependencies": { - "@asyncapi/parser": "^3.0.10", + "@asyncapi/parser": "^3.0.12", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" }