You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to node-convict
Removes the YAML parsing library which had security vulnerabilities. No
breaking changes should result from this release.
This introduces a breaking change, where empty values in your
configuration.yaml file are no longer allowed. As such the docker
connection host and port should only be added where required.
For more details see #46 and #47