mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency mysql2 to v3.1.1
This commit is contained in:
parent
244fd05035
commit
654a991c98
2 changed files with 5 additions and 5 deletions
|
@ -184,7 +184,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.1.0",
|
"mysql2": "3.1.1",
|
||||||
"nconf": "0.12.0",
|
"nconf": "0.12.0",
|
||||||
"node-jose": "2.1.1",
|
"node-jose": "2.1.1",
|
||||||
"oembed-parser": "1.4.9",
|
"oembed-parser": "1.4.9",
|
||||||
|
|
|
@ -19806,10 +19806,10 @@ mysql2@3.0.0:
|
||||||
seq-queue "^0.0.5"
|
seq-queue "^0.0.5"
|
||||||
sqlstring "^2.3.2"
|
sqlstring "^2.3.2"
|
||||||
|
|
||||||
mysql2@3.1.0:
|
mysql2@3.1.1:
|
||||||
version "3.1.0"
|
version "3.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.1.0.tgz#7d7b6c9e368bd5f74a82ce150edc32401a05d756"
|
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.1.1.tgz#cd6ecb0b3b5a090f4749b9bb9c7b9d2ed2aabecc"
|
||||||
integrity sha512-woMeIog21X72RcFLhE/xajhUdnwRMd6Oq16S7/O2qJ5lPUDfFwgSW+xhx7TjzcM8PU3q+dVsryIaDi+HyQR/0A==
|
integrity sha512-mXz4wEj7AIKPdHQJLJcvq8GJ75BDMH9K4V8Lthra8WH7o/xjV6TXp+dXAXDaMFkLa8YhdZr5X6rxIGQSHPPfhg==
|
||||||
dependencies:
|
dependencies:
|
||||||
denque "^2.1.0"
|
denque "^2.1.0"
|
||||||
generate-function "^2.3.1"
|
generate-function "^2.3.1"
|
||||||
|
|
Loading…
Reference in a new issue