From a1d51db2060476eafe9586548d180e0c736c0d15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Mar 2018 05:14:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ecstatic:20160809 Latest report for jshemas/textadventure: https://snyk.io/test/github/jshemas/textadventure --- package.json | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index fc8f8c3..54fb612 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,24 @@ { - "name": "", - "description": "", - "homepage": "http://www.localhost.com", - "version": "0.1.0", - "dependencies": { - "grunt": "0.4.5", - "grunt-cli": "0.1.13", - "grunt-http-server": "1.0.0", - "http-server": "0.6.1" - }, - "scripts": { - "start": "grunt" - }, - "engines": { - "node": "0.10.24", - "npm": "1.3.21" - }, - "licenses": [{ - "type": "MIT" - }] + "name": "", + "description": "", + "homepage": "http://www.localhost.com", + "version": "0.1.0", + "dependencies": { + "grunt": "0.4.5", + "grunt-cli": "0.1.13", + "grunt-http-server": "2.1.0", + "http-server": "0.6.1" + }, + "scripts": { + "start": "grunt" + }, + "engines": { + "node": "0.10.24", + "npm": "1.3.21" + }, + "licenses": [ + { + "type": "MIT" + } + ] } \ No newline at end of file