mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency mysql2 to v3.9.2
This commit is contained in:
parent
3a0fd45958
commit
65a9a04959
2 changed files with 5 additions and 5 deletions
|
@ -206,7 +206,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.9.1",
|
"mysql2": "3.9.2",
|
||||||
"nconf": "0.12.1",
|
"nconf": "0.12.1",
|
||||||
"newrelic": "11.10.4",
|
"newrelic": "11.10.4",
|
||||||
"node-jose": "2.2.0",
|
"node-jose": "2.2.0",
|
||||||
|
|
|
@ -22922,10 +22922,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.9.1:
|
mysql2@3.9.2:
|
||||||
version "3.9.1"
|
version "3.9.2"
|
||||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.1.tgz#d1d7dee5ea55ba07f18c445267b2846f6faf9c68"
|
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.2.tgz#567343581f9742032598b6c15bd7aa65d2f7d4af"
|
||||||
integrity sha512-3njoWAAhGBYy0tWBabqUQcLtczZUxrmmtc2vszQUekg3kTJyZ5/IeLC3Fo04u6y6Iy5Sba7pIIa2P/gs8D3ZeQ==
|
integrity sha512-3Cwg/UuRkAv/wm6RhtPE5L7JlPB877vwSF6gfLAS68H+zhH+u5oa3AieqEd0D0/kC3W7qIhYbH419f7O9i/5nw==
|
||||||
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