Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 328 Bytes

DEPENDENCIES.md

File metadata and controls

7 lines (6 loc) · 328 Bytes

How to update dependencies (security)

  1. Update the ng-configcat-publicapi and ng-configcat-publicapi-ui packages if necessary (./webpanel/package.json)
  2. npm audit fix
  3. cd webpanel & npm audit fix
  4. If there were fixes, create a pull request with the changes
  5. If necessary, Deploy a new version.