Revert mysql2 version for now, as the TLSSocket cert check workaround is not needed yet at this moment

This commit is contained in:
Fang-Pen Lin
2025-10-23 17:39:26 -07:00
parent 172eeebeff
commit 92f83476dd
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@
"lodash.isequal": "^4.5.0",
"mongodb": "^6.8.1",
"ms": "^2.1.3",
"mysql2": "^3.15.2",
"mysql2": "^3.9.8",
"nanoid": "^3.3.8",
"nodemailer": "^6.9.9",
"oci-sdk": "^2.108.0",

View File

@@ -221,7 +221,7 @@
"lodash.isequal": "^4.5.0",
"mongodb": "^6.8.1",
"ms": "^2.1.3",
"mysql2": "^3.15.2",
"mysql2": "^3.9.8",
"nanoid": "^3.3.8",
"nodemailer": "^6.9.9",
"oci-sdk": "^2.108.0",