From 0a9d8e84175c9699ae54f883a8ea71529cbd611d Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 25 Apr 2016 19:16:19 +0200 Subject: [PATCH] Update dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b8854bd..2197c2c 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,14 @@ "style-loader": "^0.13.1", "underscore-template-loader": "^0.7.2", "url-loader": "^0.5.7", - "webpack": "^1.12.14", + "webpack": "^1.13.0", "webpack-recompilation-simulator": "^1.3.0" }, "dependencies": { - "bluebird": "^3.3.4", - "html-minifier": "^1.3.1", - "loader-utils": "^0.2.13", - "lodash": "^4.6.1", + "bluebird": "^3.3.5", + "html-minifier": "^2.1.0", + "loader-utils": "^0.2.14", + "lodash": "^4.11.1", "pretty-error": "^2.0.0", "toposort": "^0.2.12" }