Skip to content

Commit

Permalink
upgrade mysql2
Browse files Browse the repository at this point in the history
  • Loading branch information
alihm committed Apr 19, 2024
1 parent 4560ba8 commit 8174e5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/mysql-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
},
"version": "5.0.26",
"dependencies": {
"mysql2": "^2.3.3"
"mysql2": "^3.9.4"
}
}
2 changes: 1 addition & 1 deletion modules/mysqldump/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/assignar/mysqldump",
"dependencies": {
"deepmerge": "^3.2.0",
"mysql2": "^2.1.0",
"mysql2": "^3.9.4",
"sql-formatter": "^2.3.2",
"sqlstring": "^2.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"memory-cache": "^0.2.0",
"mysql": "^2.18.1",
"mysql-import": "^5.0.26",
"mysql2": "^2.3.3",
"mysql2": "^3.9.4",
"mysqldump": "^3.2.0",
"nano-ethereum-signer": "^0.1.2",
"node-forge": "^1.3.1",
Expand Down

0 comments on commit 8174e5d

Please sign in to comment.