From 7b7d7aab9e009e3f828a549dec7bd0b60ae5bfbc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Mar 2018 22:35:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:loopback:20171027 Latest report for strongloop/microgateway: https://snyk.io/test/github/strongloop/microgateway --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2b379a3..50cead3 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "ldapjs": "^1.0.0", "limiter": "^1.1.0", "lodash": "^4.2.1", - "loopback": "^2.26.2", + "loopback": "^3.16.2", "lru-cache": "^4.0.0", "microgateway-datastore": "^1.0.2", "microgateway-util": "^1.x",