0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency mysql2 to v3.9.7

This commit is contained in:
renovate[bot] 2024-04-22 01:27:19 +00:00
parent 69372d9018
commit e4ffc7b8c0
2 changed files with 5 additions and 5 deletions

View file

@ -208,7 +208,7 @@
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"multer": "1.4.4",
"mysql2": "3.9.6",
"mysql2": "3.9.7",
"nconf": "0.12.1",
"node-jose": "2.2.0",
"path-match": "1.2.4",

View file

@ -22793,10 +22793,10 @@ mysql2@3.2.0:
seq-queue "^0.0.5"
sqlstring "^2.3.2"
mysql2@3.9.6:
version "3.9.6"
resolved "https://registry.npmjs.org/mysql2/-/mysql2-3.9.6.tgz#93e21a2eebbe2c1dc8caca425e850aace2273b50"
integrity sha512-9NYUMLQv6yXnu+5hUh8PZ5CdKoG6VWDzXbojIdTyob8upNZXU3rBNQK9viaEqfgw+LMifhd+53VEZPxZk3bTWA==
mysql2@3.9.7:
version "3.9.7"
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.9.7.tgz#843755daf65b5ef08afe545fe14b8fb62824741a"
integrity sha512-KnJT8vYRcNAZv73uf9zpXqNbvBG7DJrs+1nACsjZP1HMJ1TgXEy8wnNilXAn/5i57JizXKtrUtwDB7HxT9DDpw==
dependencies:
denque "^2.1.0"
generate-function "^2.3.1"