From 7b892ebacebc4d62aa6fbf2e5df0ca038852e0b8 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Wed, 21 Feb 2024 17:56:35 +0100 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.2.4 version (#1193) --- 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 785ad8aebc0..06f62f6ac7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.7", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.4", "@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.1", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.1.tgz", - "integrity": "sha512-LO6afGz+6w5QfBP0ZDk5Pl7Z0+Ku8chyuaiS4lqi8S8eI6+3bCwWme/XgG1kfAlFmYepu+y8nGGOEOq5Q8jx+g==", + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.4.tgz", + "integrity": "sha512-tQWci5hSrABb5obp6IfV4M6rMPQS4mV4qSXSyTggp10ha0pmvmbOEwP+ScCavvx6QXkb13eORGId6lF1KSht/g==", "dependencies": { - "@asyncapi/parser": "^3.0.4", + "@asyncapi/parser": "^3.0.7", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index 66b339f386d..7ef0d5d9cb6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@asyncapi/openapi-schema-parser": "^3.0.12", "@asyncapi/optimizer": "^0.2.7", "@asyncapi/parser": "^3.0.7", - "@asyncapi/protobuf-schema-parser": "^3.2.1", + "@asyncapi/protobuf-schema-parser": "^3.2.4", "@asyncapi/raml-dt-schema-parser": "^4.0.14", "@asyncapi/studio": "^0.20.0", "@oclif/core": "^1.26.2",