From 147f60ce0c6d12dbdcc5a547823a070267cf34f3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Jun 2018 04:16:25 +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 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..d5fe883 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": "1.0.3", + "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" + } + ] } \ No newline at end of file