diff --git a/src/util/ModuleImporter.js b/src/util/ModuleImporter.js index 6ed177cca823..7c0f9f86b88e 100644 --- a/src/util/ModuleImporter.js +++ b/src/util/ModuleImporter.js @@ -1,7 +1,7 @@ 'use strict'; -const fs = require('fs'); -const path = require('path'); +const fs = require('node:fs'); +const path = require('node:path'); /** * The ModuleImporter helper class is used to import local files, by using the bundler or file system, whichever is