From 1ccb8b95f09158ef02ef80b5ffee3bd8f929aff9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:06:07 +0000 Subject: [PATCH] chore(deps): bump @asyncapi/protobuf-schema-parser from 3.2.12 to 3.2.14 Bumps [@asyncapi/protobuf-schema-parser](https://github.com/asyncapi/protobuf-schema-parser) from 3.2.12 to 3.2.14. - [Release notes](https://github.com/asyncapi/protobuf-schema-parser/releases) - [Changelog](https://github.com/asyncapi/protobuf-schema-parser/blob/master/.releaserc) - [Commits](https://github.com/asyncapi/protobuf-schema-parser/compare/v3.2.12...v3.2.14) --- updated-dependencies: - dependency-name: "@asyncapi/protobuf-schema-parser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 0463d78b96d..3f2496a95ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.0.16", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", "@braintree/sanitize-url": "^7.0.3", @@ -418,11 +418,11 @@ "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.12.tgz", - "integrity": "sha512-ROMx71sdfeAvpRoRWkjKXxP6Cu6xNE2P/b7Nl3jiXcPUNhlwUu2m5ScV00v4C2d/So6jNrxnUzXeg1Q3f20EZw==", + "version": "3.2.14", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.2.14.tgz", + "integrity": "sha512-7v64Jxhz2IBfaQECUhfwuLRMFQTysvmqtvT+Esgd9NooIPRnkEzgCbBnC25oGjzSB6Sju28G406lQpO15HHaEw==", "dependencies": { - "@asyncapi/parser": "^3.0.14", + "@asyncapi/parser": "^3.1.0", "@types/protocol-buffers-schema": "^3.4.1", "protobufjs": "^7.2.6" } diff --git a/package.json b/package.json index 1f4ffa1844b..67c13efba29 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@asyncapi/avro-schema-parser": "^3.0.24", "@asyncapi/openapi-schema-parser": "^3.0.24", "@asyncapi/parser": "^3.0.16", - "@asyncapi/protobuf-schema-parser": "^3.2.10", + "@asyncapi/protobuf-schema-parser": "^3.2.14", "@asyncapi/react-component": "^1.4.10", "@babel/runtime": "^7.24.7", "@braintree/sanitize-url": "^7.0.3",