From edbd29f6c858f0208f2d49f011ec6507336e3460 Mon Sep 17 00:00:00 2001 From: Jason Corns Date: Thu, 16 Aug 2018 10:11:51 -0700 Subject: [PATCH] clears audit report Responding to the `npm audit` report for Brie, updates the dependencies and dev-dependencies to latest non-vulnerable versions. `npm test` completes successfully without code change. Clear to update. ... Fixes #12 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 17bff7b..b92a83c 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "BRMS" ], "dependencies": { - "lodash": "4.15.0", - "debug": "2.6.0" + "debug": "^3.1.0", + "lodash": "4.17.10" }, "readmeFilename": "README.md", "bugs": { @@ -37,8 +37,8 @@ }, "devDependencies": { "istanbul": "^0.4.5", - "mocha": "^3.2.0", - "mocha-eslint": "^3.0.1" + "mocha": "^5.2.0", + "mocha-eslint": "^4.1.0" }, "scripts": { "test": "node node_modules/.bin/mocha",