From b68c721cad51e7289ba92353561c3d5499880137 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Tue, 30 Jan 2024 05:07:05 +0000 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.1.2 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 95721bb8b..bb226a052 100644 --- a/library/package-lock.json +++ b/library/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.1.0", + "@asyncapi/protobuf-schema-parser": "^3.1.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.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.0.tgz", - "integrity": "sha512-xIwjk6Lji+GDEeFrpdK1tlefNqoW8zmP0+HA74va0XE7Gz/pgnW9z3AJXZaTEus2FmpCVLi5n6Tr4NS3eozy2Q==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.2.tgz", + "integrity": "sha512-khZMAIJzfiue39pN611PKjGjF153q8oL37XWuMJ7qqJMOG8xQ99zfi/Q/L6gyqF/emKOw4/m9TqWcQKenCNQxQ==", "dependencies": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.4", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" } @@ -16389,11 +16389,11 @@ } }, "@asyncapi/protobuf-schema-parser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.0.tgz", - "integrity": "sha512-xIwjk6Lji+GDEeFrpdK1tlefNqoW8zmP0+HA74va0XE7Gz/pgnW9z3AJXZaTEus2FmpCVLi5n6Tr4NS3eozy2Q==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.1.2.tgz", + "integrity": "sha512-khZMAIJzfiue39pN611PKjGjF153q8oL37XWuMJ7qqJMOG8xQ99zfi/Q/L6gyqF/emKOw4/m9TqWcQKenCNQxQ==", "requires": { - "@asyncapi/parser": "^3.0.2", + "@asyncapi/parser": "^3.0.4", "@types/protocol-buffers-schema": "^3.4.1", "protocol-buffers-schema": "^3.6.0" } diff --git a/library/package.json b/library/package.json index a4778d8d6..0b3a1b864 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.9", "@asyncapi/openapi-schema-parser": "^3.0.11", "@asyncapi/parser": "^3.0.4", - "@asyncapi/protobuf-schema-parser": "^3.1.0", + "@asyncapi/protobuf-schema-parser": "^3.1.2", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14",