diff --git a/library/package-lock.json b/library/package-lock.json index 3447db3da..cc270ca15 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.16", "@asyncapi/openapi-schema-parser": "^3.0.17", "@asyncapi/parser": "^3.0.9", - "@asyncapi/protobuf-schema-parser": "^3.2.6", + "@asyncapi/protobuf-schema-parser": "^3.2.7", "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.6", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.6.tgz", - "integrity": "sha512-8mEoUeK06BwW+2q8+UL1Hy2HS6vJRz/nqrPh4TeBunvIOL9hSDFkB56mahbjKHMTy/ov9S6maA1GLY/Cc4c/5Q==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.7.tgz", + "integrity": "sha512-bhDVE9+C1+hOn2Dw17Kl6c2Pi0D5T7gkCqy4jbcapfNoPC08cEtTqGnrIEQtpGzpiLLektbWu8z4gZUxfub9OA==", "dependencies": { - "@asyncapi/parser": "^3.0.8", + "@asyncapi/parser": "^3.0.9", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } @@ -16479,11 +16479,11 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.2.6", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.6.tgz", - "integrity": "sha512-8mEoUeK06BwW+2q8+UL1Hy2HS6vJRz/nqrPh4TeBunvIOL9hSDFkB56mahbjKHMTy/ov9S6maA1GLY/Cc4c/5Q==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.7.tgz", + "integrity": "sha512-bhDVE9+C1+hOn2Dw17Kl6c2Pi0D5T7gkCqy4jbcapfNoPC08cEtTqGnrIEQtpGzpiLLektbWu8z4gZUxfub9OA==", "requires": { - "@asyncapi/parser": "^3.0.8", + "@asyncapi/parser": "^3.0.9", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/library/package.json b/library/package.json index 2b4f0d54d..44e990df8 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.16", "@asyncapi/openapi-schema-parser": "^3.0.17", "@asyncapi/parser": "^3.0.9", - "@asyncapi/protobuf-schema-parser": "^3.2.6", + "@asyncapi/protobuf-schema-parser": "^3.2.7", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14",