From 9e334b5ece8cc34e6f76bbc4ef2ea7df833ea032 Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Mon, 23 Nov 2015 23:11:32 -0800 Subject: [PATCH] Update webpack to 1.12.9 & istanbul to 0.4.1. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5253f9856..e5ec1d67f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dojo": "~1.10.0", "ecstatic": "^1.3.1", "fs-extra": "~0.26.2", - "istanbul": "0.4.0", + "istanbul": "0.4.1", "jquery": "~1.11.0", "jscs": "^2.6.0", "lodash": "^3.10.1", @@ -23,7 +23,7 @@ "requirejs": "~2.1.22", "sauce-tunnel": "2.2.3", "uglify-js": "2.6.1", - "webpack": "^1.12.8" + "webpack": "^1.12.9" }, "scripts": { "build": "node lib/main/build.js && node lib/fp/build.js",