From 1aa36534007282bc4e00f388f9885fd0a84dcc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 17:12:28 +0000 Subject: [PATCH] Bump mysql2 from 3.22.3 to 3.22.4 Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.22.3 to 3.22.4. - [Release notes](https://github.com/sidorares/node-mysql2/releases) - [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md) - [Commits](https://github.com/sidorares/node-mysql2/compare/v3.22.3...v3.22.4) --- updated-dependencies: - dependency-name: mysql2 dependency-version: 3.22.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3e40305..826927c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "helmet": "^8.2.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", - "mysql2": "^3.22.3", + "mysql2": "^3.22.4", "node-cache": "^5.1.2", "seq-logging": "^2.2.0" }, @@ -1071,9 +1071,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "node_modules/mysql2": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.3.tgz", - "integrity": "sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.4.tgz", + "integrity": "sha512-CtXYlmL7ZamiYKbmqkamQHWJROUHSfm+f3kByzGfknw7kW51mcB2ouMUqYq1XfYxbXmnWo6RhPydx6OCqdgcmQ==", "dependencies": { "aws-ssl-profiles": "^1.1.2", "denque": "^2.1.0", @@ -2388,9 +2388,9 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, "mysql2": { - "version": "3.22.3", - "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.3.tgz", - "integrity": "sha512-uWWxvZSRvRhtBdh2CdcuK83YcOfPdmEeEYB069bAmPnV93QApDGVPuvCQOLjlh7tYHEWdgQPrn6kosDxHBVLkA==", + "version": "3.22.4", + "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.4.tgz", + "integrity": "sha512-CtXYlmL7ZamiYKbmqkamQHWJROUHSfm+f3kByzGfknw7kW51mcB2ouMUqYq1XfYxbXmnWo6RhPydx6OCqdgcmQ==", "requires": { "aws-ssl-profiles": "^1.1.2", "denque": "^2.1.0", diff --git a/package.json b/package.json index 967621b..66bdd2a 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "helmet": "^8.2.0", "i18n-iso-countries": "^7.12.0", "ini": "^7.0.0", - "mysql2": "^3.22.3", + "mysql2": "^3.22.4", "node-cache": "^5.1.2", "seq-logging": "^2.2.0" },