Skip to content

Updating pg-promise dependency.

Vitaly Tomilov requested to merge github/fork/vitaly-t/patch-1 into master

Changed pg-promise to ~6.5.0. Please note that use of ^ is dangerous, and shouldn't be used, as breaking changes are possible, and they shouldn't happen. See https://stackoverflow.com/questions/22343224/whats-the-difference-between-tilde-and-caret-in-package-json

I usually do not do any breaking change on a minor version number, but this time I did it because:

Merge request reports