Update camshaft to 0.61.4

This commit is contained in:
Raul Marin 2018-03-14 15:56:35 +01:00
parent 75870dc6c1
commit d9213b2fe2
3 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@ Released yyyy-mm-dd
- Keep the old authorization system as fallback - Keep the old authorization system as fallback
- Aggregation widget: Remove NULL categories in 'count' aggregations too - Aggregation widget: Remove NULL categories in 'count' aggregations too
- Update request to 2.85.0 - Update request to 2.85.0
- Update camshaft to 0.61.3 (Fixes duplicated cartodb_id in AOI) - Update camshaft to 0.61.4 (Fixes for AOI and Merge analyses)
## 5.3.1 ## 5.3.1
Released 2018-02-13 Released 2018-02-13

View File

@ -26,7 +26,7 @@
"dependencies": { "dependencies": {
"basic-auth": "^2.0.0", "basic-auth": "^2.0.0",
"body-parser": "^1.18.2", "body-parser": "^1.18.2",
"camshaft": "0.61.3", "camshaft": "0.61.4",
"cartodb-psql": "0.10.2", "cartodb-psql": "0.10.2",
"cartodb-query-tables": "0.3.0", "cartodb-query-tables": "0.3.0",
"cartodb-redis": "0.16.0", "cartodb-redis": "0.16.0",

View File

@ -11,7 +11,7 @@
node-pre-gyp "~0.6.30" node-pre-gyp "~0.6.30"
protozero "1.5.1" protozero "1.5.1"
"@carto/tilelive-bridge@github:cartodb/tilelive-bridge#2.5.1-cdb3": "@carto/tilelive-bridge@cartodb/tilelive-bridge#2.5.1-cdb3":
version "2.5.1-cdb3" version "2.5.1-cdb3"
resolved "https://codeload.github.com/cartodb/tilelive-bridge/tar.gz/e61c7752c033595a273dcd1d4b267252b174bd28" resolved "https://codeload.github.com/cartodb/tilelive-bridge/tar.gz/e61c7752c033595a273dcd1d4b267252b174bd28"
dependencies: dependencies:
@ -23,7 +23,7 @@
version "1.0.5" version "1.0.5"
resolved "https://registry.yarnpkg.com/@mapbox/sphericalmercator/-/sphericalmercator-1.0.5.tgz#70237b9774095ed1cfdbcea7a8fd1fc82b2691f2" resolved "https://registry.yarnpkg.com/@mapbox/sphericalmercator/-/sphericalmercator-1.0.5.tgz#70237b9774095ed1cfdbcea7a8fd1fc82b2691f2"
"abaculus@github:cartodb/abaculus#2.0.3-cdb2": abaculus@cartodb/abaculus#2.0.3-cdb2:
version "2.0.3-cdb2" version "2.0.3-cdb2"
resolved "https://codeload.github.com/cartodb/abaculus/tar.gz/6468e0e3fddb2b23f60b9a3156117cff0307f6dc" resolved "https://codeload.github.com/cartodb/abaculus/tar.gz/6468e0e3fddb2b23f60b9a3156117cff0307f6dc"
dependencies: dependencies:
@ -238,18 +238,18 @@ camelcase@^3.0.0:
version "3.0.0" version "3.0.0"
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-3.0.0.tgz#32fc4b9fcdaf845fcdf7e73bb97cac2261f0ab0a"
camshaft@0.61.3: camshaft@0.61.4:
version "0.61.3" version "0.61.4"
resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.61.3.tgz#a1507f19e39dbf98940298ba1704b742741a5053" resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.61.4.tgz#eeab7e69a07d6fbc39ebc01ad19acf979de8fb2a"
dependencies: dependencies:
async "^1.5.2" async "^1.5.2"
bunyan "1.8.1" bunyan "1.8.1"
cartodb-psql "^0.10.1" cartodb-psql "^0.10.1"
debug "^3.1.0" debug "^3.1.0"
dot "^1.0.3" dot "^1.0.3"
request "^2.69.0" request "2.85.0"
"canvas@github:cartodb/node-canvas#1.6.2-cdb2": canvas@cartodb/node-canvas#1.6.2-cdb2:
version "1.6.2-cdb2" version "1.6.2-cdb2"
resolved "https://codeload.github.com/cartodb/node-canvas/tar.gz/8acf04557005c633f9e68524488a2657c04f3766" resolved "https://codeload.github.com/cartodb/node-canvas/tar.gz/8acf04557005c633f9e68524488a2657c04f3766"
dependencies: dependencies:
@ -275,7 +275,7 @@ carto@CartoDB/carto#0.15.1-cdb1:
optimist "~0.6.0" optimist "~0.6.0"
underscore "~1.6.0" underscore "~1.6.0"
"carto@github:cartodb/carto#0.15.1-cdb3": carto@cartodb/carto#0.15.1-cdb3:
version "0.15.1-cdb3" version "0.15.1-cdb3"
resolved "https://codeload.github.com/cartodb/carto/tar.gz/945f5efb74fd1af1f5e1f69f409f9567f94fb5a7" resolved "https://codeload.github.com/cartodb/carto/tar.gz/945f5efb74fd1af1f5e1f69f409f9567f94fb5a7"
dependencies: dependencies:
@ -1912,7 +1912,7 @@ request@2.85.0:
tunnel-agent "^0.6.0" tunnel-agent "^0.6.0"
uuid "^3.1.0" uuid "^3.1.0"
request@2.x, request@^2.55.0, request@^2.69.0: request@2.x, request@^2.55.0:
version "2.83.0" version "2.83.0"
resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356" resolved "https://registry.yarnpkg.com/request/-/request-2.83.0.tgz#ca0b65da02ed62935887808e6f510381034e3356"
dependencies: dependencies:
@ -2239,7 +2239,7 @@ through@2:
version "2.3.8" version "2.3.8"
resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5" resolved "https://registry.yarnpkg.com/through/-/through-2.3.8.tgz#0dd4c9ffaabc357960b1b724115d7e0e86a2e1f5"
"tilelive-mapnik@github:cartodb/tilelive-mapnik#0.6.18-cdb7": tilelive-mapnik@cartodb/tilelive-mapnik#0.6.18-cdb7:
version "0.6.18-cdb7" version "0.6.18-cdb7"
resolved "https://codeload.github.com/cartodb/tilelive-mapnik/tar.gz/488d2acd65c89cc5382d996eabe8dc1f5051ce0f" resolved "https://codeload.github.com/cartodb/tilelive-mapnik/tar.gz/488d2acd65c89cc5382d996eabe8dc1f5051ce0f"
dependencies: dependencies: