From 1e50a77bffa82f6a0e8b65a4d0cda61eb7d8a462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:16 +0000 Subject: [PATCH] Bump protobufjs from 8.7.1 to 8.7.2 in /typescript Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.7.1 to 8.7.2. - [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.7.1...protobufjs-v8.7.2) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 65d35b04..eac8bfea 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -1456,9 +1456,9 @@ } }, "node_modules/protobufjs": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.1.tgz", - "integrity": "sha512-agdGHrXNTv0IrYscJPDou/PlEJk1c/hBZ9o/B5NH2i/nSPtPqacNxzgwf1CebXxFMjMrZH5sqv9uQuw96aGt/A==", + "version": "8.7.2", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.7.2.tgz", + "integrity": "sha512-oTVHV+oelUBtiu5iTuTNNZ0eLYsXSMxry4cgr30mayNkgIZL6qZ0IOQVPuSWGcyAaXKl/XgqwWHIC3a0khYVBA==", "license": "BSD-3-Clause", "dependencies": { "long": "^5.3.2"