Skip to content

Commit 3b70124

Browse files
committed
0.0.18: Update node-mysql to 2.6.1
1 parent 0ba457b commit 3b70124

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-live-select",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "Live updating MySQL SELECT statements",
55
"main": "lib/LiveMysql.js",
66
"repository": "https://github.com/numtel/mysql-live-select",
@@ -17,7 +17,7 @@
1717
"author": "Ben Green <[email protected]> (http://github.com/numtel)",
1818
"license": "MIT",
1919
"dependencies": {
20-
"mysql": "^2.5.4",
20+
"mysql": "^2.6.1",
2121
"zongji": "^0.3.2"
2222
},
2323
"devDependencies": {

0 commit comments

Comments
 (0)