From 5271eda48f5d41d9604406082ca2b7b4ef91c145 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 07:42:18 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index 8631663..8407fb5 100644 --- a/app/package.json +++ b/app/package.json @@ -34,7 +34,7 @@ "remarkable": "1.6.2", "request": "^2.81.0", "request-json": "^0.6.2", - "sentencer": "^0.1.5", + "sentencer": "^0.2.0", "serve-static": "^1.11.1", "swagger-jsdoc": "^1.3.0" }