From f91e4684aa0afa342b17e3b9ac9d88ec3328fd96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Aug 2020 21:44:04 +0000 Subject: [PATCH] fix: api/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DOTPROP-543489 - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- api/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/package.json b/api/package.json index 8631663..88a5a32 100644 --- a/api/package.json +++ b/api/package.json @@ -24,7 +24,7 @@ "mongo-sequence": "^0.1.5", "mongodb": "^2.2.11", "multer": "^1.3.0", - "nodemon": "^1.11.0", + "nodemon": "^2.0.3", "passport": "^0.3.2", "passport-jwt": "^2.2.1", "passport-local": "^1.0.0", @@ -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" }