0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Update dependency mysql2 to v3.8.0

This commit is contained in:
renovate[bot] 2024-01-23 20:46:23 +00:00
parent 40891272dc
commit b0a9d3541e
2 changed files with 5 additions and 5 deletions

View file

@ -206,7 +206,7 @@
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"multer": "1.4.4",
"mysql2": "3.7.1",
"mysql2": "3.8.0",
"nconf": "0.12.1",
"newrelic": "11.10.0",
"node-jose": "2.2.0",

View file

@ -23020,10 +23020,10 @@ mysql2@3.2.0:
seq-queue "^0.0.5"
sqlstring "^2.3.2"
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==
mysql2@3.8.0:
version "3.8.0"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.8.0.tgz#1bf7710da025f22e14a1ff5a4cad589f87f2f5d9"
integrity sha512-rC9J/Wy9TCaoQWhk/p4J0Jd+WCDYghniuawi7pheDqhQOEJyDfiWGiWOR3iPgTFJaOK3GezC7dmCki7cP1HFkQ==
dependencies:
denque "^2.1.0"
generate-function "^2.3.1"