Changelog
- Updated dependencies
- Added 'microcks_headers' parameter in the environments config section to auto configure the microcks headers.
- Replaced yaml.safeLoad with yaml.load due to the removal of safeLoad in js-yaml v4. The yaml.load function is now safe by default, making safeLoad obsolete