From 7d84d8a00a82a1bc514a7c707b7463c685635b07 Mon Sep 17 00:00:00 2001 From: asyncapi-bot Date: Mon, 15 Apr 2024 10:50:48 +0000 Subject: [PATCH] fix: update @asyncapi/protobuf-schema-parser to 3.2.11 version and others --- library/package.json | 2 +- package-lock.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/package.json b/library/package.json index 024443e4e..aeacb5c86 100644 --- a/library/package.json +++ b/library/package.json @@ -71,7 +71,7 @@ "@asyncapi/avro-schema-parser": "^3.0.19", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.13", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.11", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", diff --git a/package-lock.json b/package-lock.json index 7d06935fc..0ae4f2f29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@asyncapi/avro-schema-parser": "^3.0.19", "@asyncapi/openapi-schema-parser": "^3.0.18", "@asyncapi/parser": "^3.0.13", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.11", "highlight.js": "^10.7.2", "isomorphic-dompurify": "^0.13.0", "marked": "^4.0.14", @@ -289,11 +289,11 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.10.tgz", - "integrity": "sha512-k/+W3cTXy1JgUN5QEXV8MsIBwO7iGoxWLgLqyFY3qwEPLwBbydYxS9DLoo+0hI8jV70sInmnI7DLSUKQNEoK9g==", + "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.12", + "@asyncapi/parser": "^3.0.13", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" }