mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Update dependency mysql2 to v3.7.1
This commit is contained in:
parent
4abcd17184
commit
ecd54b1a63
2 changed files with 5 additions and 5 deletions
|
@ -207,7 +207,7 @@
|
|||
"moment": "2.24.0",
|
||||
"moment-timezone": "0.5.23",
|
||||
"multer": "1.4.4",
|
||||
"mysql2": "3.7.0",
|
||||
"mysql2": "3.7.1",
|
||||
"nconf": "0.12.1",
|
||||
"newrelic": "11.9.0",
|
||||
"node-jose": "2.2.0",
|
||||
|
|
|
@ -23848,10 +23848,10 @@ mysql2@3.2.0:
|
|||
seq-queue "^0.0.5"
|
||||
sqlstring "^2.3.2"
|
||||
|
||||
mysql2@3.7.0:
|
||||
version "3.7.0"
|
||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.7.0.tgz#06b39c706518d7cc602a3f06dfb6a2689b052627"
|
||||
integrity sha512-c45jA3Jc1X8yJKzrWu1GpplBKGwv/wIV6ITZTlCSY7npF2YfJR+6nMP5e+NTQhUeJPSyOQAbGDCGEHbAl8HN9w==
|
||||
mysql2@3.7.1:
|
||||
version "3.7.1"
|
||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.7.1.tgz#bb088fa3f01deefbfe04adaf0d3ec18571b33410"
|
||||
integrity sha512-4EEqYu57mnkW5+Bvp5wBebY7PpfyrmvJ3knHcmLkp8FyBu4kqgrF2GxIjsC2tbLNZWqJaL21v/MYH7bU5f03oA==
|
||||
dependencies:
|
||||
denque "^2.1.0"
|
||||
generate-function "^2.3.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue