0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Update dependency mysql2 to v3.7.0

This commit is contained in:
renovate[bot] 2024-01-08 01:35:55 +00:00
parent 87a477a803
commit 0b0c177952
2 changed files with 5 additions and 5 deletions

View file

@ -207,7 +207,7 @@
"moment": "2.24.0", "moment": "2.24.0",
"moment-timezone": "0.5.23", "moment-timezone": "0.5.23",
"multer": "1.4.4", "multer": "1.4.4",
"mysql2": "3.6.5", "mysql2": "3.7.0",
"nconf": "0.12.1", "nconf": "0.12.1",
"newrelic": "11.8.0", "newrelic": "11.8.0",
"node-jose": "2.2.0", "node-jose": "2.2.0",

View file

@ -23818,10 +23818,10 @@ mysql2@3.2.0:
seq-queue "^0.0.5" seq-queue "^0.0.5"
sqlstring "^2.3.2" sqlstring "^2.3.2"
mysql2@3.6.5: mysql2@3.7.0:
version "3.6.5" version "3.7.0"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.6.5.tgz#46bfed7c1c1e4288283f8c8f1c4a5f20669dd3d6" resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.7.0.tgz#06b39c706518d7cc602a3f06dfb6a2689b052627"
integrity sha512-pS/KqIb0xlXmtmqEuTvBXTmLoQ5LmAz5NW/r8UyQ1ldvnprNEj3P9GbmuQQ2J0A4LO+ynotGi6TbscPa8OUb+w== integrity sha512-c45jA3Jc1X8yJKzrWu1GpplBKGwv/wIV6ITZTlCSY7npF2YfJR+6nMP5e+NTQhUeJPSyOQAbGDCGEHbAl8HN9w==
dependencies: dependencies:
denque "^2.1.0" denque "^2.1.0"
generate-function "^2.3.1" generate-function "^2.3.1"