Skip to content

Commit 7292829

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-FORMDATA-10841150
1 parent 6d3920d commit 7292829

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
@@ -23,7 +23,7 @@
2323
"devDependencies": {
2424
"eslint": "^6.8.0",
2525
"mocha": "^3.5.3",
26-
"pkg": "^4.3.4",
26+
"pkg": "^5.0.0",
2727
"prettier": "2.0.5",
2828
"sinon": "^4.0.0"
2929
},

0 commit comments

Comments
 (0)