diff --git a/ghost/core/package.json b/ghost/core/package.json index 7cadd165b9..43c4b1898d 100644 --- a/ghost/core/package.json +++ b/ghost/core/package.json @@ -207,7 +207,7 @@ "moment": "2.24.0", "moment-timezone": "0.5.23", "multer": "1.4.4", - "mysql2": "3.6.4", + "mysql2": "3.6.5", "nconf": "0.12.1", "newrelic": "11.5.0", "node-jose": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 3cd4cb64d5..21a7da2d40 100644 --- a/yarn.lock +++ b/yarn.lock @@ -23704,10 +23704,10 @@ mysql2@3.2.0: seq-queue "^0.0.5" sqlstring "^2.3.2" -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"