Skip to content

Commit 6455fde

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-HAWK-2808852 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
1 parent 6d3920d commit 6455fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)