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

Fix security issues with old packages in use #1

Closed
geerlingguy opened this issue Jan 19, 2019 · 1 comment
Closed

Fix security issues with old packages in use #1

geerlingguy opened this issue Jan 19, 2019 · 1 comment

Comments

@geerlingguy
Copy link
Owner

GitHub is alerting me to some... I updated packages a couple days ago but that just led to more vulns being detected because of an old version of Mocha. I'll update that and git it working.

@geerlingguy
Copy link
Owner Author

geerlingguy commented Jan 19, 2019

Ran into this fun little issue with the Mocha upgrade: mochajs/mocha#3044

Had to set my test to have --exit (not going to spend the time getting the server connection to close properly on this little demo app):

{
  ...
  "scripts": {
    "test": "mocha test --exit"
  },
}

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