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
This commit is contained in:
snyk-bot 2017-09-29 00:07:04 +00:00
parent 394fc04404
commit 2d3d0bdcce

View file

@ -1,28 +1,35 @@
{ "name": "kwikemon" {
, "version": "0.0.6" "name": "kwikemon",
, "description": "monitor one-off things on your servers" "version": "0.0.6",
, "author": "Sami Samhuri <sami@samhuri.net>" "description": "monitor one-off things on your servers",
, "license": "MIT" "author": "Sami Samhuri <sami@samhuri.net>",
, "repository": "https://github.com/samsonjs/kwikemon" "license": "MIT",
, "keywords": [ "monitor", "server", "watch", "one-off", "task" ] "repository": "https://github.com/samsonjs/kwikemon",
, "main": "kwikemon.js" "keywords": [
, "bin": { "monitor",
"kwikemon": "./bin/kwikemon" "server",
, "kwikemond": "./bin/kwikemond" "watch",
} "one-off",
, "dependencies": { "task"
"async": "0.2.x" ],
, "express": "3.0.x" "main": "kwikemon.js",
, "jade": "0.31.x" "bin": {
, "negotiator": "0.2.x" "kwikemon": "./bin/kwikemon",
, "redis": "0.8.x" "kwikemond": "./bin/kwikemond"
, "toml": "0.4.x" },
} "dependencies": {
, "devDependencies": { "async": "0.2.x",
"mocha": "1.10.x" "express": "4.16.0",
, "better-assert": "1.0.x" "jade": "0.31.x",
} "negotiator": "0.2.x",
, "engines": { "redis": "0.8.x",
"toml": "0.4.x"
},
"devDependencies": {
"mocha": "1.10.x",
"better-assert": "1.0.x"
},
"engines": {
"node": ">=0.10" "node": ">=0.10"
} }
} }