Skip to content

Commit 02fdaa7

Browse files
committed
fix: deps/v8/tools/clusterfuzz/js_fuzzer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
1 parent 6d3920d commit 02fdaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/tools/clusterfuzz/js_fuzzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"mocha": "^3.5.3",
2626
"pkg": "^4.3.4",
2727
"prettier": "2.0.5",
28-
"sinon": "^4.0.0"
28+
"sinon": "^16.1.2"
2929
},
3030
"pkg": {
3131
"assets": "resources/**/*"

0 commit comments

Comments
 (0)