From 37813c52fc0a6e4b86710ea53f38b989fb0ee080 Mon Sep 17 00:00:00 2001 From: Johnbastian Date: Fri, 9 Nov 2018 17:26:31 +0000 Subject: [PATCH] Dependencies updated --- package.json | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index e6c6c235..9a57322a 100644 --- a/package.json +++ b/package.json @@ -1,34 +1,42 @@ { "name": "@trayio/falafel", - "version": "1.12.0", + "version": "1.13.0", "description": "", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "author": "", - "license": "ISC", + "author": "tray.io", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/trayio/falafel.git" + }, + "bugs": { + "url": "https://github.com/trayio/falafel/issues" + }, + "homepage": "https://github.com/trayio/falafel#readme", "dependencies": { - "@trayio/threadneedle": "^1.4.3", - "generate-schema": "^2.3.3", + "@trayio/threadneedle": "^1.5.1", + "generate-schema": "^2.6.0", "knox": "^0.9.2", - "lodash": "^4.1.0", - "mime": "^1.3.4", - "moment": "^2.17.1", + "lodash": "^4.17.11", + "mime": "^1.6.0", + "moment": "^2.22.2", "mout": "^0.11.1", - "needle": "^1.4.2", + "needle": "^1.6.0", "qs": "^6.2.0", - "when": "^3.7.7" + "when": "^3.7.8" }, "devDependencies": { - "body-parser": "^1.15.2", - "eslint": "^4.3.0", - "express": "^4.14.0", + "body-parser": "^1.18.3", + "eslint": "^4.19.1", + "express": "^4.16.4", "grunt": "^0.4.5", "grunt-mocha-test": "^0.12.7", "knox-mpu-alt": "^0.2.2", - "mocha": "^2.4.5", + "mocha": "^2.5.3", "mocha-unfunk-reporter": "^0.4.0", - "proxyquire": "^1.7.4" + "proxyquire": "^1.8.0" } }