Require Windshaft-0.18.2 for statsd-profiler integration

This commit is contained in:
Sandro Santilli 2014-02-17 16:56:44 +01:00
parent 8401dcf6d7
commit 5a504ac1dc
2 changed files with 8 additions and 8 deletions

14
npm-shrinkwrap.json generated
View File

@ -10,8 +10,8 @@
"version": "1.3.3"
},
"windshaft": {
"version": "0.18.1",
"from": "http://github.com/CartoDB/Windshaft/tarball/0.18.1",
"version": "0.18.2",
"from": "http://github.com/CartoDB/Windshaft/tarball/0.18.2",
"dependencies": {
"grainstore": {
"version": "0.18.0",
@ -145,7 +145,7 @@
"version": "0.1.25",
"dependencies": {
"graceful-fs": {
"version": "2.0.1"
"version": "2.0.2"
}
}
}
@ -167,7 +167,7 @@
"version": "0.1.25",
"dependencies": {
"graceful-fs": {
"version": "2.0.1"
"version": "2.0.2"
},
"inherits": {
"version": "2.0.1"
@ -416,12 +416,12 @@
"redis": {
"version": "0.8.6"
},
"semver": {
"version": "1.1.4"
},
"strftime": {
"version": "0.6.2"
},
"semver": {
"version": "1.1.4"
},
"mocha": {
"version": "1.14.0",
"dependencies": {

View File

@ -24,7 +24,7 @@
"dependencies": {
"node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0",
"underscore" : "~1.3.3",
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.18.1",
"windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.18.2",
"step": "0.0.x",
"request": "2.9.202",
"cartodb-redis": "~0.3.0",