angular-2-data-table
angular-2-data-table copied to clipboard
Update ts-node to fix Prototype Pollution issue
I got issue from 'npm audit' command:
Moderate Prototype Pollution
Package minimist
Patched in >=1.2.3
Dependency of angular-4-data-table
Path angular-4-data-table > ts-node > mkdirp > minimist
More info https://npmjs.com/advisories/1179
My environment: node: 12.16.1 npm: 6.13.4
My package-log.json:
"angular-4-data-table": {
"version": "0.4.6",
"ts-node": "~2.0.0",
....
},
"dependencies": {
"ts-node": {
"version": "2.0.0",
....
}