0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Update dependency mysql2 to v3.5.2

This commit is contained in:
renovate[bot] 2023-07-17 14:19:38 +00:00
parent 184c6ae951
commit 3b9b8009e1
2 changed files with 5 additions and 5 deletions

View file

@ -205,7 +205,7 @@
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"multer": "1.4.4",
"mysql2": "3.5.1",
"mysql2": "3.5.2",
"nconf": "0.12.0",
"node-jose": "2.2.0",
"path-match": "1.2.4",

View file

@ -23656,10 +23656,10 @@ mysql2@3.2.0:
seq-queue "^0.0.5"
sqlstring "^2.3.2"
mysql2@3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.5.1.tgz#d57324228389a670408277399ded1d8f2a61b78c"
integrity sha512-RyaeUBqMiFR1ivk78JToPz0MhwN/sUWCKwPZszbXaFNZ6wmP/EJNPDU6gbZkF+qtLjr3sULQb0Y7JuFrNblnDg==
mysql2@3.5.2:
version "3.5.2"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.5.2.tgz#a06050e1514e9ac15711a8b883ffd51cb44b2dc8"
integrity sha512-cptobmhYkYeTBIFp2c0piw2+gElpioga1rUw5UidHvo8yaHijMZoo8A3zyBVoo/K71f7ZFvrShA9iMIy9dCzCA==
dependencies:
denque "^2.1.0"
generate-function "^2.3.1"