Skip to content

Commit

Permalink
fix mysql2 version to 3.2.0 for node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
2naive committed Mar 4, 2024
1 parent b6dcd0d commit c874b89
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 @@ -32,7 +32,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"mysql2": "3.2.0", // lru-cache < 8 @ node 14
"mysql2": "3.2.0",
"node-cache": "^5.1.2"
}
}

0 comments on commit c874b89

Please sign in to comment.