From ef50e719937f302919b283544698ed3b5b76be2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Aug 2020 03:10:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-608086 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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",