[PR #5341] [MERGED] Bump mysql2 from 3.17.3 to 3.17.5 in /backend in the prod-patch-updates group #4182

Closed
opened 2026-02-26 08:33:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5341
Author: @dependabot[bot]
Created: 2/23/2026
Status: Merged
Merged: 2/24/2026
Merged by: @jc21

Base: developHead: dependabot/npm_and_yarn/backend/prod-patch-updates-07cfa309fd


📝 Commits (1)

  • 71d5951 Bump mysql2 in /backend in the prod-patch-updates group

📊 Changes

2 files changed (+5 additions, -5 deletions)

View changed files

📝 backend/package.json (+1 -1)
📝 backend/yarn.lock (+4 -4)

📄 Description

Bumps the prod-patch-updates group in /backend with 1 update: mysql2.

Updates mysql2 from 3.17.3 to 3.17.5

Release notes

Sourced from mysql2's releases.

v3.17.5

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)

v3.17.4

3.17.4 (2026-02-20)

Bug Fixes

Changelog

Sourced from mysql2's changelog.

3.17.5 (2026-02-23)

Bug Fixes

  • add missing charset encoding for UTF8MB4_0900_BIN (#3855) (c9a0dcd)
  • deps: include @types/node as a peer dependency (#4108) (5f8ac97)
  • fix wrong length number write to packet (#3177) (0e06e02)
  • pool: resolve potential memory leak (#4111) (8aa2052)

3.17.4 (2026-02-20)

Bug Fixes

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5341 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/23/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/backend/prod-patch-updates-07cfa309fd` --- ### 📝 Commits (1) - [`71d5951`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/71d59516e8f4fa3c4a58e8d947f4f9fc9818fcf4) Bump mysql2 in /backend in the prod-patch-updates group ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `backend/package.json` (+1 -1) 📝 `backend/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps the prod-patch-updates group in /backend with 1 update: [mysql2](https://github.com/sidorares/node-mysql2). Updates `mysql2` from 3.17.3 to 3.17.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/releases">mysql2's releases</a>.</em></p> <blockquote> <h2>v3.17.5</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.17.4...v3.17.5">3.17.5</a> (2026-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing charset encoding for <code>UTF8MB4_0900_BIN</code> (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3855">#3855</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/c9a0dcd90feba6dc802e1eb929a112310a6cef36">c9a0dcd</a>)</li> <li>fix wrong length number write to packet (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3177">#3177</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/0e06e02e376be549757046622d425095ed9e577b">0e06e02</a>)</li> <li><strong>pool:</strong> resolve potential memory leak (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4111">#4111</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/8aa205221683ea9160baa869a3b5db2a2c24741c">8aa2052</a>)</li> <li><strong>deps:</strong> include <code>@types/node</code> as a peer dependency (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4108">#4108</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/5f8ac97175f89888fec64304c9ce5d39a4ef473c">5f8ac97</a>)</li> </ul> <h2>v3.17.4</h2> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.17.3...v3.17.4">3.17.4</a> (2026-02-20)</h2> <h3>Bug Fixes</h3> <ul> <li>fix types for query values (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3985">#3985</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/a9c8d090e027e7597559e608e6e831d8d714c642">a9c8d09</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sidorares/node-mysql2/blob/master/Changelog.md">mysql2's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.17.4...v3.17.5">3.17.5</a> (2026-02-23)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing charset encoding for UTF8MB4_0900_BIN (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3855">#3855</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/c9a0dcd90feba6dc802e1eb929a112310a6cef36">c9a0dcd</a>)</li> <li><strong>deps:</strong> include <code>@types/node</code> as a peer dependency (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4108">#4108</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/5f8ac97175f89888fec64304c9ce5d39a4ef473c">5f8ac97</a>)</li> <li>fix wrong length number write to packet (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3177">#3177</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/0e06e02e376be549757046622d425095ed9e577b">0e06e02</a>)</li> <li><strong>pool:</strong> resolve potential memory leak (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4111">#4111</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/8aa205221683ea9160baa869a3b5db2a2c24741c">8aa2052</a>)</li> </ul> <h2><a href="https://github.com/sidorares/node-mysql2/compare/v3.17.3...v3.17.4">3.17.4</a> (2026-02-20)</h2> <h3>Bug Fixes</h3> <ul> <li>types for query values (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3985">#3985</a>) (<a href="https://github.com/sidorares/node-mysql2/commit/a9c8d090e027e7597559e608e6e831d8d714c642">a9c8d09</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sidorares/node-mysql2/commit/a3178bf516c9aa64162e737b9f75a6d6fd062b7c"><code>a3178bf</code></a> chore(master): release 3.17.5 (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4104">#4104</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/8aa205221683ea9160baa869a3b5db2a2c24741c"><code>8aa2052</code></a> fix(pool): resolve potential memory leak (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4111">#4111</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/0e06e02e376be549757046622d425095ed9e577b"><code>0e06e02</code></a> fix: fix wrong length number write to packet (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3177">#3177</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/f85370ded5c9801ac8fb5eac001023f86bc49847"><code>f85370d</code></a> build(deps): bump ajv in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4110">#4110</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/c25956011ceee150a8dd2ddc762f61722f733e9b"><code>c259560</code></a> ci: run all tests against Bun (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4109">#4109</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/9c51b9182408405c7ded3d783c5f4ceeec61b7db"><code>9c51b91</code></a> build(deps): bump lucide-react from 0.574.0 to 0.575.0 in /website (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4106">#4106</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/5f8ac97175f89888fec64304c9ce5d39a4ef473c"><code>5f8ac97</code></a> fix(deps): include <code>@types/node</code> as a peer dependency (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4108">#4108</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/c4efc90aab3e9339eafba7597eb3fdf6618fdf6e"><code>c4efc90</code></a> test: compare <code>Charset</code> and <code>Encoding</code> (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4105">#4105</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/c9a0dcd90feba6dc802e1eb929a112310a6cef36"><code>c9a0dcd</code></a> fix: add missing charset encoding for UTF8MB4_0900_BIN (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/3855">#3855</a>)</li> <li><a href="https://github.com/sidorares/node-mysql2/commit/6da0d8c9a3567a17a928cf65606dd9f3a6246f35"><code>6da0d8c</code></a> chore(master): release 3.17.4 (<a href="https://redirect.github.com/sidorares/node-mysql2/issues/4103">#4103</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sidorares/node-mysql2/compare/v3.17.3...v3.17.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql2&package-manager=npm_and_yarn&previous-version=3.17.3&new-version=3.17.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:33:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#4182
No description provided.