From b30b0714b78d189e27fb9ecb772eff5ea51812f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:16:15 +0000 Subject: [PATCH] Bump protobufjs from 8.6.5 to 8.7.1 in /api Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.5 to 8.7.1. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v8.6.5...protobufjs-v8.7.1) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.7.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- api/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package-lock.json b/api/package-lock.json index 16002d7..797a7c5 100644 --- a/api/package-lock.json +++ b/api/package-lock.json @@ -5760,9 +5760,9 @@ } }, "node_modules/protobufjs": { - "version": "8.6.5", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.5.tgz", - "integrity": "sha512-zeE5LPpencAGXvsxyOYmEgJhxzHY8IsmPAFzstZVhDSVT8QH03q6gMZwZRaQGApevZbAL6u28ugs4CC+YKB2jQ==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.1.tgz", + "integrity": "sha512-agdGHrXNTv0IrYscJPDou/PlEJk1c/hBZ9o/B5NH2i/nSPtPqacNxzgwf1CebXxFMjMrZH5sqv9uQuw96aGt/A==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2"