Merge pull request #234 from CartoDB/upgrade-windshaft

Upgrade windshaft
This commit is contained in:
Raul Ochoa 2014-12-11 10:21:27 +01:00
commit 670478e9ca
3 changed files with 16 additions and 15 deletions

View File

@ -2,7 +2,7 @@
--------------------
Announcements:
- Upgrades windshaft to 0.32.1
- Upgrades windshaft to 0.32.2
Bugfixes:
- Closes fd for log files on `kill -HUP` (#230)

27
npm-shrinkwrap.json generated
View File

@ -62,8 +62,9 @@
}
},
"dot": {
"version": "1.0.2",
"from": "dot@~1.0.2"
"version": "1.0.3",
"from": "dot@~1.0.2",
"resolved": "https://registry.npmjs.org/dot/-/dot-1.0.3.tgz"
},
"log4js": {
"version": "0.6.21",
@ -150,9 +151,9 @@
"from": "rollbar@~0.3.13",
"dependencies": {
"node-uuid": {
"version": "1.4.1",
"version": "1.4.2",
"from": "node-uuid@1.4.x",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
},
"lru-cache": {
"version": "2.2.4",
@ -174,9 +175,9 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
},
"windshaft": {
"version": "0.32.1",
"from": "https://github.com/CartoDB/Windshaft/tarball/0.32.1",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/0.32.1",
"version": "0.32.2",
"from": "https://github.com/CartoDB/Windshaft/tarball/0.32.2",
"resolved": "https://github.com/CartoDB/Windshaft/tarball/0.32.2",
"dependencies": {
"chronograph": {
"version": "0.1.0",
@ -258,9 +259,9 @@
"from": "forever-agent@~0.5.0"
},
"node-uuid": {
"version": "1.4.1",
"version": "1.4.2",
"from": "node-uuid@~1.4.0",
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.1.tgz"
"resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.2.tgz"
},
"tough-cookie": {
"version": "0.12.1",
@ -1678,14 +1679,14 @@
},
"sphericalmercator": {
"version": "1.0.2",
"from": "sphericalmercator@~1.0.2"
"from": "sphericalmercator@~1.0.1"
}
}
},
"mapnik": {
"version": "1.4.15",
"from": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb",
"resolved": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb",
"version": "1.4.15-cdb1",
"from": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb1",
"resolved": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb1",
"dependencies": {
"nan": {
"version": "1.2.0",

View File

@ -25,7 +25,7 @@
"node-varnish": "https://github.com/Vizzuality/node-varnish/tarball/0.3.0",
"underscore" : "~1.6.0",
"dot": "~1.0.2",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.32.1",
"windshaft": "https://github.com/CartoDB/Windshaft/tarball/0.32.2",
"step": "~0.0.5",
"request": "~2.9.203",
"cartodb-redis": "https://github.com/CartoDB/node-cartodb-redis/tarball/0.11.0",