From a6fd5765349d956f8576f0757097e5943b766397 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Apr 2018 03:42:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:validator:20160218 Latest report for codecorico/allons-y-models: https://snyk.io/test/github/codecorico/allons-y-models --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83ef122..1cc0002 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "sails-postgresql": "^0.11.4", "sails-redis": "^0.10.7", "through2": "^2.0.1", - "waterline": "^0.12.2" + "waterline": "^0.13.1" } }