From aa5ea5417a465548dea553efd473f7e64b2a6b3b Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 07:28:18 +0000 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.2.6 version --- library/package-lock.json | 18 +++++++++--------- library/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/library/package-lock.json b/library/package-lock.json index f70b9017e..13d514314 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.8", - "@asyncapi/protobuf-schema-parser": "^3.2.5", + "@asyncapi/protobuf-schema-parser": "^3.2.6", "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.5", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.5.tgz", - "integrity": "sha512-b8ngne/22A+7qiHEAzH8ufZayne12CN995Fi4d7fQqPipCdoDKT46ejmINVP4vOEZAeJujAtKQDONUcECNUNNw==", + "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==", "dependencies": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } @@ -16479,11 +16479,11 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.5.tgz", - "integrity": "sha512-b8ngne/22A+7qiHEAzH8ufZayne12CN995Fi4d7fQqPipCdoDKT46ejmINVP4vOEZAeJujAtKQDONUcECNUNNw==", + "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==", "requires": { - "@asyncapi/parser": "^3.0.7", + "@asyncapi/parser": "^3.0.8", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/library/package.json b/library/package.json index 611b59fb7..6cc33466b 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.15", "@asyncapi/openapi-schema-parser": "^3.0.15", "@asyncapi/parser": "^3.0.8", - "@asyncapi/protobuf-schema-parser": "^3.2.5", + "@asyncapi/protobuf-schema-parser": "^3.2.6", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14",