Skip to content

Commit

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

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
  • Loading branch information
snyk-bot committed Oct 13, 2023
1 parent 1dcfc65 commit 0ae8b56
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 39 deletions.
286 changes: 248 additions & 38 deletions deps/v8/tools/clusterfuzz/js_fuzzer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 0ae8b56

Please sign in to comment.