mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency mysql2 to v3.2.0
This commit is contained in:
parent
a613e5f9b0
commit
ec869cfa0d
2 changed files with 5 additions and 5 deletions
|
@ -191,7 +191,7 @@
|
|||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23",
|
||||
"multer": "1.4.4",
|
||||
"mysql2": "3.1.2",
|
||||
"mysql2": "3.2.0",
|
||||
"nconf": "0.12.0",
|
||||
"node-jose": "2.2.0",
|
||||
"oembed-parser": "1.4.9",
|
||||
|
|
|
@ -19963,10 +19963,10 @@ mysql2@3.0.1:
|
|||
seq-queue "^0.0.5"
|
||||
sqlstring "^2.3.2"
|
||||
|
||||
mysql2@3.1.2:
|
||||
version "3.1.2"
|
||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.1.2.tgz#024a8bf7c84a300a8ed5c8e39b20ba57e47a2e24"
|
||||
integrity sha512-NXz6sUvHSEOKz1jv3koSga7eb2dHrwD/mnPmqbbZzMRvjQcSpb0Eh0ectWyYt1U60CLlEbjoA3XYjjbbReRF5Q==
|
||||
mysql2@3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.2.0.tgz#3613a8903bcb7ade0ae35b29945a0378eb67da89"
|
||||
integrity sha512-0Vn6a9WSrq6fWwvPgrvIwnOCldiEcgbzapVRDAtDZ4cMTxN7pnGqCTx8EG32S/NYXl6AXkdO+9hV1tSIi/LigA==
|
||||
dependencies:
|
||||
denque "^2.1.0"
|
||||
generate-function "^2.3.1"
|
||||
|
|
Loading…
Reference in a new issue