From 062fde97475c58ad58eb7c7c53673331bc3ea5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 20:46:20 +0000 Subject: [PATCH] chore(deps): bump @asyncapi/protobuf-schema-parser from 3.5.1 to 3.6.0 Bumps [@asyncapi/protobuf-schema-parser](https://github.com/asyncapi/protobuf-schema-parser) from 3.5.1 to 3.6.0. - [Release notes](https://github.com/asyncapi/protobuf-schema-parser/releases) - [Commits](https://github.com/asyncapi/protobuf-schema-parser/compare/v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: "@asyncapi/protobuf-schema-parser" dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b68d3f..d7ee1af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -320,9 +320,9 @@ } }, "node_modules/@asyncapi/protobuf-schema-parser": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.5.1.tgz", - "integrity": "sha512-rfSHrsJm+W5I10KhQGx2VZTBObw0w5fsMCcZJVSCV1E9YhKDUQkeH+78QBzuLdHtfo9ut90Ykx02wslpZlcu1A==", + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/@asyncapi/protobuf-schema-parser/-/protobuf-schema-parser-3.6.0.tgz", + "integrity": "sha512-z6zVRAMi2bkkgjREoCIvUg7KcacyoEh+VIwQmEni/JPuPFMOD3oPv4kwoftEeiF2+gGiioeIxpkI5x7rmHf2Nw==", "license": "Apache-2.0", "dependencies": { "@asyncapi/parser": "^3.4.0",