## Summary CyberChef is currently on Node 18, which is end of life. It is a priority for us to upgrade to Node 24. This issue tracks our work towards that target. ## Tasks * We need to switch to [import attributes](https://nodejs.org/docs/latest-v22.x/api/esm.html#import-attributes ). See #2273 * We need to update all of our dependencies to versions which are compatible with Node 24. See #2278 ## Blockers * https://github.com/jimp-dev/jimp/pull/1383 - this Jimp bug is blocking #2278 * https://github.com/jimp-dev/jimp/issues/1402 - this Jimp bug will need to be fixed alongside the above bug to enable us to pull in any new Jimp versions
Summary
CyberChef is currently on Node 18, which is end of life. It is a priority for us to upgrade to Node 24.
This issue tracks our work towards that target.
Tasks
Blockers