mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency mysql2 to v3.5.2
This commit is contained in:
parent
184c6ae951
commit
3b9b8009e1
2 changed files with 5 additions and 5 deletions
|
@ -205,7 +205,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.5.1",
|
"mysql2": "3.5.2",
|
||||||
"nconf": "0.12.0",
|
"nconf": "0.12.0",
|
||||||
"node-jose": "2.2.0",
|
"node-jose": "2.2.0",
|
||||||
"path-match": "1.2.4",
|
"path-match": "1.2.4",
|
||||||
|
|
|
@ -23656,10 +23656,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.5.1:
|
mysql2@3.5.2:
|
||||||
version "3.5.1"
|
version "3.5.2"
|
||||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.5.1.tgz#d57324228389a670408277399ded1d8f2a61b78c"
|
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.5.2.tgz#a06050e1514e9ac15711a8b883ffd51cb44b2dc8"
|
||||||
integrity sha512-RyaeUBqMiFR1ivk78JToPz0MhwN/sUWCKwPZszbXaFNZ6wmP/EJNPDU6gbZkF+qtLjr3sULQb0Y7JuFrNblnDg==
|
integrity sha512-cptobmhYkYeTBIFp2c0piw2+gElpioga1rUw5UidHvo8yaHijMZoo8A3zyBVoo/K71f7ZFvrShA9iMIy9dCzCA==
|
||||||
dependencies:
|
dependencies:
|
||||||
denque "^2.1.0"
|
denque "^2.1.0"
|
||||||
generate-function "^2.3.1"
|
generate-function "^2.3.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue