Intevation / intelmq-fody

Web interface to IntelMQ
9 stars 3 forks source link

Dependency updates #84

Closed ghost closed 4 years ago

ghost commented 4 years ago

Summary: Dependency updates to fix yarn audit issues. Still requires some testing, and maybe the upgrading of webpack itself.

Discussion points:

What the PR currently does:

bernhardreiter commented 4 years ago

webpack-merge introduces a dependency on node >= 8.9 Is this a problem on production systems?

No, as this is just a build dependency (AFAIU) and there is no javascript engine deployed on production servers, the production build yarn build is only delivered to front end webbrowsers (which of course do not run nodejs. :) )

bernhardreiter commented 4 years ago

Merged after some testing. Thanks!