Index: frontend/node_modules/yargs/index.mjs
===================================================================
--- frontend/node_modules/yargs/index.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
+++ frontend/node_modules/yargs/index.mjs	(revision 9af201e94b5a79beb92a30858fc54de4bc3b9449)
@@ -0,0 +1,8 @@
+'use strict';
+
+// Bootstraps yargs for ESM:
+import esmPlatformShim from './lib/platform-shims/esm.mjs';
+import {YargsWithShim} from './build/lib/yargs-factory.js';
+
+const Yargs = YargsWithShim(esmPlatformShim);
+export default Yargs;
