Skip to content

Commit 3353d81

Browse files
Update dependency mysql2 to v3.20.0
1 parent 8ecbd9e commit 3353d81

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"eslint-plugin-playwright": "2.10.1",
4343
"eslint-plugin-no-relative-import-paths": "1.6.1",
4444
"knex": "3.1.0",
45-
"mysql2": "3.18.1",
45+
"mysql2": "3.20.0",
4646
"ts-node": "10.9.2",
4747
"typescript": "5.8.3"
4848
},

ghost/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"moment": "2.24.0",
199199
"moment-timezone": "0.5.45",
200200
"multer": "2.0.2",
201-
"mysql2": "3.18.1",
201+
"mysql2": "3.20.0",
202202
"nconf": "0.13.0",
203203
"node-fetch": "2.7.0",
204204
"node-jose": "2.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27065,10 +27065,10 @@ mysql2@3.14.1:
2706527065
seq-queue "^0.0.5"
2706627066
sqlstring "^2.3.2"
2706727067

27068-
mysql2@3.18.1:
27069-
version "3.18.1"
27070-
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.18.1.tgz#4f2f0050848c798b0191d18067b48ccce083611e"
27071-
integrity sha512-Mz3yJ+YqppZUFr6Q9tP0g9v3RTWGfLQ/J4RlnQ6CNrWz436+FDtFDICecsbWYwjupgfPpj8ZtNVMsCX79VKpLg==
27068+
mysql2@3.20.0:
27069+
version "3.20.0"
27070+
resolved "https://registry.yarnpkg.com/mysql2/-/mysql2-3.20.0.tgz#3e9af093cd6930046b0eba02a0533088b6f39ad4"
27071+
integrity sha512-eCLUs7BNbgA6nf/MZXsaBO1SfGs0LtLVrJD3WeWq+jPLDWkSufTD+aGMwykfUVPdZnblaUK1a8G/P63cl9FkKg==
2707227072
dependencies:
2707327073
aws-ssl-profiles "^1.1.2"
2707427074
denque "^2.1.0"

0 commit comments

Comments
 (0)