From 0f4f665c2829e6f42c6698d80e4dcd7cadd4b512 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Oct 2017 22:03:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 Latest report for ifnode/mongoose: https://snyk.io/test/github/ifnode/mongoose --- package.json | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 70201dd..328c5ab 100644 --- a/package.json +++ b/package.json @@ -1,26 +1,22 @@ { - "name": "ifnode-mongoose", - "version": "1.1.0", - "description": "Mongoose plugin for ifnode", - "main": "index.js", - - "repository": { - "type": "git", - "url": "git://github.com/ifnode/mongoose.git" - }, - - "keywords": [ - "mongoose", - "mongo", - "nosql", - "mvc" - ], - - "author": "ilfroloff", - "license": "MIT", - - "dependencies": { - "mongoose": "4.9.10", - "lodash": "4.17.4" - } + "name": "ifnode-mongoose", + "version": "1.1.0", + "description": "Mongoose plugin for ifnode", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/ifnode/mongoose.git" + }, + "keywords": [ + "mongoose", + "mongo", + "nosql", + "mvc" + ], + "author": "ilfroloff", + "license": "MIT", + "dependencies": { + "mongoose": "4.11.14", + "lodash": "4.17.4" + } }