From 69fcdbb1ab95313150c5558aa3b62acb22176601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:23:14 +0000 Subject: [PATCH] Bump protobufjs from 8.6.0 to 8.7.1 in /examples/cloudflare-wallet-proxy Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 8.6.0 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.0...protobufjs-v8.7.1) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 8.7.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- examples/cloudflare-wallet-proxy/package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/cloudflare-wallet-proxy/package-lock.json b/examples/cloudflare-wallet-proxy/package-lock.json index fb7a6db..48fe13b 100644 --- a/examples/cloudflare-wallet-proxy/package-lock.json +++ b/examples/cloudflare-wallet-proxy/package-lock.json @@ -5193,9 +5193,9 @@ "license": "Unlicense" }, "node_modules/protobufjs": { - "version": "8.6.0", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-8.6.0.tgz", - "integrity": "sha512-PIOO89BMGMXGz2333TVv/OqPNVWm7w30ll/4FtLbtLBaonzJMYwTbAZSSlobjIy9MoUgIAxSVUpK7aP7EpTtkg==", + "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"