From 38a63f412b20cf8c47dfefe51ca139a6033dd36d Mon Sep 17 00:00:00 2001 From: "Samuel A. Klein" Date: Thu, 16 Aug 2018 23:13:58 -0300 Subject: [PATCH 1/2] found 9 vulnerabilities (3 low, 5 moderate, 1 critical) in 270 scanned packages --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fd63771..d3f867e 100644 --- a/package.json +++ b/package.json @@ -29,15 +29,15 @@ "main": "lib/index", "readmeFilename": "README.md", "dependencies": { - "lodash": "3.10.x", + "lodash": "^4.17.10", "validator": "3.22.x" }, "devDependencies": { + "coveralls": "^3.0.2", + "mocha": "^5.2.0", "restify": ">=2.8.1 <5.0.0", - "mocha": "3.1.x", - "sinon": "1.11.x", "should": "11.1.x", - "supertest": "2.0.x", - "coveralls": "2.12.x" + "sinon": "1.11.x", + "supertest": "^3.1.0" } } From 8079ca0e94541d14db5a044e9522fe4c4aa87eef Mon Sep 17 00:00:00 2001 From: "Samuel A. Klein" Date: Thu, 16 Aug 2018 23:15:20 -0300 Subject: [PATCH 2/2] found 9 vulnerabilities (3 low, 5 moderate, 1 critical) in 270 scanned packages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d3f867e..483455e 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "devDependencies": { "coveralls": "^3.0.2", "mocha": "^5.2.0", - "restify": ">=2.8.1 <5.0.0", + "restify": ">=2.8.1 <8.0.0", "should": "11.1.x", "sinon": "1.11.x", "supertest": "^3.1.0"