From 105e078a8725e95da488f28d0014a4c9081183a9 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 15 Apr 2024 10:50:05 +0000 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.2.11 version and others --- 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 5761d667db0..82c5754dd60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.3.12", "@asyncapi/parser": "^3.0.13", - "@asyncapi/protobuf-schema-parser": "^3.2.8", + "@asyncapi/protobuf-schema-parser": "^3.2.11", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2", @@ -569,11 +569,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "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==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.11.tgz", + "integrity": "sha512-zmN5Rb4OMuTKCFi1qWG2x+Q7gwk622jVRu3biAisHNjvJn80GtQwXB66tJ2FGhSfd9OcreU8sEfDKf+KzjqMAA==", "dependencies": { - "@asyncapi/parser": "^3.0.10", + "@asyncapi/parser": "^3.0.13", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index 1137f6cee13..dce5b55a4ff 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.16", "@asyncapi/optimizer": "^0.3.12", "@asyncapi/parser": "^3.0.13", - "@asyncapi/protobuf-schema-parser": "^3.2.8", + "@asyncapi/protobuf-schema-parser": "^3.2.11", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2",