Skip to content

Commit

Permalink
feat: support mysql2 v3 for security update (#419)
Browse files Browse the repository at this point in the history
* feat: support mysql2 v3 for security update

* f
  • Loading branch information
fengmk2 authored Apr 13, 2024
1 parent f8053dd commit bd39bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit bd39bd0

Please sign in to comment.