diff --git a/package.json b/package.json index 729cfa3..92d1b6a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/postmanlabs/sails-mysql-transactions", "dependencies": { "async": "~0.9.0", - "lodash": "~3.8.0", + "lodash": "~4.17.17", "mysql": "~2.6.1", "waterline-cursor": "~0.0.5", "waterline-errors": "~0.10.0", @@ -34,9 +34,9 @@ "jscs": "^1.11.3", "jshint": "^2.6.3", "mocha": "^2.2.1", - "newman": "^3.1.0", - "waterline-adapter-tests": "~0.10.7", - "captains-log": "~0.11.5" + "newman": "^5.1.2", + "waterline-adapter-tests": "~1.0.0", + "captains-log": "~1.0.2" }, "scripts": { "postinstall": "scripts/postinstall.sh",