build(compiler-cli): update to chokidar 3.x (#35047)

Update from chokidar 2.x to 3.x in ngc/ngtsc, to eliminate any possibility
of a security issue with a downstream dependency of the package.

FW-1809 #resolve

PR Close #35047
This commit is contained in:
Alex Rickabaugh
2020-01-29 13:16:52 -08:00
committed by Andrew Kushnir
parent c1cf46c5c3
commit 37f39d6db5
3 changed files with 3 additions and 27 deletions

View File

@ -14,7 +14,7 @@
"reflect-metadata": "^0.1.2",
"minimist": "^1.2.0",
"canonical-path": "1.0.0",
"chokidar": "^2.1.1",
"chokidar": "^3.0.0",
"convert-source-map": "^1.5.1",
"dependency-graph": "^0.7.2",
"magic-string": "^0.25.0",