From 89a1f1074bd320b11311f1389d72cfe4a40c7520 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2018 08:27:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for ifnode/auth: https://snyk.io/test/github/ifnode/auth --- package.json | 53 +++++++++++++++++++++++++--------------------------- 1 file changed, 25 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index b2984da..4e68dad 100644 --- a/package.json +++ b/package.json @@ -1,30 +1,27 @@ { - "name": "ifnode-auth", - "version": "0.1.3", - "description": "Authentication plugin for ifnode", - "main": "index.js", - "scripts": { - "test": "./node_modules/mocha/bin/mocha --ui bdd --check-leaks" - }, - - "keywords": [ - "auth", - "authenticate" - ], - "author": "ilfroloff", - "license": "MIT", - - "dependencies": { - "debug": "2.6.8", - "lodash": "3.9.3", - "passport": "0.3.2" - }, - "devDependencies": { - "supertest": "3.0.0", - "mocha": "3.4.2", - "should": "11.2.1", - - "ifnode": "1.6.6", - "passport-local": "1.0.0" - } + "name": "ifnode-auth", + "version": "0.1.3", + "description": "Authentication plugin for ifnode", + "main": "index.js", + "scripts": { + "test": "./node_modules/mocha/bin/mocha --ui bdd --check-leaks" + }, + "keywords": [ + "auth", + "authenticate" + ], + "author": "ilfroloff", + "license": "MIT", + "dependencies": { + "debug": "2.6.8", + "lodash": "4.17.5", + "passport": "0.3.2" + }, + "devDependencies": { + "supertest": "3.0.0", + "mocha": "3.4.2", + "should": "11.2.1", + "ifnode": "1.6.6", + "passport-local": "1.0.0" + } }