Skip to content

Commit c874b89

Browse files
committed
fix mysql2 version to 3.2.0 for node 14 support
1 parent b6dcd0d commit c874b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"debug": "^4.3.4",
35-
"mysql2": "3.2.0", // lru-cache < 8 @ node 14
35+
"mysql2": "3.2.0",
3636
"node-cache": "^5.1.2"
3737
}
3838
}

0 commit comments

Comments
 (0)