Skip to content

Commit

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

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sequelize](https://sequelize.org/)
([source](https://redirect.github.com/sequelize/sequelize)) | [`^6.37.5`
-> `^6.37.6`](https://renovatebot.com/diffs/npm/sequelize/6.37.5/6.37.6)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/sequelize/6.37.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/sequelize/6.37.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/sequelize/6.37.5/6.37.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/sequelize/6.37.5/6.37.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sequelize/sequelize (sequelize)</summary>

###
[`v6.37.6`](https://redirect.github.com/sequelize/sequelize/releases/tag/v6.37.6)

[Compare
Source](https://redirect.github.com/sequelize/sequelize/compare/v6.37.5...v6.37.6)

##### Bug Fixes

- add call for new maintainers to README
([#&#8203;17701](https://redirect.github.com/sequelize/sequelize/issues/17701))
([ef3bffb](https://redirect.github.com/sequelize/sequelize/commit/ef3bffb1ea56911d56d1e8be0d017b311d307062))

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 4, 2025
1 parent 84a8604 commit 680c28d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 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 @@
"@types/pg": "^8.11.11",
"pg": "^8.13.3",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5"
"sequelize": "^6.37.6"
},
"directories": {
"test": "test"
Expand Down
25 changes: 6 additions & 19 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 680c28d

Please sign in to comment.