angular-2-data-table icon indicating copy to clipboard operation
angular-2-data-table copied to clipboard

Update ts-node to fix Prototype Pollution issue

Open TranLeXuan-DXC opened this issue 4 years ago • 0 comments

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",
          ....
      }

TranLeXuan-DXC avatar Mar 18 '20 09:03 TranLeXuan-DXC