I have an Electron Forge application. I've hit a bug in Electron which is marked as resolved in v4.0.1, so I need to upgrade my application to use at least Electron 4.0.1
It seems though, that Electron Forge depends on a package named electron-prebuilt-compile, which only goes up to 4.0.0, limiting how far it is possible to upgrade.
Is there any way to upgrade an Electron Forge application past Electron 4.0.0?