Skip to content

Commit

Permalink
fix: deps/v8/tools/turbolizer/package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908
- https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
  • Loading branch information
snyk-bot committed Nov 27, 2023
1 parent 6d3920d commit 7255e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/v8/tools/turbolizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/d3": "^5.7.2",
"d3": "^5.7.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-typescript2": "^0.20.1"
"rollup-plugin-typescript2": "^0.22.0"
},
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"mocha": "^5.2.0",
"rollup": "^0.68.2",
"ts-mocha": "^2.0.0",
"tslint": "^5.12.0",
"tslint": "^5.16.0",
"typescript": "^3.2.2"
}
}

0 comments on commit 7255e14

Please sign in to comment.