Skip to content

Commit

Permalink
fix(deps): update dependency promise-mysql to v5 (#2101)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [promise-mysql](https://togithub.com/lukeb-uk/node-promise-mysql) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/promise-mysql/4.1.4/5.0.0) | [![age](https://badges.renovateapi.com/packages/npm/promise-mysql/5.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/promise-mysql/5.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/promise-mysql/5.0.0/compatibility-slim/4.1.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/promise-mysql/5.0.0/confidence-slim/4.1.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>lukeb-uk/node-promise-mysql</summary>

### [`v5.0.0`](https://togithub.com/lukeb-uk/node-promise-mysql/compare/7c102d71775700a8c9cb17962d36366497ee831c...6cd7cc6c0371962259a9fc97c1a96b51b30f8e1b)

[Compare Source](https://togithub.com/lukeb-uk/node-promise-mysql/compare/7c102d71775700a8c9cb17962d36366497ee831c...6cd7cc6c0371962259a9fc97c1a96b51b30f8e1b)

</details>

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

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

:recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

:no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/nodejs-docs-samples).
  • Loading branch information
renovate-bot authored Dec 8, 2020
1 parent bbca299 commit 38ff96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-sql/mysql/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@google-cloud/logging-winston": "^4.0.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"promise-mysql": "^4.0.0",
"promise-mysql": "^5.0.0",
"prompt": "^1.0.0",
"pug": "^3.0.0",
"winston": "^3.1.0"
Expand Down

0 comments on commit 38ff96e

Please sign in to comment.