Skip to content

Commit

Permalink
fix: deps/v8/tools/clusterfuzz/js_fuzzer/package.json to reduce vulne…
Browse files Browse the repository at this point in the history
…rabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
  • Loading branch information
snyk-bot committed Oct 14, 2023
1 parent 6d3920d commit d17c959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/tools/clusterfuzz/js_fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@babel/generator": "^7.1.3",
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.4",
"@babel/traverse": "^7.23.2",
"@babel/types": "^7.1.3",
"@babel/parser": "^7.1.3",
"commander": "^2.11.0",
Expand Down

0 comments on commit d17c959

Please sign in to comment.