Skip to content

Update ts-node to fix Prototype Pollution issue #67

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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