Skip to content

Update ts-node to fix Prototype Pollution issue #67

@TranLeXuan-DXC

Description

@TranLeXuan-DXC

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions