Skip to content

Commit

Permalink
fix: lighthouse-core/scripts/legacy-javascript/package.json & lightho…
Browse files Browse the repository at this point in the history
…use-core/scripts/legacy-javascript/yarn.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462
- https://snyk.io/vuln/SNYK-JS-SEMVER-3247795
- https://snyk.io/vuln/SNYK-JS-JSON5-3182856
- https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 6a487cf commit 5d107a9
Show file tree
Hide file tree
Showing 2 changed files with 845 additions and 855 deletions.
4 changes: 2 additions & 2 deletions lighthouse-core/scripts/legacy-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"type": "module",
"dependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"browserify": "^16.5.0",
"glob": "^7.1.6",
"terser": "^5.10.0"
Expand Down
Loading

0 comments on commit 5d107a9

Please sign in to comment.