static-module
static-module copied to clipboard
Bump deps
just did a blanket npm update.
Should fix https://github.com/browserify/static-module/issues/55, because acorn-node 1.8 depends on acorn 7.
Finally closes https://github.com/browserify/static-module/issues/48, because this exposes the option added in https://github.com/browserify/static-eval/pull/31.
LGTM :dancer:
Are there any updates on bumping the dependancies? This is currently a blocker on my team, similar to #55
Hi @goto-bus-stop, is there anything I can help with to have this PR moved forward?
Edit: I looked into [email protected] and I see that it depends on [email protected], which shows a vulnerability in Snyk. There's a fixed version available: [email protected] is clean. Upstream, [email protected] and [email protected] are both on [email protected]. Would myself or someone else going and opening a PR for acorn-node to use [email protected], and then having static-module use that new acorn-node build be the best course of action?