Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ts-node to fix Prototype Pollution issue #67

Open
TranLeXuan-DXC opened this issue Mar 18, 2020 · 0 comments
Open

Update ts-node to fix Prototype Pollution issue #67

TranLeXuan-DXC opened this issue Mar 18, 2020 · 0 comments

Comments

@TranLeXuan-DXC
Copy link

TranLeXuan-DXC commented Mar 18, 2020

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",
          ....
      }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant