Upgrade windshaft to 1.5.0

This commit is contained in:
Raul Ochoa 2015-10-29 18:30:02 +01:00
parent a20a1f692b
commit a746445b88
2 changed files with 20 additions and 20 deletions

38
npm-shrinkwrap.json generated
View File

@ -533,7 +533,7 @@
}, },
"inherits": { "inherits": {
"version": "2.0.1", "version": "2.0.1",
"from": "inherits@2", "from": "inherits@~2.0.1",
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz" "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
}, },
"isarray": { "isarray": {
@ -594,7 +594,7 @@
}, },
"mime-types": { "mime-types": {
"version": "2.1.7", "version": "2.1.7",
"from": "mime-types@2.1.7", "from": "mime-types@~2.1.6",
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz",
"dependencies": { "dependencies": {
"mime-db": { "mime-db": {
@ -827,13 +827,13 @@
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz" "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz"
}, },
"windshaft": { "windshaft": {
"version": "1.4.0", "version": "1.5.0",
"from": "windshaft@~1.4.0", "from": "windshaft@~1.5.0",
"dependencies": { "dependencies": {
"mapnik": { "mapnik": {
"version": "1.4.15-cdb4", "version": "1.4.15-cdb5",
"from": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb4", "from": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb5",
"resolved": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb4", "resolved": "https://github.com/CartoDB/node-mapnik/tarball/1.4.15-cdb5",
"dependencies": { "dependencies": {
"nan": { "nan": {
"version": "1.2.0", "version": "1.2.0",
@ -2999,9 +2999,9 @@
} }
}, },
"tilelive-mapnik": { "tilelive-mapnik": {
"version": "0.6.15-cdb2", "version": "0.6.15-cdb3",
"from": "https://github.com/CartoDB/tilelive-mapnik/tarball/0.6.15-cdb2", "from": "https://github.com/CartoDB/tilelive-mapnik/tarball/0.6.15-cdb3",
"resolved": "https://github.com/CartoDB/tilelive-mapnik/tarball/0.6.15-cdb2", "resolved": "https://github.com/CartoDB/tilelive-mapnik/tarball/0.6.15-cdb3",
"dependencies": { "dependencies": {
"generic-pool": { "generic-pool": {
"version": "2.1.1", "version": "2.1.1",
@ -3016,14 +3016,14 @@
} }
}, },
"tilelive-bridge": { "tilelive-bridge": {
"version": "1.3.0-cdb2", "version": "1.3.0-cdb3",
"from": "https://github.com/CartoDB/tilelive-bridge/tarball/1.3.0-cdb2", "from": "https://github.com/CartoDB/tilelive-bridge/tarball/1.3.0-cdb3",
"resolved": "https://github.com/CartoDB/tilelive-bridge/tarball/1.3.0-cdb2", "resolved": "https://github.com/CartoDB/tilelive-bridge/tarball/1.3.0-cdb3",
"dependencies": { "dependencies": {
"mapnik-pool": { "mapnik-pool": {
"version": "0.1.1-cdb2", "version": "0.1.1-cdb3",
"from": "https://github.com/CartoDB/mapnik-pool/tarball/0.1.1-cdb2", "from": "https://github.com/CartoDB/mapnik-pool/tarball/0.1.1-cdb3",
"resolved": "https://github.com/CartoDB/mapnik-pool/tarball/0.1.1-cdb2", "resolved": "https://github.com/CartoDB/mapnik-pool/tarball/0.1.1-cdb3",
"dependencies": { "dependencies": {
"generic-pool": { "generic-pool": {
"version": "2.1.1", "version": "2.1.1",
@ -3109,9 +3109,9 @@
"resolved": "https://registry.npmjs.org/torque.js/-/torque.js-2.11.0.tgz" "resolved": "https://registry.npmjs.org/torque.js/-/torque.js-2.11.0.tgz"
}, },
"abaculus": { "abaculus": {
"version": "1.1.0-cdb2", "version": "1.1.0-cdb3",
"from": "https://github.com/CartoDB/abaculus/tarball/1.1.0-cdb2", "from": "https://github.com/CartoDB/abaculus/tarball/1.1.0-cdb3",
"resolved": "https://github.com/CartoDB/abaculus/tarball/1.1.0-cdb2" "resolved": "https://github.com/CartoDB/abaculus/tarball/1.1.0-cdb3"
}, },
"sphericalmercator": { "sphericalmercator": {
"version": "1.0.3", "version": "1.0.3",

View File

@ -29,7 +29,7 @@
"node-statsd": "~0.0.7", "node-statsd": "~0.0.7",
"underscore" : "~1.6.0", "underscore" : "~1.6.0",
"dot": "~1.0.2", "dot": "~1.0.2",
"windshaft": "~1.4.0", "windshaft": "~1.5.0",
"step": "~0.0.6", "step": "~0.0.6",
"queue-async": "~1.0.7", "queue-async": "~1.0.7",
"request": "~2.62.0", "request": "~2.62.0",