From 1c65cec6edeac23e9973f81b1905c387d3a0b110 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 4 Jul 2013 17:05:30 +0200 Subject: [PATCH] Do not consider broken layergroup configs as good on second look The fix is really in Windshaft, this commit simply requires a newer version of it. --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a4ce046a..68e156f4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -9,7 +9,7 @@ "version": "1.3.3" }, "windshaft": { - "version": "0.12.8", + "version": "0.12.9", "dependencies": { "grainstore": { "version": "0.13.5", diff --git a/package.json b/package.json index 4b4828fb..44ca3ec7 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dependencies": { "node-varnish": "0.1.1", "underscore" : "~1.3.3", - "windshaft" : "~0.12.8", + "windshaft" : "~0.12.9", "step": "0.0.x", "generic-pool": "~2.0.3", "redis": "~0.8.3",