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 58c8968 commit b6dcd0d
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
@@ -1,6 +1,6 @@
{
"name": "mysql2-cache",
"version": "1.3.0",
"version": "1.4.0",
"description": "✔ MySQL2 upgrade: cache queries, easy shortcuts, logging and debugging.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"debug": "^4.3.4",
"mysql2": "^3.2.0",
"mysql2": "3.2.0", // lru-cache < 8 @ node 14
"node-cache": "^5.1.2"
}
}

0 comments on commit b6dcd0d

Please sign in to comment.