From 2d3d0bdcce57cf129ca430fd6ab13f018e1a73c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2017 00:07:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:fresh:20170908 Latest report for samsonjs/kwikemon: https://snyk.io/test/github/samsonjs/kwikemon --- package.json | 57 +++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 152a74e..5e741c0 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,35 @@ -{ "name": "kwikemon" -, "version": "0.0.6" -, "description": "monitor one-off things on your servers" -, "author": "Sami Samhuri " -, "license": "MIT" -, "repository": "https://github.com/samsonjs/kwikemon" -, "keywords": [ "monitor", "server", "watch", "one-off", "task" ] -, "main": "kwikemon.js" -, "bin": { - "kwikemon": "./bin/kwikemon" - , "kwikemond": "./bin/kwikemond" - } -, "dependencies": { - "async": "0.2.x" - , "express": "3.0.x" - , "jade": "0.31.x" - , "negotiator": "0.2.x" - , "redis": "0.8.x" - , "toml": "0.4.x" - } -, "devDependencies": { - "mocha": "1.10.x" - , "better-assert": "1.0.x" - } -, "engines": { +{ + "name": "kwikemon", + "version": "0.0.6", + "description": "monitor one-off things on your servers", + "author": "Sami Samhuri ", + "license": "MIT", + "repository": "https://github.com/samsonjs/kwikemon", + "keywords": [ + "monitor", + "server", + "watch", + "one-off", + "task" + ], + "main": "kwikemon.js", + "bin": { + "kwikemon": "./bin/kwikemon", + "kwikemond": "./bin/kwikemond" + }, + "dependencies": { + "async": "0.2.x", + "express": "4.16.0", + "jade": "0.31.x", + "negotiator": "0.2.x", + "redis": "0.8.x", + "toml": "0.4.x" + }, + "devDependencies": { + "mocha": "1.10.x", + "better-assert": "1.0.x" + }, + "engines": { "node": ">=0.10" } }