added 659 packages, and audited 1856 packages in 34s 135 packages are looking for funding run `npm fund` for details 10 vulnerabilities (4 moderate, 4 high, 2 critical) To address all issues, run: npm audit fix Run `npm audit` for details. > test > TS_NODE_COMPILER_OPTIONS='{"allowImportingTsExtensions": true}' mocha --require ts-node/register test/**/*.spec.ts (node:3634) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/config.ts:1 import { config as CommonConfig, utils } from '@crosslab/service-common'; ^^^^^^ SyntaxError: Named export 'config' not found. The requested module '@crosslab/service-common' is a CommonJS module, which may not support all module.exports as named exports. CommonJS modules can always be imported via the default export, for example using: import pkg from '@crosslab/service-common'; const { config: CommonConfig, utils } = pkg; at ModuleJob._instantiate (node:internal/modules/esm/module_job:124:21) at async ModuleJob.run (node:internal/modules/esm/module_job:190:5)