Skip to content

Commit

Permalink
locking mysql version to 2.18.0
Browse files Browse the repository at this point in the history
We lock all dependencies not maintained by the Sails team to a specific version.
  • Loading branch information
eashaw authored Jul 19, 2021
1 parent 041aafe commit 4ca8af0
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 @@ -23,7 +23,7 @@
"debug": "2.6.9",
"@sailshq/lodash": "^3.10.4",
"machine": "^15.0.0",
"mysql": "^2.18.0",
"mysql": "2.18.0",
"waterline-sql-builder": "^1.0.0-2"
},
"devDependencies": {
Expand Down

0 comments on commit 4ca8af0

Please sign in to comment.