From 4ca8af043c75bdbe8802be8abde8852c199bbbf4 Mon Sep 17 00:00:00 2001 From: eashaw Date: Mon, 19 Jul 2021 15:43:37 -0500 Subject: [PATCH] locking mysql version to 2.18.0 We lock all dependencies not maintained by the Sails team to a specific version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 99cb524..300787d 100644 --- a/package.json +++ b/package.json @@ -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": {