diff --git a/NEWS.md b/NEWS.md index d3ea6364..8b2aa565 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,8 @@ ## 6.3.1 Released 2018-mm-dd +- Upgrades Camshaft to [0.62.2](https://github.com/CartoDB/camshaft/releases/tag/0.61.11): + - Build query from node's cache to compute output columns when building analysis - Remove use of `step` module to handle asynchronous code, now it's defined as development dependency. diff --git a/package.json b/package.json index 163cfe43..e85af46a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@carto/fqdn-sync": "0.2.2", "basic-auth": "2.0.0", "body-parser": "1.18.3", - "camshaft": "0.62.1", + "camshaft": "0.62.2", "cartodb-psql": "0.11.0", "cartodb-query-tables": "0.3.0", "cartodb-redis": "2.0.1", diff --git a/yarn.lock b/yarn.lock index b3921822..354a0a65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -265,9 +265,9 @@ camelcase@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd" -camshaft@0.62.1: - version "0.62.1" - resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.62.1.tgz#75f8734c4089aaeae3b9067eb94d3c669cebbcaf" +camshaft@0.62.2: + version "0.62.2" + resolved "https://registry.yarnpkg.com/camshaft/-/camshaft-0.62.2.tgz#1d665b717a5a02ce44db8f7630cf23954929354a" dependencies: async "^1.5.2" bunyan "1.8.1"