Skip to content

Commit 35eeecc

Browse files
build(deps): Bump protobufjs
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.2.5 to 7.5.5. - [Release notes](https://github.com/protobufjs/protobuf.js/releases) - [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md) - [Commits](protobufjs/protobuf.js@protobufjs-v7.2.5...protobufjs-v7.5.5) --- updated-dependencies: - dependency-name: protobufjs dependency-version: 7.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f3eb99c commit 35eeecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bug-detectors/prototype-pollution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "fuzz.js",
55
"license": "ISC",
66
"dependencies": {
7-
"protobufjs": "7.2.5"
7+
"protobufjs": "7.5.5"
88
},
99
"scripts": {
1010
"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",

0 commit comments

Comments
 (0)