From 3223b92226b127c034d59e7d4e5f93c555d916d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 10:43:26 +0000 Subject: [PATCH] Update dependency mysql2 to v3.12.0 (#21947) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mysql2](https://sidorares.github.io/node-mysql2/docs) ([source](https://redirect.github.com/sidorares/node-mysql2)) | [`3.11.5` -> `3.12.0`](https://renovatebot.com/diffs/npm/mysql2/3.11.5/3.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mysql2/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mysql2/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mysql2/3.11.5/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mysql2/3.11.5/3.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
sidorares/node-mysql2 (mysql2) ### [`v3.12.0`](https://redirect.github.com/sidorares/node-mysql2/blob/HEAD/Changelog.md#3120-2024-12-23) [Compare Source](https://redirect.github.com/sidorares/node-mysql2/compare/v3.11.5...v3.12.0) ##### Features - **PoolCluster:** `restoreNodeTimeout` implementation ([#​3218](https://redirect.github.com/sidorares/node-mysql2/issues/3218)) ([9a38601](https://redirect.github.com/sidorares/node-mysql2/commit/9a3860186c12452c8e4b60d700d4e1599cc7aefa))
--- ### Configuration 📅 **Schedule**: Branch creation - "* * * * 1-5" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] 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/TryGhost/Ghost). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- ghost/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ghost/core/package.json b/ghost/core/package.json index 2324c22a2e..94cdae4fe7 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -210,7 +210,7 @@ "moment": "2.24.0", "moment-timezone": "0.5.45", "multer": "1.4.4", - "mysql2": "3.11.5", + "mysql2": "3.12.0", "nconf": "0.12.1", "node-jose": "2.2.0", "path-match": "1.2.4", diff --git a/yarn.lock b/yarn.lock index 676d2ae3d3..930955231f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23967,10 +23967,10 @@ mv@~2: ncp "~2.0.0" rimraf "~2.4.0" -mysql2@3.11.5: - version "3.11.5" - resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.11.5.tgz#1a1cb9a61e78d636da10e122a3c4d6978ad08625" - integrity sha512-0XFu8rUmFN9vC0ME36iBvCUObftiMHItrYFhlCRvFWbLgpNqtC4Br/NmZX1HNCszxT0GGy5QtP+k3Q3eCJPaYA== +mysql2@3.12.0: + version "3.12.0" + resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.12.0.tgz#db8fc770f8b76ebaba49dc4bbfe2a1754057d882" + integrity sha512-C8fWhVysZoH63tJbX8d10IAoYCyXy4fdRFz2Ihrt9jtPILYynFEKUUzpp1U7qxzDc3tMbotvaBH+sl6bFnGZiw== dependencies: aws-ssl-profiles "^1.1.1" denque "^2.1.0"