From fbab0c5d2a854307efbbe949d6d7f51d0cdd8b1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 04:49:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:lodash:20180130 Latest report for strongloop/microgateway-datastore: https://snyk.io/test/github/strongloop/microgateway-datastore --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4fc5aab..0634877 100644 --- a/package.json +++ b/package.json @@ -14,9 +14,9 @@ "fs-extra": "^0.30.0", "js-yaml": "^3.7.0", "json-refs": "^2.1.5", - "loopback": "^2.26.2", + "loopback": "^3.0.0", "loopback-boot": "^2.16.0", - "loopback-component-explorer": "^2.3.0", + "loopback-component-explorer": "^5.3.0", "microgateway-util": "^1.x" }, "devDependencies": {},