Skip to content

Commit

Permalink
fix(deps): update dependency pg to ^8.13.0 (#2149)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pg](https://redirect.github.com/brianc/node-postgres)
([source](https://redirect.github.com/brianc/node-postgres/tree/HEAD/packages/pg))
| [`^8.12.0` ->
`^8.13.0`](https://renovatebot.com/diffs/npm/pg/8.12.0/8.13.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pg/8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pg/8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pg/8.12.0/8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pg/8.12.0/8.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>brianc/node-postgres (pg)</summary>

###
[`v8.13.0`](https://redirect.github.com/brianc/node-postgres/compare/pg@8.12.0...pg@8.13.0)

[Compare
Source](https://redirect.github.com/brianc/node-postgres/compare/pg@8.12.0...pg@8.13.0)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/rustymotors/server).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6W119-->
  • Loading branch information
renovate[bot] authored Sep 17, 2024
2 parents e1a3af0 + 8189906 commit 73bcc0c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@databases/pg-schema-cli": "^4.4.0",
"@databases/pg-typed": "^4.4.1",
"@types/pg": "^8.11.10",
"pg": "^8.12.0",
"pg": "^8.13.0",
"pg-hstore": "^2.3.4"
},
"directories": {
Expand Down
42 changes: 26 additions & 16 deletions pnpm-lock.yaml

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

0 comments on commit 73bcc0c

Please sign in to comment.