mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency mysql2 to v3.11.4
This commit is contained in:
parent
b591912c74
commit
b6f1ecc149
2 changed files with 5 additions and 5 deletions
|
@ -208,7 +208,7 @@
|
||||||
"moment": "2.24.0",
|
"moment": "2.24.0",
|
||||||
"moment-timezone": "0.5.45",
|
"moment-timezone": "0.5.45",
|
||||||
"multer": "1.4.4",
|
"multer": "1.4.4",
|
||||||
"mysql2": "3.11.3",
|
"mysql2": "3.11.4",
|
||||||
"nconf": "0.12.1",
|
"nconf": "0.12.1",
|
||||||
"node-jose": "2.2.0",
|
"node-jose": "2.2.0",
|
||||||
"path-match": "1.2.4",
|
"path-match": "1.2.4",
|
||||||
|
|
|
@ -23709,10 +23709,10 @@ mv@~2:
|
||||||
ncp "~2.0.0"
|
ncp "~2.0.0"
|
||||||
rimraf "~2.4.0"
|
rimraf "~2.4.0"
|
||||||
|
|
||||||
mysql2@3.11.3:
|
mysql2@3.11.4:
|
||||||
version "3.11.3"
|
version "3.11.4"
|
||||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.11.3.tgz#8291e6069a0784310846f6437b8527050dfc10c4"
|
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.11.4.tgz#08658b6285adbace7d43b2eaa18efddb85f99501"
|
||||||
integrity sha512-Qpu2ADfbKzyLdwC/5d4W7+5Yz7yBzCU05YWt5npWzACST37wJsB23wgOSo00qi043urkiRwXtEvJc9UnuLX/MQ==
|
integrity sha512-Z2o3tY4Z8EvSRDwknaC40MdZ3+m0sKbpnXrShQLdxPrAvcNli7jLrD2Zd2IzsRMw4eK9Yle500FDmlkIqp+krg==
|
||||||
dependencies:
|
dependencies:
|
||||||
aws-ssl-profiles "^1.1.1"
|
aws-ssl-profiles "^1.1.1"
|
||||||
denque "^2.1.0"
|
denque "^2.1.0"
|
||||||
|
|
Loading…
Reference in a new issue