Skip to content

Commit

Permalink
feat: support mysql2 v3 for security update
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 13, 2024
1 parent f8053dd commit 00c3129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
},
"peerDependencies": {
"mysql": "^2.17.1",
"mysql2": "^2.3.0",
"mysql2": "^2.3.0 || ^3.9.4",
"pg": "^8.5.1",
"sql.js": "^1.8.0",
"sqlite3": "^5.0.2"
Expand Down Expand Up @@ -124,7 +124,7 @@
"lint-staged": "^13.2.2",
"mocha": "^10.2.0",
"mysql": "^2.17.1",
"mysql2": "^3.9.4",
"mysql2": "^^3.9.4",
"nyc": "^15.1.0",
"pg": "^8.5.1",
"sinon": "^10.0.0",
Expand Down

0 comments on commit 00c3129

Please sign in to comment.