electron-builder
electron-builder copied to clipboard
Security Advisory requires updating dependency to newest build of update-notifier
- Electron-Builder Version: "23.3.3":
- Node Version: "18.7.0":
- Electron-updater Version: "5.2.1":
electron-builder >=5.6.1
Depends on vulnerable versions of update-notifier
node_modules/electron-builder
The current package dependency is "update-notifier": "^5.1.0"
The vulnerability with that version is shown here: https://snyk.io/test/npm/update-notifier/5.1.0
The newest build of update-notifier is now on 6.0.2
Is it possible to align electron-builder with the new dependency version?
Same issue #7006. In my opinion, it seems to be the best solution to update update-notifier
's version. However, it was changed to pure esm module after v6. I think it requires not only dependency updates but also some modifications if there is any confilct.
The pure ESM module screws up electron-builder, so I've found a potential replacement: simple-update-notifier. Going to see if that can work for us