diff --git a/library/package-lock.json b/library/package-lock.json index 640366ee9..3b6135bf3 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.11", "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.5", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.2", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -178,11 +178,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "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.2", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.2.tgz", + "integrity": "sha512-32A5da9U+okya8NMfB73TXz+Q5sqzckPpTaCYvVL6aftMHx1KXwqBLvfbXUX25pR+TTfhJq7QAMHdg0MVFLI9Q==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.5", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } @@ -16479,11 +16479,11 @@ } }, "@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.2", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.2.tgz", + "integrity": "sha512-32A5da9U+okya8NMfB73TXz+Q5sqzckPpTaCYvVL6aftMHx1KXwqBLvfbXUX25pR+TTfhJq7QAMHdg0MVFLI9Q==", "requires": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.5", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/library/package.json b/library/package.json index 890c134e0..88d1ba9af 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.11", "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.5", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.2", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14",