-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Upgrade to latest ecstatic #518
Comments
We should use ecstatic >= 4.1.2 because of an audit report https://npmjs.com/advisories/830 |
I'm getting |
I'm having the same issue. |
Issue: #521 |
Due to near-impossibilities with upgrading to ecstatic v4 and the fact that ecstatic is now dead, this issue is replaced by #568 |
As of right now, ecstatic is at version 4.1.0, but we're still requiring only 3.3.0 on master. We need to make sure there are no breaking changes and upgrade, probably requiring
^4.x.x
.This will fix #461 and #512.
The text was updated successfully, but these errors were encountered: