From 317760928ab4d9a4bdcd849dcdb1a39b49f84b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 09:39:16 +0000 Subject: [PATCH] build(deps): Bump protobufjs Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.5 to 7.5.6. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/protobufjs-v7.5.6/CHANGELOG.md) - [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.5...protobufjs-v7.5.6) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/bug-detectors/prototype-pollution/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bug-detectors/prototype-pollution/package.json b/examples/bug-detectors/prototype-pollution/package.json index 9e0ccdc0..6d511398 100644 --- a/examples/bug-detectors/prototype-pollution/package.json +++ b/examples/bug-detectors/prototype-pollution/package.json @@ -4,7 +4,7 @@ "main": "fuzz.js", "license": "ISC", "dependencies": { - "protobufjs": "7.5.5" + "protobufjs": "7.5.6" }, "scripts": { "fuzz": "jazzer fuzz -i protobufjs -i fuzz -e nothing --timeout=60000 -x Error -- -runs=1000000 -print_final_stats=1 -use_value_profile=1 -rss_limit_mb=10000 -dict=userDict.txt",