Skip to content

Commit

Permalink
bump(deps): update dependency pg to v8.9.0 (#2011)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pg](https://togithub.com/brianc/node-postgres) | [`8.8.0` ->
`8.9.0`](https://renovatebot.com/diffs/npm/pg/8.8.0/8.9.0) |
[![age](https://badges.renovateapi.com/packages/npm/pg/8.9.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/npm/pg/8.9.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/npm/pg/8.9.0/compatibility-slim/8.8.0)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/npm/pg/8.9.0/confidence-slim/8.8.0)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>brianc/node-postgres</summary>

###
[`v8.9.0`](https://togithub.com/brianc/node-postgres/blob/HEAD/CHANGELOG.md#pg890)

[Compare
Source](https://togithub.com/brianc/node-postgres/compare/pg@8.8.0...pg@8.9.0)

- Add support for [stream
factory](https://togithub.com/brianc/node-postgres/pull/2898).
- [Better errors](https://togithub.com/brianc/node-postgres/pull/2901)
for SASL authentication.
- [Use native crypto
module](https://togithub.com/brianc/node-postgres/pull/2815) for SASL
authentication.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/JellyfishSDK/jellyfish).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMTEuMSIsInVwZGF0ZWRJblZlciI6IjM0LjExMS4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent 4753785 commit 2ccf18e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"leveldown": "6.0.0",
"lexicographic-integer-encoding": "1.0.1",
"memdown": "6.1.1",
"pg": "8.8.0",
"pg": "8.9.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"rxjs": "7.8.0",
Expand Down
43 changes: 24 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ccf18e

Please sign in to comment.