From c4526188f259ca6af4ee4c9b6d020aae26110f3f Mon Sep 17 00:00:00 2001 From: Andras Toth Date: Mon, 4 Jan 2016 14:56:37 +0100 Subject: [PATCH] chore(package): update dependencies --- example/package.json | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package.json b/example/package.json index dea9449..81e8545 100644 --- a/example/package.json +++ b/example/package.json @@ -7,10 +7,10 @@ }, "dependencies": { "@risingstack/graffiti": "../", - "@risingstack/graffiti-mongoose": "^5.0.1", + "@risingstack/graffiti-mongoose": "^5.0.3", "express": "^4.13.3", "koa": "^1.1.2", "koa-static": "^1.5.2", - "mongoose": "^4.3.3" + "mongoose": "^4.3.4" } } diff --git a/package.json b/package.json index 533e52f..95ef27d 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ }, "homepage": "https://github.com/RisingStack/graffiti#readme", "dependencies": { - "boom": "^3.0.0", + "boom": "^3.1.1", "co-body": "^4.0.0" }, "peerDependencies": { "graphql": "^0.4.14" }, "devDependencies": { - "babel": "^6.3.13", + "babel": "^6.3.26", "babel-cli": "^6.3.17", "babel-eslint": "^5.0.0-beta6", "babel-polyfill": "^6.3.14", @@ -48,7 +48,7 @@ "eslint-config-airbnb": "^2.1.1", "express": "^4.13.3", "graphql": "^0.4.14", - "hapi": "^11.1.2", + "hapi": "^11.1.4", "koa": "^2.0.0-alpha.2", "mocha": "^2.3.4", "pre-commit": "^1.1.2",