andryuha49 / odata-v4-typeorm

OData to TYPEORM query compiler
MIT License
27 stars 14 forks source link

Bump pg from 6.1.0 to 6.1.6 #12

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps pg from 6.1.0 to 6.1.6.

Changelog *Sourced from [pg's changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md).* > All major and minor releases are briefly explained below. > > For richer information consult the commit log on github with referenced pull requests. > > We do not include break-fix version release in this file. > > ### 7.14.0 > > - Reverts 7.13.0 as it contained [an accidental breaking change](https://github-redirect.dependabot.com/brianc/node-postgres/pull/2010) for self-signed SSL cert verification. 7.14.0 is identical to 7.12.1. > > ### 7.13.0 > > - Add support for [all tls.connect()](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1996) options. > > ### 7.12.0 > > - Add support for [async password lookup](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1926). > > ### 7.11.0 > > - Add support for [connection_timeout](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1847/files#diff-5391bde944956870128be1136e7bc176R63) and [keepalives_idle](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1847). > > ### 7.10.0 > > - Add support for [per-query types](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1825). > > ### 7.9.0 > > - Add support for [sasl/scram authentication](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1835). > > ### 7.8.0 > > - Add support for passing [secureOptions](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1804) SSL config. > - Upgrade [pg-types](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1806) to 2.0. > > ### 7.7.0 > > - Add support for configurable [query timeout](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1760) on a client level. > > ### 7.6.0 > > - Add support for ["bring your own promise"](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1518) > > ### 7.5.0 > > - Better [error message](https://github.com/brianc/node-postgres/commit/11a4793452d618c53e019416cc886ad38deb1aa7) when passing `null` or `undefined` to `client.query`. > - Better [error handling](https://github-redirect.dependabot.com/brianc/node-postgres/pull/1503) on queued queries. > > ### 7.4.0 > > ... (truncated)
Commits - [`b0a2fe4`](https://github.com/brianc/node-postgres/commit/b0a2fe45059ba9d2c6279695260dd0a61fee99dc) Bump version - [`c0a381e`](https://github.com/brianc/node-postgres/commit/c0a381eab26e3e53711ba15e5a2c47f995beeaf9) Fix vulnerability - [`3de22ba`](https://github.com/brianc/node-postgres/commit/3de22ba991676534b366144c02145c015cca6125) Bump version - [`197f86f`](https://github.com/brianc/node-postgres/commit/197f86f90decd7604249863460e828890f8632ba) Fix ECONNRESET error emitted after failed connect ([#1230](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1230)) - [`549404e`](https://github.com/brianc/node-postgres/commit/549404e21edd2a89c42ad7b9630e120c7b1cae1d) Update README.md ([#1247](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1247)) - [`4fae7a9`](https://github.com/brianc/node-postgres/commit/4fae7a9a7fc42fd25345a940ea9b8be2d4eaa012) Bump version - [`ce8f215`](https://github.com/brianc/node-postgres/commit/ce8f215c88583d82b0dde22743f4fdc688942d9b) Fix throw in type parsers when in prepared statement ([#1242](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1242)) - [`ff5ceb4`](https://github.com/brianc/node-postgres/commit/ff5ceb4304535fe69cf472faac0bf61a057af253) Bump version - [`5cb38f5`](https://github.com/brianc/node-postgres/commit/5cb38f58921ca84f3fd47c74fa7e895cee804918) Handle throws in type parsers ([#1218](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1218)) - [`4101781`](https://github.com/brianc/node-postgres/commit/41017814d3c3195590bf23098aa9c63b3cb395de) Avoid infinite loop on malformed message ([#1208](https://github-redirect.dependabot.com/brianc/node-postgres/issues/1208)) - Additional commits viewable in [compare view](https://github.com/brianc/node-postgres/compare/v6.1.0...v6.1.6)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/andryuha49/odata-v4-typeorm/network/alerts).
dependabot[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.