From c02d6039a4184fbdc474aa741c84975b9a7f64d7 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Thu, 14 Mar 2024 15:14:53 +0100 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.2.8 version (#1269) --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 60c3119aaf6..087346cd61c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.9", - "@asyncapi/protobuf-schema-parser": "^3.2.7", + "@asyncapi/protobuf-schema-parser": "^3.2.8", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", @@ -1463,11 +1463,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "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==", + "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==", "dependencies": { - "@asyncapi/parser": "^3.0.9", + "@asyncapi/parser": "^3.0.10", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index 6e2774b3877..9ace9482ec9 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.9", - "@asyncapi/protobuf-schema-parser": "^3.2.7", + "@asyncapi/protobuf-schema-parser": "^3.2.8", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2",