From cd71bc4cc3fc0a4fa58d98ba0356ddb4041a7b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 07:40:34 +0000 Subject: [PATCH] Bump mysql2 from 3.6.4 to 3.6.5 Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.6.4 to 3.6.5. - [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.6.4...v3.6.5) --- updated-dependencies: - dependency-name: mysql2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cff0a99..324f411 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "^4.18.2", "joi": "^17.11.0", "jsonwebtoken": "^9.0.2", - "mysql2": "^3.6.4", + "mysql2": "^3.6.5", "sequelize": "^6.35.1", "sqlite3": "^5.1.6", "uuid": "^9.0.1" diff --git a/yarn.lock b/yarn.lock index c202e15..5d85c63 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1146,10 +1146,10 @@ ms@2.1.3, ms@^2.0.0, ms@^2.1.1: resolved "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz" integrity sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA== -mysql2@^3.6.4: - version "3.6.4" - resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.6.4.tgz#273e294525472c186b1ad7b86884ec21cfab1b95" - integrity sha512-x27dKYnowULCLFIdrtYKKNtUIIdfWSx5JR+UE94rJT09XPPnh4w4lJLHo97HAxdZ+3zlklRZOQN68WyLOeXu7w== +mysql2@^3.6.5: + version "3.6.5" + resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.6.5.tgz#46bfed7c1c1e4288283f8c8f1c4a5f20669dd3d6" + integrity sha512-pS/KqIb0xlXmtmqEuTvBXTmLoQ5LmAz5NW/r8UyQ1ldvnprNEj3P9GbmuQQ2J0A4LO+ynotGi6TbscPa8OUb+w== dependencies: denque "^2.1.0" generate-function "^2.3.1"