Skip to content

Commit 7255e14

Browse files
committed
fix: deps/v8/tools/turbolizer/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660
1 parent 6d3920d commit 7255e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/v8/tools/turbolizer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/d3": "^5.7.2",
1717
"d3": "^5.7.0",
1818
"rollup-plugin-node-resolve": "^4.0.0",
19-
"rollup-plugin-typescript2": "^0.20.1"
19+
"rollup-plugin-typescript2": "^0.22.0"
2020
},
2121
"repository": {
2222
"type": "git",
@@ -28,7 +28,7 @@
2828
"mocha": "^5.2.0",
2929
"rollup": "^0.68.2",
3030
"ts-mocha": "^2.0.0",
31-
"tslint": "^5.12.0",
31+
"tslint": "^5.16.0",
3232
"typescript": "^3.2.2"
3333
}
3434
}

0 commit comments

Comments
 (0)