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 browser-sync reference per bug in downstream dependency #138

Merged
merged 2 commits into from Jun 27, 2018

Conversation

MIchaelMainer
Copy link
Contributor

The issue is that the latest lite-server has a dependency on browser-sync (2.18.12) > localtunnel (1.8.2) > request (2.78.0) > hawk (3.1.3) > hoek (2.16.3). Hawk has dependencies on sntp, boom, and cryptiles which all depend on hoek. Hoek < 4 has a vulnerability.

image

Latest browser-sync has a dependency on localtunnel 1.9.0 where it replaces the request dependency with axios. This should fix it for us.

@johnpapa
Copy link
Owner

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants