1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix(deps): update dependency db-migrate-pg to v1.3.2 (#4720)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [db-migrate-pg](https://togithub.com/db-migrate/pg) | [`1.3.0` ->
`1.3.2`](https://renovatebot.com/diffs/npm/db-migrate-pg/1.3.0/1.3.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/db-migrate-pg/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/db-migrate-pg/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/db-migrate-pg/1.3.0/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/db-migrate-pg/1.3.0/1.3.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>db-migrate/pg (db-migrate-pg)</summary>

###
[`v1.3.2`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#132-2023-09-01)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.1...v1.3.2)

###
[`v1.3.1`](https://togithub.com/db-migrate/pg/blob/HEAD/CHANGELOG.md#131-2023-09-01)

[Compare
Source](https://togithub.com/db-migrate/pg/compare/v1.3.0...v1.3.1)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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://developer.mend.io/github/Unleash/unleash).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-09-14 12:07:13 +00:00 committed by GitHub
parent 836a816bed
commit c338430378
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -117,7 +117,7 @@
"cors": "^2.8.5",
"date-fns": "^2.25.0",
"db-migrate": "0.11.13",
"db-migrate-pg": "1.3.0",
"db-migrate-pg": "1.3.2",
"db-migrate-shared": "1.2.0",
"deep-object-diff": "^1.1.9",
"deepmerge": "^4.2.2",

View File

@ -2719,10 +2719,10 @@ db-migrate-base@^2.3.0:
dependencies:
bluebird "^3.1.1"
db-migrate-pg@1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.3.0.tgz#b2e81fbf727e62e7b17dc1aa27a4c7d411468786"
integrity sha512-WBf1CTpQUkkoqb+c2dOe3mvuCM8OMpUtC6zFqRqdvccdqqCsDyqOTMT4islRiCuzn1G1BQdrfVnB8OuVsddWRQ==
db-migrate-pg@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/db-migrate-pg/-/db-migrate-pg-1.3.2.tgz#85a51b21309e63e731cab1b0e7df16a04c21d3cf"
integrity sha512-cExh2xcGup6BORyFSRYwEA/LjrIAEVSGgJ/V7VF4XT/Gwn50/oA1Ib41d0r/X5dpnvvvNiw59JQdT6XdIwqV8g==
dependencies:
bluebird "^3.1.1"
db-migrate-base "^2.3.0"