As mentionned "The assert keyword is deprecated as of V8 v12.3 and is planned to be removed by v12.6."
You should now use "with" instead of "assert" like so :
const jsonModule = await import('./foo.json', { with: { type: 'json' } });